Agent Skills
› kaininx/PlainTab
› zoom-out
zoom-out
GitHub用于在编辑不熟悉模块前进行宏观梳理,通过读取规则文件和检查调用关系,解释模块的运行角色、数据归属及约束,辅助定位修改点并实现最小安全变更。
Trigger Scenarios
不熟悉 PlainTab 模块结构
需要查看相关文件和调用者的高层映射
询问某部分如何融入启动、壁纸或设置流程
Install
npx skills add kaininx/PlainTab --skill zoom-out -g -y
SKILL.md
Frontmatter
{
"name": "zoom-out",
"description": "Use when an agent or user is unfamiliar with a PlainTab module, needs a higher-level map of related files and callers, or asks how a section fits into startup, wallpaper, settings, search, command palette, storage, or i18n flows."
}
Zoom Out PlainTab
Use this skill before editing an unfamiliar area.
Map The Area
- Read
.claude/rules/00-core.md. - Use
.claude/rules/README.mdto find the relevant module rule. - Inspect the files directly involved and their callers.
- Explain the area one layer up:
- Runtime role.
- Main files.
- Data it owns.
- Public functions or DOM contracts.
- Startup, storage, wallpaper, i18n, or extension/web-mode constraints.
- Validation commands that matter for this area.
Keep the answer practical. The goal is to help the next edit land in the right place with the smallest safe change.
Version History
- 955e53e Current 2026-07-24 12:24


