skill-creator

Installation
SKILL.md

Skill Creator Skill

Overview

This skill guides the creation of new Claude Code skills. Skills are specialized instruction sets that enhance Claude's capabilities for specific domains, tasks, or workflows.

Quick Start

  1. Define scope - Answer: What problem? Who uses it? What outputs?
  2. Create structure - .claude/skills/skill-name/SKILL.md
  3. Write frontmatter - Name, description, version, category
  4. Add content - Overview, Instructions, Examples, Best Practices
  5. Test - Verify skill triggers correctly
# Create skill directory
mkdir -p .claude/skills/my-new-skill
Related skills
Installs
19
GitHub Stars
8
First Seen
Jan 24, 2026