skill-creator
Template and guide for creating new skills
适合你,如果你想为Agent商店创建新技能
/ 通过 npx 安装 校验哈希
npx oh-my-skill add wellapp-ai/well/skill-creator/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- wellapp-ai/well/skill-creator/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify wellapp-ai/well/skill-creator安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
340GitHub stars
~372上下文体积 · 单文件
索引托管
怎么用
商店整理自技能原文 · 版本 782601c · 表述以原文为准它做什么
安装这个技能后,Claude 会按照模板指导你创建新技能,包括填写名称、描述、触发条件、指令和示例,并为你区分应该创建技能还是模式。
什么时候触发
当你明确说出“使用 skill-creator 技能”或要求创建新技能时触发。
装好后可以这样说
激活技能创建助手。
引导填写模板的各个部分。
Claude 会询问并填充模板。
技能原文 SKILL.md
Skill Creator
Use this skill to create new skills.
SKILL.md Template
--- name: your-skill-name description: When to use this skill --- # Skill Name Brief description of what this skill does. ## When to Use - Situation 1 - Situation 2 ## Instructions Step-by-step guide Claude follows. ## Examples Concrete usage examples. ## Guidelines - Best practice 1 - Best practice 2
Skill vs Mode Decision
| Create a... | When... | |-------------|---------| | Mode | Triggered by user intent (workflow) | | Skill | Invoked explicitly for capability |
Examples:
- "init feature" → Mode (workflow triggered by intent)
- "use webapp-testing" → Skill (capability invoked explicitly)
File Location
- Modes:
.cursor/rules/modes/<name>.mdc - Skills:
.cursor/rules/skills/<name>/SKILL.md
Naming Conventions
- Use lowercase with hyphens:
my-skill-name - Be descriptive:
webapp-testingnottest - Match the folder name to the skill name
Required Sections
- YAML Frontmatter - name and description
- Title - Clear skill name
- When to Use - Trigger conditions
- Instructions - What Claude should do
- Examples - Concrete usage
Optional Sections
- Guidelines / Best Practices
- Common Issues / Troubleshooting
- Related Skills / Modes
After Creating
- Test the skill with explicit invocation: "use [skill-name] skill"
- Document in team wiki if shared
- Consider adding to Mode Detection if workflow-based
Existing Skills
| Skill | Purpose | |-------|---------| | mcp-server | Create MCP integrations | | webapp-testing | Browser/Storybook testing | | skill-creator | Create new skills (this one) |
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…