Create new Claude skills from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders.
A meta-skill for creating new Claude Skills. Use this skill when you need to scaffold a new skill folder, generate a SKILL.md file, or help users understand the Claude Skills specification.
Create a new folder with a lowercase, hyphenated name under .claude/skills/:
.claude/skills/<skill-name>/
└── SKILL.md # Required
Every skill requires YAML frontmatter with name and description:
---