← スキル一覧に戻る

skill-creator
by s-hiraoku
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: skill-creator description: This skill guides creating Claude skills—modular packages that extend capabilities with specialized knowledge and workflows. Use when creating new skills, packaging skills for distribution, or understanding skill architecture.
Skill Creator
Overview
Skills are modular packages that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations.
Skill Structure
my-skill/
├── SKILL.md # Required - metadata and instructions
├── scripts/ # Optional - deterministic code
├── references/ # Optional - documentation loaded on-demand
└── assets/ # Optional - templates and boilerplate
SKILL.md Format
---
name: my-skill-name
description: Brief description and trigger conditions. "Use this skill when..."
allowed-tools: Tool1, Tool2 # Optional - restrict tool access
---
# Skill Name
## Instructions
Imperative instructions for Claude (not second person).
## Examples
Concrete usage examples.
Six-Step Creation Process
- Understand - Gather concrete use cases and validate understanding
- Plan - Identify scripts, references, and assets needed
- Initialize - Create directory structure with SKILL.md
- Develop - Write instructions in imperative form (1,500-2,000 words max)
- Validate - Test skill triggers correctly
- Iterate - Refine based on real-world usage
Progressive Disclosure Model
Skills use three-level loading:
- Metadata (~100 words) - Always available
- SKILL.md body - Loads when skill triggers
- Resources - Load as needed
Writing Requirements
- Use imperative form: "To accomplish X, do Y" (not "You should...")
- Description uses third person: "This skill should be used when..."
- Keep SKILL.md between 1,500-2,000 words
- Move detailed content to
references/subdirectory
Resource Types
| Type | Purpose |
|---|---|
| scripts/ | Deterministic code executed repeatedly |
| references/ | Documentation loaded as needed |
| assets/ | Templates and boilerplate code |
Plugin Integration
Skills auto-discover in plugin skills/ directories. No separate packaging needed—users receive skills when installing plugins.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です