What problem does it solve?
It answers code-navigation questions by finding where a feature, UI element, route, handler, or command is defined and where its data comes from.
Core Features & Use Cases
- Top-down source tracing: Start at an entry point and follow imports until you reach the real data source, API call, query, or file read.
- Framework-agnostic navigation: Works across frontend and backend codebases in any language when structural relationships matter more than keyword matches.
- Reverse lookup support: Helps answer questions like which page uses a given endpoint or which component renders a specific panel.
- Use case: When a user asks where a button, panel, or feature comes from, this Skill identifies the exact files to inspect instead of relying on noisy search results.
Quick Start
Ask this skill to trace the requested feature from its entry point down through imports until it reaches the source file or boundary you need.