What problem does it solve? Onboarding onto an unfamiliar codebase requires reading many files before understanding architecture, and keeping that documentation current as code changes is tedious. This Skill automates repository mapping by tracking file hashes and scaffolding per-folder codemap documents. ## Core Features & Use Cases - Hierarchical Codemap Generation: Creates empty codemap.md templates in every relevant folder for agents to fill with responsibility, design patterns, data flow, and integration points. - Change Detection: Tracks file and folder hashes in .slim/codemap.json so re-runs only update affected folders, with automatic migration from legacy cartography.json state. - Pattern-Based File Selection: Includes core code and config files via glob patterns while excluding tests, docs, build output, and .gitignore entries. - Use Case: When starting work on a new repository, run the init command to generate a full codemap skeleton, delegate folder documentation to fixer agents, and register the root atlas in AGENTS.md so future sessions auto-discover the map. ## Quick Start Ask the agent to map this repository and generate a hierarchical codemap with per-folder documentation and a root atlas.