Skills zoom-out

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

install
source · Clone the upstream repo
git clone https://github.com/mattpocock/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mattpocock/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/zoom-out" ~/.claude/skills/mattpocock-skills-zoom-out && rm -rf "$T"
manifest: zoom-out/SKILL.md
source content

I don't know this area of code well. Go up a layer of abstraction. Give me a map of all the relevant modules and callers.