skill-creator

Create standardized Claude Code skills with frontmatter, body templates, and resource directories.

1|1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/watzon/claude-code --skill skill-creator-watzon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/watzon/claude-code/tree/main/skills/skill-creator
Command: npx skills add https://github.com/watzon/claude-code --skill skill-creator-watzon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides users to define, organize, and document new Claude Code skills with a consistent structure, enabling reliable discovery and predictable loading.

Core Features & Use Cases

  • Provides a standard skeleton for new skills including frontmatter, body templates, and resource directories.
  • Guides rapid scaffolding from concept to deployment, with clear progression and testing steps.
  • Supports best practices for progressive disclosure and referencing external documentation.

Quick Start

To scaffold a new skill, run the init script with the skill name and then customize the frontmatter and body to fit your use case.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a new Claude Code skill with frontmatter and body templates?

To structure a Claude Code skill, use a standard skeleton containing frontmatter, body templates, and resource directories. This ensures reliable discovery and predictable loading when the skill is indexed and deployed.

What is progressive disclosure when creating documentation for Claude Code skills?

Progressive disclosure is a best practice for skill creation that organizes optional resources and external documentation so users receive relevant information incrementally, ensuring the skill package remains self-contained and efficient to load.

How do I scaffold a skill from concept to deployment quickly?

To scaffold a skill from concept to deployment, run the initialization script with the skill name, then customize the frontmatter and body. This guides rapid creation with clear progression, testing steps, and validation checks.

Does every skill need validation checks and optional resources before deployment?

Validation checks and optional resources are required for a ready-to-index skill package. The creation process ensures compliance with these standards, applying them from initial concept through final deployment.

What's the best way to organize self-contained skills for Claude Code?

The best way to organize self-contained skills is defining, organizing, and documenting them with a consistent structure. This standardization enables reliable discovery and predictable loading across the Claude Code environment.

Why does my Claude Code skill fail to load predictably?

Skills fail to load predictably when they lack a consistent structure with proper frontmatter and resource organization. Standardizing the skill definition ensures reliable discovery and correct indexing within Claude Code.