Agent Skills
› yikart/AiToEarn
› zoom-out
zoom-out
GitHub当对代码区域不熟悉或需理解全局架构时,引导 Agent 提升抽象层级,提供模块调用关系图及领域术语映射,以获取更宏观的上下文视角。
Trigger Scenarios
不熟悉某段代码逻辑
需要理解代码在整体架构中的位置
请求模块间调用关系概览
Install
npx skills add yikart/AiToEarn --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
- 3cbb97b Current 2026-07-25 08:42


