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.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin kingbootoshi-cartographerA 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
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.