What problem does it solve?
This Skill helps you quickly understand unfamiliar codebases, locate specific functionality, and grasp architectural patterns without getting lost in a sea of files, accelerating your learning and debugging process.
Core Features & Use Cases
- Targeted Search: Use
grep and glob to pinpoint files, function definitions, class instantiations, or API endpoints based on keywords or patterns.
- Architectural Insight: Understand how components interact, trace data flow, and identify common design patterns within the project.
- Debugging & Learning: Trace execution paths, find examples of similar implementations, and quickly locate the source of errors.
- Use Case: When debugging an error related to "WebSocketManager", use this Skill to find its definition, identify where it's instantiated, and trace its usage to understand the error's origin and potential fix.
Quick Start
Find all Python files related to "session management" in the codebase, then search within those files for the definition of "create_session" to understand its implementation.