When you're deep in unfamiliar code and can't see the forest for the trees, this prompts Claude to step back and show you the bigger picture. It asks for a map of related modules and callers, raising the abstraction level instead of staying stuck in implementation details. The prompt is in Chinese but the concept is universal: sometimes you need to zoom out before you can move forward. Useful when onboarding to a new codebase or when you've been debugging so long you've lost context. It disables model invocation, so it's purely a prompt template you trigger when needed.
npx skills add https://github.com/vinvcn/mattpocock-skills-zh-cn --skill zoom-out