From CAST — Claude Agent Specialist Team
Bootstraps a multi-agent CAST team from a swarm config file, spawning parallel teammates with isolated git worktrees and role identities.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cast:swarmThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is the `/swarm` skill. Bootstrap a multi-agent CAST swarm from a named config.
This is the /swarm skill. Bootstrap a multi-agent CAST swarm from a named config.
/swarm fullstack-team "implement dark mode toggle"
/swarm review-team "review PR #42 changes"
/swarm research-team "investigate SQLite vs PostgreSQL for CAST observability"
fullstack-team — Frontend dev + backend dev + reviewer (parallel code development)review-team — Spec reviewer + quality reviewer + security reviewer (read-only, cost-saving Ollama models)research-team — Two parallel researchers + synthesizer (no code commits)When the user invokes /swarm <team-name> "<task>":
~/.claude/swarm-configs/<team-name>.ymlbash ~/.claude/scripts/cast-swarm-bootstrap.sh \
~/.claude/swarm-configs/<team-name>.yml \
"<task description>"
<worktree>/.claude/spawn_preamble.mdShift+Down in Claude Code to cycle between open terminal sessionsStatus: DONE, run: bash ~/.claude/scripts/cast-swarm-merge.sh <swarm_id>bash ~/.claude/scripts/cast-swarm-teardown.sh --force <swarm_id>If the config file is not found, tell the user to run bash install.sh in the
claude-agent-team repo to sync configs to ~/.claude/swarm-configs/.
If PyYAML is not installed, instruct: pip3 install pyyaml
npx claudepluginhub ek33450505/claude-agent-team --plugin castProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.