What problem does it solve? When entering an unfamiliar repository, agents and developers waste time searching for the right files to read. This Skill orients you by routing the current task to the 2-3 files that matter, using a lightweight CODEBASE.md map of the repo. ## Core Features & Use Cases - Task-to-file routing: Reads CODEBASE.md and outputs at most 3 files to read next, each with a reason, plus an explicit skip list. - Deterministic fast path: Runs the repo-orient.py script when available to return verified, existence-checked paths without reading file bodies. - Map generation with staleness checks: Generates CODEBASE.md from the directory tree when missing, and regenerates it if routed entries no longer exist. - Use Case: You open a new project and ask "where is the authentication logic?" The Skill checks the repo map, verifies the paths exist, and tells you exactly which files to read and what to skip. ## Quick Start Ask the agent to orient you in this repository and identify which files to read for your current task.