skill-creator

Generate Claude Skill skeletons and validate SKILL.md structure.

Updated Dec 31, 2025
One-click install
npx skills add https://github.com/RBozydar/rbw-claude-code --skill skill-creator-rbozydar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/RBozydar/rbw-claude-code/tree/main/plugins/core/skills/skill-creator
Command: npx skills add https://github.com/RBozydar/rbw-claude-code --skill skill-creator-rbozydar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Skills require consistent structure, frontmatter, and resource organization. This Skill teaches how to author, package, and validate new Claude Skills, enabling reliable sharing and reuse.

Core Features & Use Cases

  • Anatomy and structure of SKILL.md
  • Bundled resources concept (scripts, references, assets)
  • Progressive disclosure and router patterns
  • Validation and packaging workflow

Quick Start

  1. Run scripts/init_skill.py <skill-name> --path <output-directory> to generate a skeleton
  2. Complete SKILL.md frontmatter and body
  3. Validate and package the skill for distribution