What problem does it solve? Locating the right files in a large or unfamiliar codebase is slow and token-expensive. This Skill performs fast, scoped codebase scouting so you can find relevant files, understand project structure, and gather task context without reading everything. ## Core Features & Use Cases - Internal Scouting: Uses shell search (rg, glob, grep) with optional parallel research agents that divide directories for broad coverage. - External Scouting: Delegates searches to Gemini or OpenCode CLI tools with large context windows when the search space is wide. - Structured Reports: Aggregates findings into a concise report listing relevant files with descriptions plus unresolved questions. - Use Case: Before modifying authentication logic spread across multiple modules, run a scout to map all auth-related files, endpoints, tests, and configuration in one pass. ## Quick Start Ask the assistant to scout the codebase for all files related to the feature you are about to work on.