What problem does it solve?
This Skill eliminates the excessive token waste and slow, multi-step discovery process of exploring large codebases with standard tools like Read, Grep, and Glob, which require reading full files or running separate searches to understand code structure.
Core Features & Use Cases
- AST-Powered Structural Search: Find functions, classes, and symbols across entire directories in a single call, with ranked results and folded file structure previews.
- Targeted File Outlining: Get the full structural skeleton of any code file (all functions, methods, imports) without loading implementation code, using only 1-2k tokens per file.
- Precision Symbol Unfolding: Load only the specific function, method, or class implementation you need, avoiding the cost of reading entire large files.
- Use Case: For example, when debugging a cross-cutting shutdown flow in a 50k-line backend codebase, use this Skill to find all related shutdown symbols in one search, then unfold only the specific implementation you need, saving thousands of tokens compared to reading full files.
Quick Start
Use the smart-explore skill to find all functions related to payment processing in the ./src directory and show the implementation of the processPayment method.