docs-auditor

docs-auditor is an agent for Claude Code from OmarSaleh506/skills. It costs 81 tokens per session (794 once invoked), scanned A, original, MIT.

A read-only review that compares project documentation with the codebase. It checks architecture pages, decision records, runbooks, and CLAUDE.md for claims that no longer match the source code.

In plain words
What is it for?
Use it to audit documentation, verify paths and commands, check technology descriptions, and identify architectural patterns that lack an ADR, or Architecture Decision Record.
Why use it?
It finds documentation drift, such as removed commands, stale file paths, outdated technologies, or missing records of important design choices.

Agent for Claude Code

Part of the omar-skills plugin — 6 skills, 1 agent shipped together

Install

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.

agentmods
npx agentmods add agents/omarsaleh506/skills/docs-auditor
Clone the repo
git clone --depth 1 https://github.com/OmarSaleh506/skills

Made for: Claude Code.

Or install omar-skills, the plugin that ships this one along with the rest of its 6 skills, 1 agent.

Wrote 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.

agentmods badge for docs-auditor

README.md
[![agentmods](https://agentmods.dev/badge/agents/omarsaleh506/skills/docs-auditor.svg)](https://agentmods.dev/agents/omarsaleh506/skills/docs-auditor)
Your own site
<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>
Per session 81 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 794 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 3f020f4d9353, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

skills/ai-os-init/templates/.claude/agents/docs-auditor.md · 84 lines

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:

  1. docs/architecture.md — does it reflect the actual tech stack, components, file layout, and data flow in source?
  2. docs/decisions/ — are there significant architectural patterns in the code (new frameworks, new data models, major structural choices) with no corresponding ADR?
  3. docs/runbooks/ — do referenced commands, paths, env vars, and services still exist?
  4. CLAUDE.md — does the Project Map and Conventions section match the current directory structure and tooling?

Process

  1. Read all docs — load every .md file in docs/ and CLAUDE.md. Note every concrete, verifiable claim: file paths, command names, technology names, service names, directory structures.

  2. 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.txt list fastapi?
    • "Run make test" → does a Makefile with a test target exist?
  3. 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
  4. 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 — lists src/api/routes.py but file is now at src/routes/api.py. Fix: update the path in the Components table.

Read the full file on GitHub · 84 lines

Changes

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.

  1. 5d ago First seen · 84 lines · 81 tokens per session scan A 3f020f4d9353

Subscribe to this mod's changes

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.