# zoom-out Ask the agent to go up a layer of abstraction and map the modules and callers around unfamiliar code. ## What it does A single-purpose prompt for the moment you land in a part of the codebase you do not know. Instead of answering at the level of the file in front of it, the agent climbs one layer and produces a map of the relevant modules and their callers — and names them using the project's own domain glossary vocabulary, so the map lines up with the language the rest of the repo already uses. ## Hand-invoked only `SKILL.md` sets `disable-model-invocation: true`, so the router never selects this skill on its own and no other skill can hand off to it. It runs when the human asks for it. That also means its description is written as one plain human-facing sentence — it carries no trigger phrasing or boundary clause, because nothing routes on it. ## Usage ```text /zoom-out ``` Best used with the unfamiliar code already in context — the skill widens the view around what you are looking at rather than picking a starting point for you. ## Files | File | Purpose | |------|---------| | `SKILL.md` | The whole skill — a single instruction, no supporting files |