Agent Skills
› yikart/AiToEarn
› zoom-out
zoom-out
GitHub辅助代码理解,当对某段代码不熟悉时,通过提升抽象层级获取全局视角。生成相关模块和调用者的地图,并使用领域术语词汇,帮助快速掌握代码在整体架构中的位置与上下文。
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


