If
.claude/skills/zoom-out/SKILL.md.disabledexists, stop before reading a fallback. Project configuration: If the current project contains.claude/skills/zoom-out/SKILL.md, read and apply it instead of this bundled default. The project copy is the capability source of truth. Repository context: Read../setup/references/task-context.mdwhen resolving a task, project commands, named agent roles, or legacy.claude/resource paths. Use repository evidence and applicable project instructions; a missing local workflow copy does not require setup. Resolve bundled resources from the installed skill, never from the target cwd. Invocation guard: use this as a standalone skill only when explicitly requested by the user; automatic selection is not authorization. Portable clients may not enforce Claude Code host-level invocation restrictions.
Zoom Out
Upstream: Adapted from mattpocock/skills/zoom-out.
Step out of the current file. Go up one layer of abstraction. Produce a compact map of:
- The modules in this area (use
architecture-language/LANGUAGE.mdvocabulary) - Their callers — who reaches into this code and from where
- Their dependencies — what this code reaches into
Do not propose changes. Do not deep-dive into any one module. The point is to recover bearings, not to solve a problem.
If this supports an active task, use ../setup/references/task-context.md
to read the selected task's relevant links. Do not create a task or artifact for a standalone map.
If product-docs/UBIQUITOUS_LANGUAGE.md exists, name modules using its terms when possible.