← スキル一覧に戻る

skill-creation
by urjitbhatia
AI Skills installed and cli
⭐ 0🍴 0📅 2026年1月20日
SKILL.md
name: skill-creation description: Authoritative & opinionated way for creating, updating, validating, and managing skills. Enforces the contextual framework and YAML frontmatter standards required by Claude Code.
Skill: Skill Creation
This skill provides comprehensive skill management capabilities based on the mental framework outlined in context/framework.md.
Routing Logic
Analyze the user's intent and route to the appropriate workflow:
Creation Intents → workflows/create.md
- "Create a new skill"
- "Make a skill for [domain]"
- "Set up a skill called [name]"
- "I need a skill that handles [purpose]"
Update Intents → workflows/update.md
- "Update the [skill-name] skill"
- "Modify [skill-name]"
- "Add a workflow to [skill-name]"
- "Change the description of [skill-name]"
Validation Intents → workflows/validate.md
- "Check if [skill-name] is valid, allow name chars: lowercase, letters, numbers and hyphens"
- "Validate all skills"
- "Is the frontmatter correct in [skill-name]?"
- "Debug why [skill-name] isn't working"
Listing/Browse Intents → workflows/list.md
- "What skills exist?"
- "Show me all skills"
- "List available skills"
- "What skills do I have?"
Framework Questions → context/framework.md
- "How do skills work?"
- "What's the difference between skills and commands?"
- "Explain the skill structure"
Workflows
workflows/create.md- Create a new skill with proper structure and metadataworkflows/update.md- Modify existing skills (add workflows, update metadata, etc.)workflows/validate.md- Check skill structure and frontmatter complianceworkflows/list.md- Browse and inspect existing skills
Context
context/framework.md- The theoretical foundation (Skills → Commands → Agents)context/best_practices.md- Guidelines for effective skill designcontext/examples.md- Real-world skill structure examples
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です