Back to Ruflo

Swarm

plugins/ruflo-swarm/commands/swarm.md

3.6.30514 B
Original Source

$ARGUMENTS

Swarm lifecycle management.

Init: npx @claude-flow/cli@latest swarm init --topology hierarchical --max-agents 8 --strategy specialized Status: npx @claude-flow/cli@latest swarm status Health: npx @claude-flow/cli@latest swarm health Shutdown: npx @claude-flow/cli@latest swarm shutdown

Parse $ARGUMENTS to determine the subcommand. If no arguments, show swarm status.

After init, spawn agents via Claude Code's Task tool with run_in_background: true for parallel execution.