By kingbootoshi
Automatically map and document any codebase's architecture, file roles, dependencies, and navigation using parallel AI subagents, generating a docs/CODEBASE_MAP.md file. Scan repos of any size and update incrementally via git changes or full rescans.
A Claude Code plugin that maps and documents codebases of any size using parallel AI subagents.
Step 1: Add the marketplace to Claude Code:
/plugin marketplace add kingbootoshi/cartographer
Step 2: Install the plugin:
/plugin install cartographer
Step 3: Restart Claude Code (may be required for the skill to load)
Step 4: Use it:
/cartographer
Or just say "map this codebase" and it will trigger automatically.
Cartographer orchestrates multiple Sonnet subagents to analyze your entire codebase in parallel, then synthesizes their findings into:
docs/CODEBASE_MAP.md - Detailed architecture map with file purposes, dependencies, data flows, and navigation guidesCLAUDE.md with a summary pointing to the mapIf docs/CODEBASE_MAP.md already exists, Cartographer will:
Just run /cartographer again to update.
⚠️ NOTE: This skill spawns Sonnet subagents for accurate, reliable analysis. Depending on codebase size, this can use significant tokens. Be mindful of your usage.
You can ask Claude to use Haiku subagents instead for a cheaper run, but accuracy may suffer on complex codebases.
pip install tiktoken or uv pip install tiktokenSee plugins/cartographer/README.md for detailed documentation.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kingbootoshi/cartographer --plugin cartographerAI image generation CLI powered by Gemini 3.1 Flash (default) and Gemini 3 Pro. Multi-resolution, aspect ratios, cost tracking, green screen transparency, and reference images.
Orchestrate OpenAI Codex agents from Claude Code via tmux sessions
Write prompts, system instructions, agent directives, and skill descriptions using two stacked layers: outcome-first (goal, success criteria, stopping condition) plus directional language (every sentence names the path with positive verbs).
Strict Red-Green-Refactor proof for coding agents.
Single-file agent goal ledger for Claude Code and Codex CLI. Pairs with /goal mode.
Auto-document entire codebase with inline comments and API docs
Turn complex codebases into clear, navigable architecture diagrams
Codebase intelligence for Claude Code. Indexes your codebase into five layers (Graph, Git, Docs, Decisions, Code Health) and exposes them through nine task-shaped MCP tools — so Claude understands architecture, ownership, hotspots, why code is built the way it is, and where the defect risk lives.
Codebase exploration, refactoring, and quality analysis
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation