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


