headcount is an organization of independently installable Claude Code plugins, each grouping skills for a department such as finance, security, or demand generation. Claude Code users install the departments they need and invoke their skills for specialized work; the catalogue entries are skills and related agent tooling from that organization.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add cbrock84/headcount --skill revenue-recognitiongit clone --depth 1 https://github.com/cbrock84/headcountWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/cbrock84/headcount/revenue-recognition)<a href="https://agentmods.dev/skills/cbrock84/headcount/revenue-recognition"><img src="https://agentmods.dev/badge/skills/cbrock84/headcount/revenue-recognition/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/cbrock84/headcount/revenue-recognition"><img src="https://agentmods.dev/badge/skills/cbrock84/headcount/revenue-recognition.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00069 | $0.00747 |
| Opus 5 | $0.00034 | $0.00374 |
| Sonnet 5 | $0.00014 | $0.00149 |
| Haiku 4.5 | $0.00007 | $0.00075 |
Grade A, and why
revenue-recognition scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Revenue recognition
Cash received is not revenue earned. The gap between them is where deals get restructured after signature and where quarters get restated.
This structures the question and tells you what to ask. Revenue recognition is a technical accounting matter under standards such as ASC 606 and IFRS 15 — conclusions on a material or unusual contract need your auditors or a qualified accountant, not a checklist.
The shape of the question
Recognition follows the transfer of control to the customer, worked through in five steps: identify the contract, identify the distinct performance obligations, determine the transaction price, allocate it across the obligations, then recognize as each is satisfied.
Most disputes happen at step two and step four. What sales sold as one thing is frequently several obligations for accounting purposes — software plus implementation plus support — and the price has to be allocated across them on standalone selling price, not on how the quote was written.
Terms that change the answer
These belong in a pre-signature review, because after signature the only remedy is an amendment the customer has no reason to agree to:
- Acceptance clauses — a customer right to reject can defer recognition until acceptance.
- Termination for convenience — a short-notice exit can shorten the contract term for accounting purposes, however long the stated term is.
- Contingent or milestone fees — variable consideration, constrained until it is probable there will be no significant reversal.
- Material rights — a renewal or upgrade priced below standalone value can itself be a performance obligation carved out of today's price.
- Extended payment terms — payment far from delivery can introduce a financing component.
- Side letters. Any promise made outside the contract is still part of the contract. They are the single most common cause of restatement, and by construction finance does not know they exist.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 71 lines · 69 tokens per session scan A 32a1c0119ea5
revenue-recognition is a skill published in the GitHub repository cbrock84/headcount (1,320 stars, last pushed 5d ago), licensed MIT. It adds 69 tokens to every session and 747 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
bank-partnership
Assess partner bank compliance requirements — OCC/FDIC expectations, regulatory pass-through.
mortgage-compliance
You are operating under strict mortgage regulatory compliance rules. Every response you generate that touches on lending, rates, fees, qualifications, or loan terms MUST comply with the following regulations. Violations of these rules expose Lendtrain powered by Atlantic Home Mortgage and its borrowers to legal and…
invest
First-time fork users: run the invest-setup skill first to initialize. The main flow lives in this skill (the AI agent uses the CLI/MCP to view the portfolio / run the committee / replay decision history). The Web GUI has been retired (2026-07) — every capability is exposed via CLI subcommands / MCP tools. The backend…
antinet-four-color-cards
A document-analysis skill that organises findings into four card types: facts, explanations, risks, and actions. It is intended for financial reports and legal documents.
stockbit-auth
Log in to Stockbit and capture the session for this server — opens the browser login flow and verifies the token was stored. Use when the user asks to log in or re-authenticate to Stockbit, or after a status check reports the session expired, HTTP 401, or logged out.
phase-preview
Preview a signed-off design one release phase at a time — cut it down into a series of phase screens, each showing only what exists by that phase with the layout untouched, then put them on a scrubber you drag to watch the screen fill in release by release. Use when the user wants a Phase 1 / MVP version of an…