codemap

Solid

Orchestrate parallel codebase analysis to produce 7 structured documents about the codebase in .planning/codebase/

Data & Documents 98 stars 12 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
66
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Codemap ## What I do Analyze your entire codebase and create 7 comprehensive documentation files in `.planning/codebase/`: - **STACK.md** - Technologies, dependencies, configuration - **INTEGRATIONS.md** - 3rd party providers, APIs, databases, auth providers - **ARCHITECTURE.md** - System patterns, layers, data flow - **STRUCTURE.md** - Directory layout, key locations, naming conventions - **CONVENTIONS.md** - Code style, patterns, error handling - **TESTING.md** - Framework, structure, mocking, coverage - **CONCERNS.md** - Tech debt, bugs, security, performance issues ## When to use me Use this skill when you need to: - **Onboard** new developers to understand the codebase quickly - **Plan** new features with full context of existing patterns - **Understand** code conventions before making changes - **Identify** technical debt and areas of concern - **Document** the current state of the project ## How it works This skill orchestrates 4 parallel agents, each exploring a specific focus area: 1. **Tech Agent** → Analyzes stack and integrations → STACK.md, INTEGRATIONS.md 2. **Architecture Agent** → Analyzes patterns and structure → ARCHITECTURE.md, STRUCTURE.md 3. **Quality Agent** → Analyzes conventions and testing → CONVENTIONS.md, TESTING.md 4. **Concerns Agent** → Identifies tech debt and issues → CONCERNS.md Each agent: - Explores the codebase in a fresh context - Uses templates from `$SKILL_PATH/templates/` - Writes documents directly to `.planning/codebase/`...

Details

Author
jellydn
Repository
jellydn/my-ai-tools
Created
6 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category