kingbootoshi/cartographer

585 stars · Last commit 2026-05-13

Claude Code plugin that maps and documents codebases of any size using parallel AI subagents

README preview

# Cartographer

<img width="640" height="360" alt="claudecartographer" src="https://github.com/user-attachments/assets/542818c6-fc2b-41a6-915d-cf196447f346" />


A standalone Cartographer CLI plus Claude Code plugin for mapping and navigating codebases.

Cartographer v2 adds a graph CLI for intelligent coding agents: index a repo into a local SQLite graph, compile bounded briefs, run removal/completeness audits, manage evidence-backed notes, and score whether agents used graph context before editing.

## CLI

Install dependencies:

```bash
bun install
```

Run the CLI:

```bash

View full repository on GitHub →