What problem does it solve?
Navigating large or unfamiliar repositories to locate files, definitions, and the relationships between components is time-consuming and error-prone; this Skill provides targeted search and summarization to reduce discovery time and surface relevant implementation details.
Core Features & Use Cases
- File & Symbol Discovery: Find files, classes, functions, or configuration entries by name or content using pattern and text search.
- Content Search & Tracing: Use grep-style searches to locate definitions and trace import/require chains to reveal dependency relationships.
- Structure Overview: Summarize top-level directories, key configuration files, and suggested places to look first for a given task or feature.
- Use Case: When asked "where is the auth middleware", run targeted searches, report the file path, summarize its responsibilities, and point to related modules.
Quick Start
Find where the authentication middleware is defined and summarize its purpose, key functions, and related files.