What problem does it solve?
It helps you quickly understand how a codebase works by answering questions about where things are defined and how features behave, without risking accidental changes.
Core Features & Use Cases
- Read-only codebase Q&A: Provides explanations based strictly on what’s already in the repository, suitable for onboarding and troubleshooting.
- Targeted discovery: Uses tools like Grep, Glob, and file reading to locate relevant implementations, configuration, and call flows.
- Path- and line-anchored answers: Explains findings with file paths and quoted lines so you can verify quickly.
- Use Case: You can ask how authentication is implemented and get a trace from the request entry points to the auth logic, including the exact files involved.
Quick Start
Use the ask skill to answer: "How does authentication work in this project, and where is the code that validates credentials?"