From claude-mods
Scans for project documentation files (AGENTS.md, CLAUDE.md, GEMINI.md, COPILOT.md, CURSOR.md, WARP.md, 15+ others), synthesizes unified guidance, and consolidates into AGENTS.md. Useful for codebase reviews and new projects.
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 templatesnpx claudepluginhub 0xdarkmatter/claude-mods --plugin claude-modsScans codebase to update CLAUDE.md and AGENTS.md with production-quality docs on stack, structure, models, APIs, services, repositories, auth, and frontend.
Analyzes a codebase to create or improve an AGENTS.md file that captures hard-to-rediscover conventions, constraints, and rationale for future agent instances.
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.