From cartographer
Query the Cartographer world-model to answer questions about a codebase using stored evidence. Use when the user asks how something works, what calls what, or wants to understand structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cartographer:inspectsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to Cartographer's stored world-model. Use it to answer questions
You have access to Cartographer's stored world-model. Use it to answer questions about the codebase with evidence-grounded responses.
cartographer_query — Search for entities/relationships by kind, name, or involvementcartographer_get_entity — Get full details including evidence and relationshipscartographer_get_summary — See what's in the modelcartographer_query or cartographer_get_entity before reading sourceIf cartographer_get_summary shows 0 entities, suggest the user run
/cartographer analyze first to populate the world-model.
npx claudepluginhub miltonian/cartographer --plugin cartographerProduces evidence-cited maps of unfamiliar codebase areas with file:line references for every claim. Use before non-trivial changes, onboarding, or multi-module refactors.
Persists codebase knowledge across sessions to avoid re-discovery. Use after exploration to record, before tasks to consult, or when dispatching subagents with module-specific context.
Traces actual code paths in codebases to analyze architecture, data flows, integrations, patterns, and provide recommendations across 5 evidence-based iterations. Use for deep 'how does X work' queries or complex system reviews.