cartograph

Cartograph

The Problem

Vibe coding lets you ship fast. But the codebase grows faster than your understanding.

At some point you notice: your agent doesn’t understand your requests as clearly anymore. It makes more mistakes. One change silently breaks three others. You’ve lost track of what’s in the codebase — which pages exist, how features connect, what the data model looks like. The whole thing became a black box, and you’re flying blind.

How Cartograph Solves This

Cartograph scans your entire codebase and maps it out — every page, feature, user flow, data model, and file. It gives you a bird’s-eye view of your product, scores your code health, defines invariants that should never break, and generates copy-pasteable prompts so your agent has full context without you re-explaining every time.

It’s an open-source agent skill. Runs locally. Your code never leaves your machine.

Learn More · Skills Marketplace · Discord · Issues


Features

Bird’s-Eye View of Your Product

See everything that exists in your codebase at a glance:

Code Health Scores

Cartograph scores your codebase across multiple dimensions and highlights what needs fixing:

Invariants

Define the rules your product should never violate:

When you or your agent make changes, verify invariants still hold. Catch regressions before they ship.

Copy-Paste Prompts

Every finding comes with a structured prompt you can paste directly into your agent. Fix code health issues, implement features that integrate correctly with existing code, or consolidate duplicates — all with full codebase context already baked in.

No more re-explaining your product’s architecture every time you prompt. Better context in, better code out.


Getting Started

1. Install

npx skills add NoodleFlowLabs/cartograph --skill cartograph

2. Run

/cartograph

Works in Claude Code, Codex, or any agent that supports skills. This scans your entire codebase and outputs cartograph.json with all findings into your project root.

3. Explore

Open the bundled visualizer (assets/visualizer.html) in your browser, or use the hosted copy:

open https://cartograph.noodleflow.ai/visualizer

Drag-drop cartograph.json into the visualizer and explore every dimension.

4. Iterate

Use the generated prompts to fix issues and improve health. Run /cartograph again. Repeat until your codebase is healthier, better structured, and your agent performs like it should.


Local-First


Community


License

MIT