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 agentmods add commands/telus-labs/stagecraft/audit-quickgit clone --depth 1 https://github.com/telus-labs/stagecraftWhat 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 | $0.00067 | $0.00724 |
| Opus 5 | $0.00034 | $0.00362 |
| Sonnet 5 | $0.00013 | $0.00145 |
| Haiku 4.5 | $0.00007 | $0.00072 |
Grade A, and why
audit-quick 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 3d 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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/audit-quick
You are running a quick audit — Phases 0 and 1 only.
Read .claude/skills/audit/SKILL.md before doing anything else. That file defines what each phase does and what to produce.
Input
The text after /audit-quick is an optional scope constraint. If provided (e.g. /audit-quick src/backend/), focus on that area only.
Startup
- Read
.claude/skills/audit/SKILL.md. - Read
CLAUDE.mdif it exists. - Read
AGENTS.mdif it exists. - Create
docs/audit/if it doesn't exist. - Check for
docs/audit-extensions.md. - Run skill step 0.0 — archive any prior completed audit. Move
docs/audit/*todocs/audit-archive/<date>-<version>-<context>/ifstatus.jsonreportscurrent_phase: "phase-3". Skip on--resume. Procedure:skills/audit/SKILL.md§ Phase 0 step 0.0.
Execution
Run Phase 0 (steps 0.0, 0.1, 0.2, 0.3) and Phase 1 (steps 1.1, 1.2, 1.3) from the skill. Write all six output files. Run extensions for Phases 0 and 1 if any are declared.
Write docs/audit/status.json with phases 0 and 1 complete, phases 2 and 3 pending:
{
"started": "<ISO 8601>",
"scope": "full" | "scoped to <subtree>",
"phases": {
"phase-0": "complete",
"phase-1": "complete",
"phase-2": "pending",
"phase-3": "pending"
},
"current_phase": "phase-1",
"audited_by": "claude-code"
}
End
Print summary:
Quick Audit Complete
═══════════════════════════════════════════════════
Phase Status Files
─────────────────────────────────────────────────
0 Bootstrap ✅ 00, 01, 02
1 Health Assessment ✅ 03, 04, 05
2 Deep Analysis ⏭️ Skipped
3 Roadmap ⏭️ Skipped
─────────────────────────────────────────────────
Project: <language / framework>, <N modules/services>
Convention issues: <N findings>
Test health: <brief summary>
Doc gaps: <brief summary>
To continue with deep analysis and roadmap: /audit --resume
What this command does NOT do
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.
- 3d ago First seen · 78 lines · 67 tokens per session scan A 7c123e6edbf0
audit-quick is a command published in the GitHub repository telus-labs/stagecraft (6 stars, last pushed 5d ago), licensed MIT. It adds 67 tokens to every session and 724 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-08-31.
Other commands, from other repositories
dev
一键启动 HumHum 开发环境。按顺序执行:.
analyze-repo
Analyze an existing repository's structure, conventions, and guardrails.
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.
test
Run all PandaFilter verification steps in order. Stop and report on first failure. This is the required pre-commit gate.
claude-request
Send a prompt to Claude Code via the LLM gateway with session tracking.
doctor
Health check for existing auth setups. Diagnoses missing env vars, broken routes, dangerous code patterns, middleware issues, OAuth misconfig, and database connectivity.