skill-creator

Installation
Summary

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

  • Skills are self-contained packages combining procedural instructions, tool integrations, domain expertise, and bundled resources (scripts, references, assets) to transform Claude into a specialized agent
  • Follows progressive disclosure design: metadata always available, SKILL.md loaded on trigger, bundled resources loaded as needed to minimize context bloat
  • Core principles emphasize conciseness (challenge every token), appropriate degrees of freedom (match specificity to task fragility), and clear triggering via description field in YAML frontmatter
  • Structured creation process: understand concrete examples, plan reusable contents, initialize with provided script, edit resources and SKILL.md, package for distribution, iterate based on usage
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

Core Principles

Related skills
Installs
1.2K
GitHub Stars
62
First Seen
Feb 17, 2026