What problem does it solve?
This Skill prevents agents from wasting time re-discovering codebase structure and details in every session, by maintaining a persistent, living map of the project.
Core Features & Use Cases
- Persistent Knowledge: Accumulates and stores information about modules, conventions, and potential pitfalls across sessions.
- Contextual Awareness: Provides relevant module-specific context to subagents, preventing incorrect assumptions and improving efficiency.
- Three Modes: Operates in 'Record' mode to capture new discoveries, 'Consult' mode to provide high-level structure before tasks, and 'Load' mode to inject detailed module context into subagents.
- Use Case: Before starting a new feature implementation, consult the codebase map to understand existing module dependencies and responsibilities, ensuring the new code integrates smoothly.
Quick Start
Use the cartographer skill to record what you learned about the new authentication module.