Borrowing it
Nothing to install: this file belongs to florian101010/awesome-agentic-AI-coding-template. 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/florian101010/awesome-agentic-AI-coding-template/main/.agent/skills/doc-audit/SKILL.mdgit clone --depth 1 https://github.com/florian101010/awesome-agentic-AI-coding-templateWrote 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/skills/florian101010/awesome-agentic-ai-coding-template/doc-audit)<a href="https://agentmods.dev/skills/florian101010/awesome-agentic-ai-coding-template/doc-audit"><img src="https://agentmods.dev/badge/skills/florian101010/awesome-agentic-ai-coding-template/doc-audit/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/skills/florian101010/awesome-agentic-ai-coding-template/doc-audit"><img src="https://agentmods.dev/badge/skills/florian101010/awesome-agentic-ai-coding-template/doc-audit.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.00040 | $0.01499 |
| Opus 5 | $0.00020 | $0.00749 |
| Sonnet 5 | $0.00008 | $0.00300 |
| Haiku 4.5 | $0.00004 | $0.00150 |
Grade A, and why
doc-audit scanned grade A with 1 finding 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 8d 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.
Reads agent configuration directorieslowAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
grep -rn "[FILL: old-path-prefix]" docs/ .agent/ .claude/ .github/ AGENTS.md CLAUDE.md --include="*.md" Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
How it starts
The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Documentation Audit
Comprehensive audit to ensure zero documentation drift across ALL docs, agent instructions, and config files.
Principle: Use existing scripts instead of ad-hoc grep commands. Never create temporary audit scripts — all checks are covered by the repo's tooling and test suite.
Complete Documentation Inventory
Layer 1: Primary Docs
| File | Drift-sensitive fields |
|---|---|
docs/README.md |
File tree, asset paths, tech stack |
docs/ARCHITECTURE.md |
File paths, component structure |
docs/CHANGELOG.md |
Missing entries for recent changes |
[FILL: docs/CONFIG-REFERENCE.md] |
[FILL: Schema tables, field descriptions] |
docs/decisions/ |
ADR accuracy vs. current implementation |
Layer 2: Agent Instructions
| File | Drift-sensitive fields |
|---|---|
AGENTS.md |
File structure (paths), coding rules |
CLAUDE.md |
File map (paths), key patterns |
.github/copilot-instructions.md |
Key files table (paths), always/never rules |
.agent/rules/coding-standards.md |
Rules, path conventions |
| [FILL: Additional agent instruction files] | [FILL: Drift-sensitive fields] |
Layer 3: Root-Level Files
| File | Drift-sensitive fields |
|---|---|
README.md |
File paths, quickstart instructions |
| [FILL: Add project-specific root-level files] | [FILL: Drift-sensitive fields] |
Phase 0 — File Tree Completeness (Structural Drift)
Why this is Phase 0: Missing files in file maps is the #1 drift source. Check this first.
Compare the actual file tree against every file-map section in agent instruction files and docs:
- List actual files:
ls src/,ls config/,ls docs/ - Cross-check against file maps in:
| File | Section name |
|---|---|
AGENTS.md |
## File Structure |
CLAUDE.md |
## File Map |
[FILL: docs/README.md] |
[FILL: Section name for file tree] |
- Every real file/directory must appear in all file maps. Flag any missing entries.
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.
- 8d ago First seen · 180 lines · 40 tokens per session scan A fde95f9a5b4c
doc-audit is a skill published in the GitHub repository florian101010/awesome-agentic-AI-coding-template (4 stars, last pushed 6mo ago), licensed MIT. It adds 40 tokens to every session and 1,499 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
007
Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any project.
address-github-comments
Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
golang-refactoring
Golang refactoring — safe, at-scale restructuring of existing Go code: a coverage-adaptive safety net, behavior-preserving transforms (gopls Rename/Extract, gofmt -r, gopatch), the Fowler catalog mapped to Go, breaking import cycles, and small stacked PRs. Apply when a function or type has grown too large, a code…
agents-consilium
Run external coding agents (Codex, Claude Code, OpenCode, native Grok Build, Gemini) as independent reviewers, stateful repository researchers, or single-agent implementers. Use for multi-model opinions and code review, steerable Grok research, full-access delegation, long-running work, or reattaching to delegated…
refactoring-csharp
Rename and refactor C# symbols in a .NET solution or multi-solution monorepo with a one-shot Roslyn CLI. Use when the user asks to rename a symbol, preview impact, update references across a solution, or refactor shared projects across several solutions.
agentic-readiness
Audit and improve repositories for reliable agentic work across Codex and Codex App, Claude Code, and OpenCode. Use when reviewing AGENTS.md or CLAUDE.md quality and discovery, instruction routing in monorepos or meta-repos, agent settings, MCP configuration, skills, subagents, context budgets, or repository…