Agent Skills
› kaininx/PlainTab
› zoom-out
zoom-out
GitHub辅助代理或用户快速理解 PlainTab 模块架构。通过读取核心规则、定位模块文档及分析文件调用关系,提供运行时角色、数据归属等高层视图,确保后续编辑精准且安全。
触发场景
不熟悉 PlainTab 特定模块时
需要查看相关文件和调用者的高层地图时
询问某部分在启动、壁纸、设置等流程中的位置时
安装
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.
版本历史
- 955e53e 当前 2026-07-24 12:24


