skill-creator

Generates kebab-case folder structures and SKILL.md frontmatter for new or existing skills.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/bbohhu-prog/waxs --skill skill-creator-bbohhu-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/bbohhu-prog/waxs/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/bbohhu-prog/waxs --skill skill-creator-bbohhu-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create new skills and refine existing ones by guiding users through a structured, repeatable process.

Core Features & Use Cases

  • Step-by-step guidance to define skill scope, folder structure, and SKILL.md formatting
  • Generates a kebab-case folder name and a compliant SKILL.md frontmatter
  • Recommends optional components (scripts/, references/, assets/) for extension

Quick Start

Guide me to create a new skill by defining its purpose, generating the kebab-case folder, and producing a proper SKILL.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AI skill from scratch?

To create a new AI skill, you need to define its purpose, generate a kebab-case folder structure, and produce a valid SKILL.md file with proper frontmatter. This process provides step-by-step guidance to establish scope and formatting.

What is the correct folder structure and frontmatter format for skill creation?

Skill creation requires a kebab-case folder name and a SKILL.md file containing valid frontmatter with name and description fields. It also recommends optional components like scripts, references, and assets folders for extension.

How do I refine an existing skill's documentation?

Refining an existing skill involves evaluating its current folder structure and SKILL.md documentation. You can optimize it by ensuring kebab-case naming compliance and adding optional components like scripts or references.

Do I need to include optional components like scripts and assets when generating a skill template?

Optional components like scripts, references, and assets are not required but are recommended for extending skill functionality. You can generate a valid skill template using only a kebab-case folder and a SKILL.md file.

Why does my generated skill folder name need to be in kebab-case?

Generated skill folder names need to be in kebab-case to enforce a structured, repeatable process and ensure system compatibility. This naming convention is strictly enforced during the skill creation workflow.

Can I use this to generate documentation templates for any workflow?

Yes, you can generate documentation templates for any workflow by defining the skill's scope. The process outputs a compliant SKILL.md frontmatter and a structured folder layout tailored to your specific workflow needs.