zoom-out
Installation
SKILL.md
Zoom Out
Get a higher-level architectural perspective on unfamiliar code sections.
When to use this skill
- Navigating unfamiliar code and needing to understand how it connects to the larger system
- Before making changes to understand the blast radius
- When you need a module map before diving into implementation
When not to use this skill
- Finding specific symbols or patterns → use
codebase-search - Architectural improvement opportunities → use
improve-codebase-architecture - Debugging a specific failure → use
debugging