Zoom Out banner
Yanzn Yanzn

Zoom Out

Testing community

Description

--- description: "Step back from a specific file or function and explain it in the context of the larger system — direct callers, domain concept, deletion test, where related decisions live." --- Invoke the `devstack:zooming-out` skill. The skill produces exactly four answers about the pinned local view: 1. Who calls this (direct + indirect, grouped by responsibility, with entry points named) 2. What concept it represents in the domain (mapped to CONTEXT.md if present) 3. What would happen if

Installation

Installs to ~/.claude/skills/yanzn-devstack-zoom-out/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yanzn-devstack-zoom-out && curl -fsSL https://raw.githubusercontent.com/Yanzn/devstack/HEAD/commands/zoom-out.md -o ~/.claude/skills/yanzn-devstack-zoom-out/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository