create-skill
Installation
SKILL.md
Create Skill
Overview
This meta-skill guides the creation of new skills that conform to the composable skill architecture. Every skill in the system follows a consistent pattern: it belongs to a category, lives in the right plugin, uses the right template, and includes the required composition hooks. This skill enforces all of that.
Core Principle: The skill-forge exists to enforce consistency. New skills should look and behave like existing ones. If a new skill breaks the pattern, it breaks the architecture.
When to Use
Use this skill when:
- Creating a new skill from scratch
- Adding a skill to an existing plugin
- Creating a new plugin with its first skill
- Unsure which category or plugin a skill belongs in
- Wanting to ensure a skill follows the framework rules