awesome-agentic-AI-coding-template: Skill for Claude Code

.agent/skills/doc-audit/SKILL.md

doc-audit is a skill for Claude Code, Codex from florian101010/awesome-agentic-AI-coding-template. It costs 40 tokens per session (1,499 once invoked), scanned A, original, MIT.

A multi-step check of project documentation, agent instructions, and configuration files against the current code. Documentation drift means written information that no longer matches the project.

In plain words
What is it for?
Use it to audit README files, architecture notes, decision records, instruction files, and other documentation for inconsistencies.
Why use it?
It finds stale paths, file counts, rules, configuration details, and missing change-log or architecture updates.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions AGENTS.md.

This is florian101010/awesome-agentic-AI-coding-template's own configuration. It tells Claude Code and Codex how to work on awesome-agentic-AI-coding-template itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything awesome-agentic-AI-coding-template configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/florian101010/awesome-agentic-AI-coding-template/main/.agent/skills/doc-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/florian101010/awesome-agentic-AI-coding-template

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/florian101010/awesome-agentic-ai-coding-template/doc-audit/github.svg)](https://agentmods.dev/skills/florian101010/awesome-agentic-ai-coding-template/doc-audit)
Your own site
<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.

agentmods 80×15 button for doc-audit

Your own site · 80×15
<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>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,499 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00040 $0.01499
Opus 5 $0.00020 $0.00749
Sonnet 5 $0.00008 $0.00300
Haiku 4.5 $0.00004 $0.00150

Measured 8d ago against content hash fde95f9a5b4c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

.agent/skills/doc-audit/SKILL.md · 180 lines

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:

  1. List actual files: ls src/, ls config/, ls docs/
  2. 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]
  1. Every real file/directory must appear in all file maps. Flag any missing entries.

Read the full file on GitHub · 180 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. 8d ago First seen · 180 lines · 40 tokens per session scan A fde95f9a5b4c

Subscribe to this mod's changes

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.

Related

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.

marysatasselshaped667/skills-collection-1 · 39 tokens

address-github-comments

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

marysatasselshaped667/skills-collection-1 · 27 tokens

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…

samber/cc-skills-golang · 220 tokens

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…

CodeAlive-AI/ai-driven-development · 86 tokens

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.

CodeAlive-AI/ai-driven-development · 60 tokens

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…

CodeAlive-AI/ai-driven-development · 76 tokens