What problem does it solve?
It removes the uncertainty and inconsistency of creating Claude Code Skills by providing a validated, repeatable workflow that generates a correctly structured, registry-ready package.
Core Features & Use Cases
- Scaffold skills fast: Creates the required directory layout (SKILL.md plus optional scripts/references/assets placeholders) using helper scripts.
- Enforce SKILL.md quality: Validates frontmatter fields, naming conventions, description/body completeness, and guards against leftover TODOs.
- Package for distribution: Produces a ready-to-share
.skill archive after structural validation, so installation and registry submission are straightforward.
Core use cases: create a brand-new skill from an idea, update an existing skill by re-validating structure/frontmatter, and package a skill for sharing or installation.
Quick Start
Use the skill-creator to validate and package a new skill folder at ~/.claude/skills/my-new-skill by running: package it into a .skill file.