skill-creator

Scaffold Claude Skills with YAML frontmatter validation and resource templates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/beom84/Draft --skill skill-creator-beom84
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/beom84/Draft/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/beom84/Draft --skill skill-creator-beom84

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a framework for designing, scaffolding, and packaging Claude Skills, including YAML frontmatter validation and resource scaffolding.

Core Features & Use Cases

  • Structured SKILL.md: Frontmatter with required fields and concise body with procedural guidance
  • Resource scaffolding: create scripts/, references/, and assets/ templates
  • Packaging guidance: validation and packaging into .skill files

Quick Start

Run the Skill Initializer to scaffold a new skill:

  • Command: scripts/init_skill.py <skill-name> --path <path>