skill-creator

Scaffold Claude Skill folders with SKILL.md frontmatter and templates.

15|4|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/damionrashford/media-os --skill skill-creator-damionrashford
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/damionrashford/media-os/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/damionrashford/media-os --skill skill-creator-damionrashford

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator helps engineers scaffold, template, and validate Claude Skill folders so new skills can be created quickly and consistently.

Core Features & Use Cases

  • Scaffold a complete skill folder with SKILL.md frontmatter and optional directories for scripts, references, and assets.
  • Generate a ready-to-deploy skeleton and templates for common workflows, including validation steps.
  • Use to review or bootstrap an existing skill by aligning its structure with the spec and recommended practices.

Quick Start

Run the scaffold.py utility to create a new skill directory, then run validate.py to ensure the skeleton adheres to the specification.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Claude skill with the correct folder structure?

To scaffold a Claude skill, run the scaffold.py utility to generate a ready-to-deploy folder structure with SKILL.md frontmatter and optional directories for scripts, references, and assets.

What is the validation workflow for ensuring a skill adheres to the specification?

The validation workflow checks frontmatter correctness, including name and description fields, and ensures optional resource directories align with the specification by running the validate.py utility.

Can I update and review an existing skill to align with recommended practices?

Yes, you can bootstrap an existing skill by updating its structure to align with the specification and recommended practices, ensuring frontmatter correctness and proper resource directory organization.

Do I need any external dependencies to generate and validate skill templates?

No external dependencies are required. The Skill Creator operates independently to scaffold folders, generate templates, and provision the validation workflow for your skill skeleton.

What's the best way to automate skill creation and ensure frontmatter correctness?

The best way to automate skill creation is using the integrated workflow to scaffold, validate, and review your skill, ensuring frontmatter correctness and consistent template generation.