Agent Skills
› victorgarciaesgi/regle
› zoom-out
zoom-out
GitHub当对代码区域不熟悉或需理解全局架构时,指示 Agent 提升抽象层级,生成包含相关模块和调用者的项目地图,帮助建立宏观视角。
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


