スキル一覧に戻る
jeffh

create-skill

by jeffh

Humanlayer + other productivity plugins

8🍴 1📅 2026年1月20日
GitHubで見るManusで実行

SKILL.md


name: create-skill description: Create, update, validate, and canonicalize Claude Code skills. USE WHEN user wants to create a new skill OR modify an existing skill OR validate skill structure OR fix skill format OR migrate legacy skills.

create-skill

Manage Claude Code skills with consistent structure and validation.

Workflow Routing

WorkflowTriggerFile
createUser wants to create a new skillworkflows/create.md
updateUser wants to modify an existing skillworkflows/update.md
validateUser wants to verify skill correctnessworkflows/validate.md
canonicalizeUser wants to fix skill structure or migrate legacy formatworkflows/canonicalize.md

Reference Documentation

Examples

Example 1: Create a new skill

User: "I want to create a skill for code review"
→ Invokes create workflow
→ Asks for skill name, location, description
→ Generates skill directory with SKILL.md and structure
→ Runs validation

Example 2: Validate an existing skill

User: "Check if my prompting skill is valid"
→ Invokes validate workflow
→ Checks structural, semantic, and quality rules
→ Reports ✅ passed, ⚠️ warnings, ❌ errors
→ Provides specific fix suggestions

Example 3: Fix a broken skill

User: "My skill has wrong file names and missing sections"
→ Invokes canonicalize workflow
→ Renames files to kebab-case
→ Adds missing Examples section
→ Normalizes YAML frontmatter
→ Reports all changes made

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です