coco-research/gsd-map-codebase
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
npx skills add https://github.com/coco-research/coco --skill gsd-map-codebase
<objective>
Analyze existing codebase using parallel gsd-codebase-mapper agents to produce structured codebase documents.
Each mapper agent explores a focus area and writes documents directly to .planning/codebase/. The orchestrator only receives confirmations, keeping context usage minimal.
Output: .planning/codebase/ folder with 7 structured documents about the codebase state.
</objective>
<execution_context>
@$HOME/.claude/get-shit-done/workflows/map-codebase.md
</execution_context>
<context>
Focus area: $ARGUMENTS (optional - if provided, tells agents to focus on specific subsystem)
Load project state if exists:
Check for .planning/STATE.md - loads context if project already initialized
This command can run:
</context>
<when_to_use>
Use map-codebase for:
Skip map-codebase for:
</when_to_use>
<process>
</process>
<success_criteria>
</success_criteria>
Take coco-research/gsd-map-codebase from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.