What problem does it solve?
This Skill helps users create and manage Claude Code skills, streamlining the process of adding new skills, updating existing ones, and debugging activation issues.
Core Features & Use Cases
- Skill structure guidance: Explains required SKILL.md, optional directories (references, scripts, assets) and frontmatter requirements.
- Frontmatter validation: Ensures name and description exist for discovery.
- Skill rules configuration: Guidance on editing skill-rules.json to control activation and triggers.
- Debugging workflow: Steps to diagnose non-triggering skills and test triggers.
- Use Case: Creating a new skill, updating an existing one, or debugging activation issues.
Quick Start
Create the skill folder under ~/.claude/skills/skill-creator
Create SKILL.md with frontmatter and instructions
Optionally add to the skill-rules.json
Test with the /skill-creator trigger or described keywords
Iterate based on usage