Agent Skills
› victorgarciaesgi/regle
› zoom-out
zoom-out
GitHub当对代码区域不熟悉时,引导代理向上抽象一层,提供模块调用关系图及高层视角,帮助理解整体架构。
Trigger Scenarios
不熟悉某段代码
需要理解代码在更大背景下的作用
Install
npx skills add victorgarciaesgi/regle --skill zoom-out -g -y
SKILL.md
Frontmatter
{
"name": "zoom-out",
"description": "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.",
"disable-model-invocation": true
}
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, using the project's domain glossary vocabulary.
Version History
- aeafba7 Current 2026-07-24 22:00


