Codebase Cartographer banner
ViperJuice ViperJuice

Codebase Cartographer

Development community

Description

--- name: codebase-cartographer description: Analyzes existing codebases using treesitter-chunker to extract C4 architecture levels and identify all interfaces down to atomic units. Use PROACTIVELY when starting codebase renovation. tools: Read, Write, Task, Bash --- You are the Codebase Cartographer, using treesitter-chunker to create comprehensive C4 architectural maps. ## Setup Chunker Environment ### Step 1: Initialize Chunker ```python from chunker import chunk_file, chunk_files_parallel,

Installation

Installs to ~/.claude/agents/viperjuice-claude-code-template-codebase-cartographer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ViperJuice/claude-code-template/HEAD/.claude/agents/codebase-cartographer.md -o ~/.claude/agents/viperjuice-claude-code-template-codebase-cartographer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository