doc-audit

doc-audit is a skill for Claude Code, Codex from ApurvBazari/claude-plugins. It costs 81 tokens per session (843 once invoked), scanned A, original, MIT.

A tool for checking whether a marketplace's documentation matches its actual plugins, commands, and skills. It compares README files, skill metadata, manifests, and documentation on the website.

In plain words
What is it for?
Use it to audit plugin READMEs, the main README, command indexes, manifests, and docs-site content, then fix mechanical documentation gaps.
Why use it?
It finds documentation that is missing, outdated, or inconsistent with the code being shipped.

Skill for Claude CodeCodex

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 skills/apurvbazari/claude-plugins/doc-audit
Any agent
npx skills add ApurvBazari/claude-plugins --skill doc-audit
Clone the repo
git clone --depth 1 https://github.com/ApurvBazari/claude-plugins

Made for: Claude Code, Codex.

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 doc-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/apurvbazari/claude-plugins/doc-audit.svg)](https://agentmods.dev/skills/apurvbazari/claude-plugins/doc-audit)
Your own site
<a href="https://agentmods.dev/skills/apurvbazari/claude-plugins/doc-audit"><img src="https://agentmods.dev/badge/skills/apurvbazari/claude-plugins/doc-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 843 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.00843
Opus 5 $0.00041 $0.00421
Sonnet 5 $0.00016 $0.00169
Haiku 4.5 $0.00008 $0.00084

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

Security

Grade A, and why

doc-audit 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/audit-docs.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.claude/skills/doc-audit/SKILL.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/doc-audit — Documentation Completeness Auditor & Fixer

Audit the marketplace's docs against machine truth (SKILL.md frontmatter + manifests), then surgically fix the mechanical gaps and flag the rest. Read-only detection lives in audit-docs.sh; the edits below are applied by you, the model, only on the fix pass.

Guard

This skill edits files (READMEs). It is user-invoked only. On a real run it will modify plugin READMEs and the root README in the working tree — the user reviews via git diff. Never run the fix pass outside a git working tree where changes can be reviewed/reverted.

Step 1: Detect

Run the audit and read the full report:

bash .claude/skills/doc-audit/scripts/audit-docs.sh --format pretty

(Optionally --root <dir> to audit a different checkout, e.g. a worktree.)

Step 2: Present the report

Summarise the findings grouped by severity (ERROR / WARN / INFO) and by layer. Include the coverage table (command → documented?) so the user sees included-vs-omitted without asking.

Step 3: Surgical fix pass (auto-fixable findings only)

Read references/completeness-contract.md for the exact rules and scaffold shape. Then, for each auto-fixable finding, make the smallest edit that resolves it:

  • MISSING_SKILLS_SECTION → add a ## Skills section scaffolded from frontmatter.
  • CMD_NOT_IN_README → insert one entry (scaffold shape) in canonical order.
  • MARKER_MISSING → add *(destructive — user-invoked only)* to that entry's header only.
  • PLUGIN_NOT_IN_ROOT → add the plugin to the root "at a glance" table and command index.
  • ROOT_COUNT_STALE → correct the plugin-count word/number.
  • ROOT_NO_CMD_INDEX → add a central command index listing every plugin's user commands. If a command section already exists, extend it in place — never add a second index (the fix is idempotent: re-running must produce no further change).

Surgical rule: never rewrite an existing hand-written entry. Only add what is missing or correct a marker/count. Preserve tables, prose, and ordering already present.

Read the full file on GitHub · 73 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 73 lines · 81 tokens per session scan A 43b87cb1c74b

Subscribe to this mod's changes

doc-audit is a skill published in the GitHub repository ApurvBazari/claude-plugins (0 stars, last pushed 29d ago), licensed MIT. It adds 81 tokens to every session and 843 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.