What problem does it solve? Answering questions like "how does this work?" or "where is X implemented?" often requires manually grepping and reading many files, which is slow and token-expensive. This Skill uses semantic codebase search to find relevant code quickly. ## Core Features & Use Cases - Semantic Codebase Search: Translates a user question into natural language queries and runs multiple codebase_search calls from different angles. - Flow Tracing: Identifies entry points, data flow, and ownership of a behavior across routers, handlers, config, and tests. - Use Case: When a developer asks "where is authentication handled?", the Skill runs parallel searches, reads the returned sections, and summarizes the flow with concrete file paths. ## Quick Start Ask the assistant to explore the codebase and explain where a specific feature is implemented and how its data flows.