← スキル一覧に戻る

skill-builder-generic
by adaptationio
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: skill-builder-generic description: Universal guide for creating production-ready Claude Code skills for any project. Includes 6-step workflow (understand, plan, initialize, edit, package, iterate), progressive disclosure design, YAML frontmatter templates, validation scripts, reference organization patterns, and 10 community-proven innovations. Use when creating new Claude Code skills, converting documentation to skills, improving existing skills, or learning skill development best practices for any domain.
Universal Claude Code Skill Builder
Overview
Complete guide for creating production-ready Claude Code skills following Anthropic best practices and community innovations. Provides templates, validation tools, step-by-step workflows, and comprehensive references for building effective, discoverable skills.
When to Use This Skill
- Creating new Claude Code skills from scratch
- Converting existing documentation into skills
- Improving existing skills
- Understanding skill structure
- Validating skills before packaging
- Learning best practices
Quick Start: Create Skill in 5 Minutes
1. Choose Name
my-skill-name # hyphen-case only
2. Create Directory
mkdir -p .claude/skills/my-skill-name
3. Create SKILL.md
---
name: my-skill-name
description: [What it does]. Use when [triggers].
---
# My Skill
## Overview
[Purpose in 1-2 sentences]
## Quick Start
[Basic usage]
4. Validate
python scripts/validate-skill.py my-skill-name/
5. Package
bash scripts/package-skill.sh my-skill-name/
Done!
The 6-Step Process
Detailed documentation in references. See references/yaml-frontmatter-complete-guide.md for comprehensive guidance.
Version: 1.0 Research: 11 sources Last Updated: October 25, 2025
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です