SK

Skill Creator

Development

Guide for creating effective skills that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.

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

Skill Structure

skill-name/ ├── SKILL.md (required) │ ├── YAML frontmatter metadata │ │ ├── name: (required) │ │ └── description: (required) │ └── Markdown instructions └── Bundled Resources (optional) ├── scripts/ - Executable code ├── references/ - Documentation └── assets/ - Templates, icons, etc.

Resource Types

Progressive Disclosure

Skills use a three-level loading system to manage context efficiently: