← スキル一覧に戻る

createskill
by Alejfanjul
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: CreateSkill description: Create and validate skills. USE WHEN create skill, new skill, skill structure, canonicalize. SkillSearch('createskill') for docs.
CreateSkill
MANDATORY skill creation framework for ALL skill creation requests.
Authoritative Source
Before creating ANY skill, READ: $PAI_DIR/skills/CORE/SkillSystem.md
This document contains the complete specification for:
- Skill directory structure
- SKILL.md format and required sections
- Workflow file conventions
- Naming conventions (TitleCase)
- Examples section requirements
How to Create a Skill
- Read the spec:
$PAI_DIR/skills/CORE/SkillSystem.md - Create directory:
$PAI_DIR/skills/SkillName/ - Create SKILL.md with required frontmatter and sections
- Add Workflows/ directory if needed
- Validate by checking all workflow references resolve
How to Validate a Skill
Run the pack validator:
bun run $PAI_DIR/Tools/validate-pack.ts
Or manually check:
- SKILL.md exists with valid frontmatter
- All
Workflows/*.mdreferences in SKILL.md exist - Examples section is present
How to Canonicalize a Skill
- Rename files/directories to TitleCase
- Ensure SKILL.md has required sections
- Verify workflow references resolve
- Add Examples section if missing
Examples
Example 1: Create a new skill
User: "Create a skill for managing my recipes"
→ Read SkillSystem.md for structure
→ Create $PAI_DIR/skills/Recipes/SKILL.md
→ Use TitleCase naming throughout
Example 2: Fix an existing skill
User: "Canonicalize the daemon skill"
→ Rename files to TitleCase
→ Ensure Examples section exists
→ Validate workflow references
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です