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


