Advises on multi-agent swarm design using Claude Code's TeammateTool and Task system. Use when the user wants to parallelize work across agents, asks 'should I use a swarm for this?', wants help designing team topology, needs to break a task into parallel workstreams, or is getting started with swarm-orchestration. Assesses whether a swarm is worth the overhead, recommends team size and structure, helps decompose tasks with correct dependencies, and tracks swarm health. Complements the swarm-orchestration skill by adding the 'think before you spawn' layer.
$npx -y skills add tebjan/agent-skills --skill swarm-advisorInstalls into the current project.
Run `npx skills use "https://github.com/tebjan/agent-skills" --skill "tebjan/agent-skills/swarm-advisor"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tebjan/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/tebjan/agent-skills"` and select the relevant skills, then follow their instructions.