Borrowing it
Nothing to install: this file belongs to paulieb89/uk-due-diligence-mcp. 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/paulieb89/uk-due-diligence-mcp/main/.claude/commands/prime.mdgit clone --depth 1 https://github.com/paulieb89/uk-due-diligence-mcpWrote 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/paulieb89/uk-due-diligence-mcp/prime)<a href="https://agentmods.dev/commands/paulieb89/uk-due-diligence-mcp/prime"><img src="https://agentmods.dev/badge/commands/paulieb89/uk-due-diligence-mcp/prime/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/paulieb89/uk-due-diligence-mcp/prime"><img src="https://agentmods.dev/badge/commands/paulieb89/uk-due-diligence-mcp/prime.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.00014 | $0.00453 |
| Opus 5 | $0.00007 | $0.00227 |
| Sonnet 5 | $0.00003 | $0.00091 |
| Haiku 4.5 | $0.00001 | $0.00045 |
Grade A, and why
prime 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 yesterday.
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
Prime — current state
Git
- Status: !
git status -sb - Recent code: !
git log --oneline -8 -- '*.py' '*.toml' '*.json' '*.yml' '*.yaml' 'Dockerfile*' scripts/ .claude/commands/ .claude/rules/ - Recent prose: !
git log --oneline -4 -- '*.md' docs/ - Hotspots (30 commits): !
git log --pretty=format: --name-only -30 | grep -v '^$' | sort | uniq -c | sort -rg | head -8
Work in flight
- Repo plans (newest first): !
ls -t docs/plans | head -5 - Backlog (top 3 live): !
grep -m 3 "^- [^~]" docs/BACKLOG.md - Markers in source (blank = none): !
git grep -n "TODO\|FIXME" -- '*.py' '*.sh' '*.toml' '*.yml' '*.yaml' 'Dockerfile*' | head -8 - Uncommitted diff shape: !
git diff HEAD --stat | tail -5
Verification
- Smoke (deployed): !
uv run --no-sync python scripts/mcp_smoke_test.py --deployed | tail -3
Task
Read CLAUDE.md if not already in context. If a focus area was given ($ARGUMENTS), grep for it across *.py and *.md and read the 2-3 most relevant hits. Then summarize in 6 lines max: branch state, what changed recently, anything red in verification, and open threads — no headers, no emoji.
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.
- yesterday Changed · +1 lines 2044666bc596
- 2d ago Changed · +1 lines 2890d82b3abe
- 3d ago First seen · 26 lines · 14 tokens per session scan A 83bbc6e487d2
prime is a command published in the GitHub repository paulieb89/uk-due-diligence-mcp (3 stars, last pushed today), licensed MIT. It adds 14 tokens to every session and 453 once invoked, about $0.0001 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-08.
Other commands, from other repositories
commit
Run when user calls /commit or asks to generate a commit message. Analyzes staged changes and writes a structured commit message.
save
Save current session. Writes a session log with what was done, decisions made, and what's pending. Optional: commit & push.
catchup
Restore context after /clear by summarizing recent work and project state.
acos-checkpoint
Create checkpoints before risky operations. Rollback if things go wrong.
approve-proposed
Atomically persist every file marked PROPOSED in the most recent prior assistant turn's ### Artifact changes block. Single-command idiom that closes the two-step latency in ADR-0001's PROPOSED-by-default contract; the user reviews proposals in Ask/Plan mode, then runs this once to write all of them. Use when the prior…
recap
Time-windowed "where was I?" — git commits, session notes, and files touched in the last N hours or days. Use after stepping away for a few hours or days. Not for cold starts after a long absence (use /tools:brief) or live development checks (use /tools:status).