From claude-mods
Scans project root for 20+ AI, IDE, and terminal documentation files, then synthesizes guidance. Useful for codebase orientation, conventions review, or consolidating multiple platform docs into unified AGENTS.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-mods:doc-scannerThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan for and synthesize project documentation.
Scan for and synthesize project documentation.
Use Glob to search project root:
AGENTS.md, CLAUDE.md, AI.md, ASSISTANT.md,
GEMINI.md, COPILOT.md, CHATGPT.md, CODEIUM.md,
CURSOR.md, WINDSURF.md, VSCODE.md, JETBRAINS.md,
WARP.md, FIG.md, DEVCONTAINER.md, GITPOD.md
Read complete contents of every documentation file found.
Combine information into unified summary:
PROJECT DOCUMENTATION
Sources: [list files found]
RECOMMENDED AGENTS
Primary: [agents for core work]
Secondary: [agents for specific tasks]
KEY WORKFLOWS
[consolidated workflows]
CONVENTIONS
[code style, patterns]
QUICK COMMANDS
[common commands]
If 2+ documentation files exist, offer to consolidate:
.doc-archive/ directoryIf none found, offer to generate AGENTS.md based on:
For detailed patterns, load:
./references/file-patterns.md - Complete list of files to scan./references/templates.md - AGENTS.md generation templatesWhen generating a NEW AGENTS.md, follow the entry-doc standard in
rules/agentic-quality.md (Landmines section mandatory, ~150-line budget) —
skeleton at the repo-doctor skill's assets/AGENTS-template.md. To AUDIT an
existing doc set rather than generate one, hand off to repo-doctor.
npx claudepluginhub 0xdarkmatter/claude-mods --plugin claude-modsManages project documentation files (CLAUDE.md, AGENTS.md, README.md, CONTRIBUTING.md) by verifying claims against codebase and updating them. Useful for keeping context files accurate.
Scaffolds AGENTS.md, ARCHITECTURE.md, and docs/ structure to make codebases legible to AI agents. Analyzes structure with bash recon, generates progressive disclosure docs, audits existing artifacts for coherence.
Scans codebase to update CLAUDE.md and AGENTS.md with production-quality docs on stack, structure, models, APIs, services, repositories, auth, and frontend.