Borrowing it
Nothing to install: this file belongs to the-agency-ai/the-agency-starter. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/the-agency-ai/the-agency-starter/main/.claude/commands/agency-nit.mdgit clone --depth 1 https://github.com/the-agency-ai/the-agency-starterWrote 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/commands/the-agency-ai/the-agency-starter/agency-nit)<a href="https://agentmods.dev/commands/the-agency-ai/the-agency-starter/agency-nit"><img src="https://agentmods.dev/badge/commands/the-agency-ai/the-agency-starter/agency-nit/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/commands/the-agency-ai/the-agency-starter/agency-nit"><img src="https://agentmods.dev/badge/commands/the-agency-ai/the-agency-starter/agency-nit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00000 | $0.00275 |
| Opus 5 | $0.00000 | $0.00138 |
| Sonnet 5 | $0.00000 | $0.00055 |
| Haiku 4.5 | $0.00000 | $0.00028 |
Grade A, and why
agency-nit 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 12d 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.
What it actually says
Add a nit quickly
The user typed: /agency-nit $ARGUMENTS
Purpose: Quickly capture a minor issue or observation without breaking the user's flow.
Behavior
-
If
$ARGUMENTSis empty, show usage:Usage: /agency-nit <category> <description> Example: /agency-nit "Documentation" "README missing install prereqs"Then stop - do not prompt for input.
-
If
$ARGUMENTSis provided, parse it:- If it looks like
"Category" "Description"(two quoted strings), use those - Otherwise, use "General" as category and the full argument as description
- If it looks like
-
Call the nit-add tool:
./tools/nit-add "<category>" "<description>" -
Confirm creation
Implementation
Run the tool:
./tools/nit-add "<category>" "<description>"
Output Format
After adding the nit:
Nit captured: <category>
Description: <first 60 chars of description>...
Notes
- Keep it fast - don't ask unnecessary questions
- Nits go to
claude/workstream-agent-nits.md(shared file for all agents) - Use for minor issues that don't warrant a full BUG or REQUEST
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.
- 12d ago First seen · 46 lines · 0 tokens per session scan A 3a7e3c49bf44
agency-nit is a command published in the GitHub repository the-agency-ai/the-agency-starter (20 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 275 tokens. 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-08-30.
Other commands, from other repositories
template
Manage issue templates for streamlined issue creation.
sync-linear
Sync current work with Linear ticket status.
add-note
Add an internal or external note to a ConnectWise PSA ticket.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
workpm
A project-management workflow for coordinating multiple AI workers through five stages. It includes task assignment, shared activity logs, worker replacement, and final checks.