What problem does it solve? Building a multi-agent team skill by hand is error-prone: roles overlap, quality gates get skipped, and frontmatter contracts drift out of sync with dependency files. This Skill encodes the Swarm Skill specification into a staged authoring pipeline with templates, decision trees, and an automated validator. ## Core Features & Use Cases - Three operation modes: CREATE a new multi-role team from scratch, CONVERT an existing single-agent skill into a collaborating team, or MODIFY an existing Swarm Skill and re-validate it. - Pattern selection guidance: decision trees for adversarial, parallel-decomposition, pipeline, and debate team patterns, with anti-convergence role design rules. - Automated validation: a validator script checks structure, frontmatter, cross-file consistency, and SwarmFlow script safety before a skill is declared done. - Use Case: Convert a single-agent PR review skill that role-plays three personas into a true parallel adversarial review team with isolated roles, quality gates, and a validated dependencies.yaml. ## Quick Start Ask the agent to create a Swarm Skill for your multi-role task, for example: build a three-role adversarial PR review team using the swarmskill-creator workflow.