Back to list
ShunsukeHayashi

skill-creator

by ShunsukeHayashi

PPAL SKILL.md Library - メンバー限定

3🍴 3📅 Jan 21, 2026

SKILL.md


name: skill-creator description: Create new Claude Code skills with proper structure. Use when building custom skills or automating workflows. allowed-tools: Bash, Read, Write

Skill Creator

Version: 1.0.0 Purpose: Generate properly structured Claude Code skills


Workflow

Step 1: Gather Requirements

Ask user:

  1. What does this skill do?
  2. When should it activate (triggers)?
  3. What tools does it need?

Step 2: Create Structure

mkdir -p ~/.claude/skills/[skill-name]

Step 3: Generate SKILL.md

Template:

---
name: [kebab-case-name]
description: [What it does]. Use when [triggers].
allowed-tools: [tools]
---

# [Title]

## Workflow

### Step 1: [First step]
...

Step 4: Validate

cat ~/.claude/skills/[name]/SKILL.md

Rules

  • Name: kebab-case only
  • No reserved words: claude, anthropic, mcp
  • Description: action verb + trigger condition

Score

Total Score

45/100

Based on repository quality metrics

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
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon