What problem does it solve?
When working with unfamiliar sections of a codebase, it is time-consuming and difficult to manually trace how individual components fit into the larger project structure, leading to wasted effort and misaligned changes.
Core Features & Use Cases
- High-level context generation: Automatically maps all relevant modules and callers for the code area you are working on, eliminating manual file traversal.
- Domain-aligned terminology: Uses the project's existing domain glossary to ensure all context is consistent with the codebase's established vocabulary.
- Use Case: If you are new to a project and need to understand how a user authentication module connects to other system components, this skill provides the full big-picture context in seconds.
Quick Start
Use the zoom-out skill to get a high-level map of all relevant modules and callers for the user authentication code section I am currently reviewing.