Create Skill
Create a custom skill from scratch following Metapowers conventions.
Purpose
Create a brand-new skill for any topic. Researches best practices and generates a structured SKILL.md following Metapowers conventions.
Usage
/metapowers:create-skill <topic>Example:
/metapowers:create-skill flutter widget testing with golden filesWhat It Does
- Clarifies requirements with the user if needed
- Researches current best practices via web search
- Creates a SKILL.md with proper frontmatter, process steps, and output format
- Validates against skill-validator rules (verb-first description, length limits)
- Installs to
.metapowers/plugins/custom/skills/<skill-name>/SKILL.md
Skill Format
Created skills follow the standard Metapowers pattern:
- YAML frontmatter with verb-first
description - Prerequisites section
- Numbered process steps
- Output section with artifact path