一键导入
skill-master
Use when adding a new skill to this project, editing an existing skill, or extracting reusable patterns from AGENTS.md into a dedicated skill file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when adding a new skill to this project, editing an existing skill, or extracting reusable patterns from AGENTS.md into a dedicated skill file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Design-token and theming conventions for the Starter — semantic CSS variables in theme.css, Tailwind v4 @theme registration in globals.css, dark mode, and the Figma token-sync flow. Use when extracting repeated design values, adding/editing tokens, theming, or syncing tokens from Figma.
API service layer with ky/apiClient and Next.js API routes with Zod validation. Use when creating services, API endpoints, or HTTP calls.
Project file organization, naming conventions, and import patterns. Use when creating new files, organizing code, or deciding where to place modules.
Conventions when no auth provider is bundled. Use when adding authentication or guarding routes.
React component patterns — server vs client components, styling with cn(), props interfaces. Use when creating UI or shared components.
Use before writing or referencing any stack library — fetches version-accurate docs via the context7 MCP server so call signatures, hooks, and APIs match what is installed. Invoke on first usage of any non-none slot library, on any non-trivial Next.js API, or when uncertain whether an API is current.
| name | skill-master |
| description | Use when adding a new skill to this project, editing an existing skill, or extracting reusable patterns from AGENTS.md into a dedicated skill file. |
This skill guides authoring and editing skills in this project. Invoke it when adding a new skill, editing an existing one, or extracting reusable patterns from AGENTS.md.
AGENTS.md into a dedicated skillSource file lives under the contributing module's skills/ directory (e.g. src/modules/<slot>/<variant>/skills/<topic>.md or <topic>.md.hbs).
Registration: an entry in the module's manifest.json under skills[] with shape:
{
"from": "skills/<topic>.md",
"to": {
"claude": ".claude/skills/<topic>/SKILL.md",
"copilot": ".github/instructions/<topic>.instructions.md"
},
"agentScope": ["claude", "copilot"]
}
Per-agent destination convention:
claude → .claude/skills/<topic>/SKILL.mdcopilot → .github/instructions/<topic>.instructions.md## When to invoke must be the first non-purpose section..hbs (requires the skills-phase Handlebars support)..md (static; copied with project-token substitution only).## Workflow Skills index in CLAUDE.md.hbs / copilot-instructions.md.hbs only if the skill is brand new.