What problem does it solve? When an agent or developer faces an unfamiliar codebase, finding where relevant logic lives burns context tokens and time. This Skill acts as a delegated, read-only explorer that answers localization questions with precise file and line citations, keeping bulky reads out of the main conversation context. ## Core Features & Use Cases - Parallel Broad Search: Issues Glob, Grep, and Read calls simultaneously in the first turn to cover complementary hypotheses instead of probing files one at a time. - Citation-Only Output: Returns a compact evidence block of path:START-END lines with relevance reasons, with no preamble, summaries, or proposed solutions. - Honest Fallback: Reports "no relevant locations found" rather than guessing when nothing matches, and never cites line ranges it did not actually read. - Use Case: A solver agent needs to know where route selection happens in a large Go service. It delegates the question, and this Skill replies with citations like src/router/pick.go:42-71 plus the covering test file, letting the solver read only what matters. ## Quick Start Ask the explorer where a specific feature or symbol is implemented in this repository and use the returned path:line citations to read only those locations.