Claude Code gets a middle-management layer
Headcount gives Claude Code a corporate structure—16 departments, 146 skills—so the right specialist agent answers each question instead of one generalist guessing.
A plugin marketplace rebuilds AI assistance as corporate governance—16 departments, 146 skills, and a strict chain of command.

What it does
Headcount is a plugin system for Claude Code that organizes agent capabilities as a corporate hierarchy. Rather than monolithic prompt packs, its departments—Security, Finance, Technology, Product—are modular and load independently, each containing specific skills like security:threat-modeling or finance:unit-economics. Skills activate automatically when a request matches their territory, or they can be invoked directly by exact name.
The interesting bit
The corporate metaphor is structural, not decorative. Departments can be delegated as subagents with their own exclusive write surfaces, and reviewer-class departments like Security carry the authority to stop work rather than simply adding another opinion to the thread.
Key highlights
- 16 independently loadable departments and 146 skills total, so projects only pull what they need
- Skills are namespaced as
department:skill, preventing name collisions across teams - Auto-triggering by request territory plus direct invocation by exact name
- Reviewer-class departments can halt work instead of merely advising
- Cross-department playbooks for complex scenarios like SOC 2 demands or incident response
Verdict
Grab it if you want Claude Code to behave like a staffed company with real departments and authority boundaries. Skip it if a lone generalist assistant is all you need.
Frequently asked
- What is cbrock84/headcount?
- Headcount gives Claude Code a corporate structure—16 departments, 146 skills—so the right specialist agent answers each question instead of one generalist guessing.
- Is headcount open source?
- Yes — cbrock84/headcount is open source, released under the MIT license.
- What language is headcount written in?
- cbrock84/headcount is primarily written in Markdown.
- How popular is headcount?
- cbrock84/headcount has 1.4k stars on GitHub.
- Where can I find headcount?
- cbrock84/headcount is on GitHub at https://github.com/cbrock84/headcount.