develop
Installation
SKILL.md
Skill Developer Workflow
Implement skill development issues through iterative planning, TDD-governed implementation, and review cycles.
When to Use
- Implementing a GitHub issue that creates or modifies skills, plugins, agents, or hooks
- Issue requires TDD-governed phases (baseline → implement → verify)
- Work involves SKILL.md frontmatter, workflow references, agent prompts, or hook scripts
When NOT to Use
- General code changes unrelated to skill/plugin authoring
- Quick validation or auditing — use
/plugin-devinstead - Scaffolding a new plugin from scratch — use
/plugin-dev:createinstead