Documentation
Cartographer is a navigation system for software architecture. It builds a local Atlas of your repository and answers: where am I, what flows where, and what haven’t I explored?
Living Atlas Briefing
The flagship output. After cartographer index, or anytime via cartographer brief / whereami / tour:
- Mini Atlas — territory tree with symbol density
- YOU ARE HERE — breadcrumb + territory confidence
- Corridors — recurring architectural paths
- Hubs & bridges — plain-language cut vertices
- Frontiers — fog-of-war exploration state
- Start here — first journey suggestion
Core commands
cartographer index
cartographer brief [file] [line]
cartographer whereami path/to/file.ts 42
cartographer goto createOrder
cartographer route handler service
cartographer upstream createOrder
cartographer downstream createOrder
cartographer territories
cartographer hubs
cartographer unexplored
cartographer tour
cartographer doctor
cartographer search "auth"
Cursor plugin
Install as a Cursor plugin from this repository. Commands, skills, agent, and MCP tools expose the same Atlas facade — no duplicate logic.
Marketplace status: Cursor Marketplace listing is pending Cursor approval. Use local / source install until then.