skill-creator

Originally fromanthropics/skills
Installation
Summary

Comprehensive guide for creating modular skills that extend Claude's capabilities with specialized knowledge and workflows.

  • Skills consist of a required SKILL.md file with YAML metadata and markdown instructions, plus optional bundled resources (scripts, references, and assets) organized in a three-level loading system to manage context efficiently
  • Follow a six-step creation process: understand concrete usage examples, plan reusable contents, initialize with the provided script, edit SKILL.md and resources, package with validation, and iterate based on real-world testing
  • Use scripts for deterministic, repeatedly-written code; references for documentation and schemas to load as needed; and assets for templates and boilerplate that appear in output
  • Write SKILL.md in imperative form with clear procedural guidance on when and how Claude should use the skill, keeping the file lean by moving detailed information to references files
SKILL.md

Skill Creator

This skill provides guidance for creating effective skills.

About Skills

Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess.

What Skills Provide

  1. Specialized workflows - Multi-step procedures for specific domains
  2. Tool integrations - Instructions for working with specific file formats or APIs
  3. Domain expertise - Company-specific knowledge, schemas, business logic
  4. Bundled resources - Scripts, references, and assets for complex and repetitive tasks

Anatomy of a Skill

Related skills

More from composiohq/awesome-claude-skills

Installs
2.2K
GitHub Stars
59.4K
First Seen
Jan 20, 2026