What problem does it solve? When an agent or developer faces an unfamiliar codebase, finding where relevant logic lives wastes tokens and time. This Skill performs fast, read-only repository exploration and reports only file paths with line ranges, keeping its search activity out of the main context window. ## 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, citing only line ranges actually read. - Honest Fallback: Reports "no relevant locations found" rather than guessing when nothing relevant exists. - Use Case: A solver agent needs to know where route selection happens in a Go project. It delegates the question, and this Skill replies with citations like src/router/pick.go:42-71, letting the solver read only what matters. ## Quick Start Ask the explorer to find where a specific feature or symbol is implemented in this repository and return the file paths with line ranges.