skill-creator
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 and markdown instructions, plus optional bundled resources (scripts, references, assets) organized by purpose and loaded progressively to minimize context bloat
- Follow a six-step creation process: understand concrete usage examples, plan reusable contents, initialize with
init_skill.py, edit resources and documentation, package withpackage_skill.py, and iterate based on real usage - Keep SKILL.md lean and under 500 lines by moving detailed reference material, schemas, and examples into separate files; use the description field to clearly signal when the skill triggers
- Design for self-containment: skills must work without relying on user's personal config, MCP servers, or environment-specific setup; include all necessary context directly in the skill
- Support both Claude AI (web) and Claude Code (CLI) environments, or mark CLI-only skills with
compatibility: claude-code-onlyin frontmatter
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
- Specialized workflows - Multi-step procedures for specific domains
- Tool integrations - Instructions for working with specific file formats or APIs
- Domain expertise - Company-specific knowledge, schemas, business logic
- Bundled resources - Scripts, references, and assets for complex and repetitive tasks
Core Principles
More from jezweb/claude-skills
tailwind-v4-shadcn
|
2.7Ktanstack-query
|
2.5Kshadcn-ui
Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with semantic tokens, and common UI recipes (forms, data tables, navigation, modals). Use after tailwind-theme-builder has set up the theme infrastructure, when adding components, building forms, creating data tables, or setting up navigation.
2.5Ktailwind-theme-builder
>
2.2Kfastapi
|
2.0Kcolor-palette
>
1.9K