What problem does it solve? When starting work on an unfamiliar codebase, agents and developers lack a structured map of directory responsibilities, design patterns, and data flow, forcing expensive re-exploration on every task. ## Core Features & Use Cases - Hierarchical Codemap Generation: Creates a codemap.md in every relevant folder documenting responsibility, design patterns, data flow, and integration points, plus a root-level Repository Atlas aggregating all sub-maps. - Change Detection: Tracks file and folder hashes in .slim/codemap.json so subsequent runs only update codemaps for folders that actually changed. - Legacy Migration & AGENTS.md Registration: Automatically migrates .slim/cartography.json state and registers the codemap in AGENTS.md so agents discover it on every session. - Use Case: You clone a large TypeScript monorepo you have never seen. Run the codemap skill to select core source files, scaffold per-folder codemaps, delegate documentation to fixer agents, and produce a root atlas for future sessions. ## Quick Start Ask the agent to generate a codemap for this repository so it can document the architecture and folder responsibilities.