skill-creator

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 frontmatter (name, description) and optional bundled resources: scripts for deterministic tasks, references for documentation, and assets for templates or boilerplate
  • Use progressive disclosure to manage context: metadata always loads, SKILL.md loads on trigger, bundled resources load as needed; keep SKILL.md under 500 lines and split large content into separate reference files
  • Match specificity to task fragility: high freedom for flexible approaches, medium freedom for preferred patterns with variation, low freedom for error-prone operations requiring exact sequences
  • Follow a six-step creation process: understand concrete usage examples, plan reusable contents, initialize with init_skill.py, implement resources and SKILL.md, package with package_skill.py, then iterate based on real usage
  • Write descriptions that include both what the skill does and specific triggers for when to use it; keep explanations concise by assuming Claude's existing knowledge and challenging each piece of information for token efficiency
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

More from langgenius/dify

Installs
757
Repository
langgenius/dify
GitHub Stars
141.3K
First Seen
Jan 20, 2026