What problem does it solve?
This Skill solves the problem of inefficient code exploration by providing an intent-aware interface that distinguishes between architectural questions, dependency tracing, and pre-generation research, preventing agents from relying on superficial semantic matches.
Core Features & Use Cases
- Intent-Based Routing: Automatically classifies user queries into specific strategies like EXPLAIN, TRACE, or PRE-GEN to ensure the most relevant tools are used.
- Codegraph Integration: Leverages structural call and import edges to answer complex questions about architecture, circular dependencies, and entry points.
- Use Case: When refactoring a complex module, use this skill to identify all callers of a specific function, assess its architectural centrality, and gather the necessary context to safely modify the code without breaking dependencies.
Quick Start
Use the explore skill to explain the architecture of the authentication module and identify any circular dependencies within it.