What problem does it solve?
This Skill provides a guided framework to create, edit, and manage Claude Code skills, streamlining the process of turning ideas into production-ready skills and reducing setup friction for new projects.
Core Features & Use Cases
- Guided Skill Creation: scaffold SKILL.md, supporting files, and templates to accelerate skill production.
- Sub-Agent Conversion: convert existing sub-agent configurations into fully compliant skills with triggers and keywords.
- Skill Validation & Best Practices: validate frontmatter, structure, and script conventions; enforce Node.js tooling over Python where applicable.
- Hook & Template Ecosystem: leverage templates and hooks to design repeatable skill workflows across personal, project, and plugin locations.
Quick Start
Create a new skill by copying a basic template from templates/basic-skill.md into a new directory such as ~/.claude/skills/your-skill-name, then run the validation script and tailor SKILL.md to your domain.