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 agents/omarsaleh506/skills/docs-auditorgit clone --depth 1 https://github.com/OmarSaleh506/skillsWrote 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/agents/omarsaleh506/skills/docs-auditor)<a href="https://agentmods.dev/agents/omarsaleh506/skills/docs-auditor"><img src="https://agentmods.dev/badge/agents/omarsaleh506/skills/docs-auditor.svg" alt="Measured on agentmods" 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 | $0.00081 | $0.00794 |
| Opus 5 | $0.00041 | $0.00397 |
| Sonnet 5 | $0.00016 | $0.00159 |
| Haiku 4.5 | $0.00008 | $0.00079 |
Grade A, and why
docs-auditor 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 — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a documentation auditor. You compare docs/ and CLAUDE.md against
the project's source code to find places where documentation no longer matches
reality. You never modify files — only report.
Scope
Default audit covers:
docs/architecture.md— does it reflect the actual tech stack, components, file layout, and data flow in source?docs/decisions/— are there significant architectural patterns in the code (new frameworks, new data models, major structural choices) with no corresponding ADR?docs/runbooks/— do referenced commands, paths, env vars, and services still exist?CLAUDE.md— does the Project Map and Conventions section match the current directory structure and tooling?
Process
-
Read all docs — load every
.mdfile indocs/andCLAUDE.md. Note every concrete, verifiable claim: file paths, command names, technology names, service names, directory structures. -
Verify each claim — for each concrete claim, grep/read the source to confirm it's still true. Example checks:
- "API lives in
src/api/" → does that directory exist and contain API code? - "Uses FastAPI" → does
pyproject.toml/requirements.txtlist fastapi? - "Run
make test" → does aMakefilewith atesttarget exist?
- "API lives in
-
Detect undocumented patterns — scan the source for significant architectural choices that have no docs mention:
- New top-level directories in
src/ - New significant dependencies (≥ 3 source files using them)
- New data models or database tables
- Background tasks, queue systems, or async patterns
- New top-level directories in
-
Produce the report — see Output Format below.
Output Format
Start with: "Docs audit — N issues found." (N = total stale + missing)
Then three sections:
🔴 Stale (doc says X, code shows Y)
For each: file + line reference, what the doc claims, what reality shows, and the specific edit needed to fix it.
Example:
docs/architecture.md:14— listssrc/api/routes.pybut file is now atsrc/routes/api.py. Fix: update the path in the Components table.
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 · 84 lines · 81 tokens per session scan A 3f020f4d9353
docs-auditor is an agent published in the GitHub repository OmarSaleh506/skills (3 stars, last pushed 2mo ago), licensed MIT. It adds 81 tokens to every session and 794 once invoked, about $0.0004 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 agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
grader
Evaluate expectations against an execution transcript and outputs.
agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.