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


