What problem does it solve?
Skill-creator helps you define, structure, and document a new Claude-style skill so it can be discovered and used reliably instead of being a vague set of instructions.
Core Features & Use Cases
- Guided skill definition: Helps you specify what the skill does, when it should trigger, and which tools it needs so the outcome is clear and actionable.
- Correct folder + entry-point setup: Creates the expected kebab-case folder under ~/.claude/skills/ and ensures SKILL.md exists at the root with required YAML frontmatter.
- Clean operational instructions: Produces focused markdown instructions for the skill’s runtime behavior, while directing deeper documentation to references/ when needed.
- Use case: When you want a reusable assistant capability (e.g., “summarize meeting notes into product requirements”) that you can refine over time without rewriting everything in chat.
Quick Start
Tell the AI what the skill should do, when it should trigger, and any tools it needs, and ask it to generate the correct ~/.claude/skills/<skill-name> folder plus a valid SKILL.md.