From claude-mods
Scans project for documentation files (AGENTS.md, CLAUDE.md, GEMINI.md, etc.), synthesizes unified guidance on agents, workflows, conventions, and offers consolidation into AGENTS.md.
npx claudepluginhub 0xdarkmatter/claude-modsThis skill is limited to using the following tools:
Scan for and synthesize project documentation.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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 templates