skill-builder
Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.
How to use
Utwórz katalog umiejętności na najwyższym poziomie swojego systemu plików — musi to być katalog główny, nie podkatalog. Użyj nazwy opisującej Twoją umiejętność, np. mkdir -p ~/.claude-skills/moja-pierwsza-umiejetnosc.
W katalogu umiejętności utwórz plik SKILL.md i dodaj do niego frontmatter YAML na samym początku. Frontmatter musi zawierać dokładnie dwa pola: name (maksymalnie 64 znaki) i description (maksymalnie 1024 znaki). W polu description opisz zarówno co umiejętność robi, jak i kiedy Claude powinien jej użyć.
Pod frontem YAML dodaj sekcję "What This Skill Does" wyjaśniającą instrukcje umiejętności, oraz sekcję "Quick Start" z podstawowym użytkowaniem.
Upewnij się, że struktura katalogów jest kompletna i wszystkie pliki są na swoim miejscu zgodnie ze specyfikacją Claude Skills.
Zrestartuj Claude Code lub odśwież Claude.ai, aby system wykrył i załadował Twoją nową umiejętność.
Umiejętność będzie teraz dostępna dla Claude'a na wszystkich platformach — w Claude.ai, Claude Code, SDK i API.