← スキル一覧に戻る

skill-creator
by WellApp-ai
skill-creatorは、システム間の統合と連携を実現するスキルです。APIとデータの統合により、シームレスな情報フローと業務効率の向上をサポートします。
⭐ 305🍴 43📅 2026年1月23日
SKILL.md
name: skill-creator description: Template and guide for creating new skills
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) |
スコア
総合スコア
80/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
3ヶ月以内に更新
+5
✓フォーク
10回以上フォークされている
+5
○Issue管理
オープンIssueが50未満
0/5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

