一键导入
skill-creation
Use when creating new skills, agents, or improving existing ones. Provides the 10-step systematic process for high-quality skill development.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when creating new skills, agents, or improving existing ones. Provides the 10-step systematic process for high-quality skill development.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | skill-creation |
| description | Use when creating new skills, agents, or improving existing ones. Provides the 10-step systematic process for high-quality skill development. |
| Step | Name | Output |
|---|---|---|
| 1 | UNDERSTAND | Problem statement (1-2 paragraphs) |
| 2 | EXPLORE | 3-5 failure modes without guidance |
| 3 | RESEARCH | Notes with sources |
| 4 | SYNTHESIZE | 5-10 core principles |
| 5 | DRAFT | First SKILL.md |
| 6 | SELF-CRITIQUE | Gap list |
| 7 | ITERATE | Improved draft |
| 8 | TEST | Before/after comparison |
| 9 | FINALIZE | Production-ready file |
| 10 | DOCUMENT | Ecosystem integration |
---
name: <skill-name>
description: <When to activate - be precise!>
---
# <Skill Name>
## When This Skill Activates
- <Trigger condition 1>
- <Trigger condition 2>
## Methodology
### Step 1: <First Step>
<What to do>
### Step 2: <Second Step>
<What to do>
## Examples
<Concrete examples>
## Quality Checklist
- [ ] Criteria 1
- [ ] Criteria 2
Every skill MUST:
| Need | Solution |
|---|---|
| Methodology guidance | Skill |
| Autonomous execution | Agent |
| Both | Skill + Agent pair |
~/.claude/skills/<name>/SKILL.md # Skill file
~/.claude/agents/<name>.md # Agent file
Agent: skill-architect (for autonomous execution of this methodology)
Delegate to skill-architect when:
Run a multi-agent code review on a GitHub pull request, with parallel security / performance / architecture / style passes, inline comments, and quality-gate enforcement. Use when asked to "github code review", "review github pr", "run code review on PR", "swarm review", "automated PR review", or "post inline review comments".
Manage GitHub issues, project boards, sprints, and milestones with swarm-coordinated automation — issue triage, decomposition into subtasks, board sync, sprint planning, KPI tracking. Use when asked to "github project management", "manage github projects", "github issue automation", "swarm project board", "automate sprint", "triage issues", or "set up project board".
Extract clean article content from a URL (blog post, news article, tutorial) and save it as readable text with ads, navigation, and other clutter removed. Use when asked to "extract article", "scrape text from URL", "download blog post", "parse HTML article", "save article as text", or "clean article content from a webpage".
Dispatch one focused agent per independent problem domain so investigations run concurrently. Use when facing 2+ independent tasks with no shared state — for example "spawn agents in parallel", "parallel debugging", "fan out tasks", "investigate multiple failures at once", or "distribute independent work across agents".
Create HTML dashboards with KPI cards, bar/pie/line charts, progress indicators, and data tables. Use when asked to "create dashboard", "build KPI dashboard", "generate metrics visualization", "make analytics dashboard", "show performance dashboard", or "render data visualization as HTML".
Guide for choosing the right AI coding tool for the task. Use when user asks "which AI should I use", "should I use Claude or Cursor", "what's the best tool for X", or when helping decide between Claude Code, Cursor, Windsurf, VSCode + Copilot, Gemini, Grok, Codex, Qwen, or this Claude interface.