What problem does it solve?
This Skill removes friction when adding new functionality to a Claude Code plugin by validating names, recommending whether the addition should be a rich multi-step skill or a lightweight command, and scaffolding the correct files and README updates without accidental overwrites.
Core Features & Use Cases
- Name validation and collision checks: Ensures kebab-case names and that the proposed skill or command does not already exist.
- Type recommendation: Evaluates step count, context needs, tool variety, output complexity, and bundled resources to recommend skill or command, then asks for confirmation.
- Safe scaffolding and registration: Creates SKILL.md or commands/*.md with appropriate frontmatter, mirrors repository conventions, and updates README tables when present.
- Use Case: Quickly add a new plugin capability by generating the correct structure, placeholders, and README entries for contributor review.
Quick Start
Run the create-skill skill and provide a kebab-case name plus an optional one-sentence description to scaffold a new skill or command.