Agent Skills
› kaininx/PlainTab
› zoom-out
zoom-out
GitHub该技能用于在编辑不熟悉模块前进行上下文探索,映射相关文件、调用方及约束条件。通过遵循标准化工作流,帮助开发者快速理解代码结构,降低修改风险并提升开发效率。
触发场景
需要编辑不熟悉的代码模块
在进行重大重构或修改前需了解整体架构
安装
npx skills add kaininx/PlainTab --skill zoom-out -g -y
SKILL.md
Frontmatter
{
"name": "zoom-out",
"description": "Claude adapter for mapping unfamiliar PlainTab modules, related files, callers, and constraints before editing."
}
Zoom Out PlainTab
This is a Claude Code adapter. The canonical workflow lives at:
.agents/skills/zoom-out/SKILL.md from the repository root.
Before editing an unfamiliar area:
- Read the canonical skill file above.
- Follow that workflow.
- Update the canonical skill in
.agents/skills/if the process changes. - Keep this Claude adapter short.
版本历史
- 955e53e 当前 2026-07-24 12:24


