when-orchestrating-swarm-use-swarm-orchestration
Orchestrate multi-agent swarms
Complex multi-agent workflows become unmanageable when handled sequentially. This skill provides a structured approach to decompose tasks, coordinate distributed execution across specialized agents, and synthesize results into unified outputs.
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "when-orchestrating-swarm-use-swarm-orchestration". Orchestrate a todo application build with 3 agents
Resultado esperado:
- Decomposition: 12 atomic tasks across 3 levels
- Agents spawned: task-orchestrator, hierarchical-coordinator, adaptive-coordinator, 2 researchers, 3 coders, 1 reviewer
- Execution: 11 tasks completed, 1 pending (average task time: 2m 45s)
- Success rate: 92% - All critical paths completed
- Final synthesis: Architecture docs, API implementation, UI components, test suite
Auditoria de Segurança
SeguroDocumentation-only skill containing workflow documentation for Claude Flow. No executable code present. All bash examples are embedded documentation for npx claude-flow commands. Static scanner misinterpreted JSON metadata field names and documentation references as security threats.
Fatores de risco
⚙️ Comandos externos (74)
🌐 Acesso à rede (1)
📁 Acesso ao sistema de arquivos (1)
Pontuação de qualidade
O Que Você Pode Construir
Build complex applications
Coordinate full-stack development across multiple specialized agents with proper task dependencies
Automate deployment pipelines
Orchestrate infrastructure setup, testing, and deployment across distributed agent teams
Track large-scale projects
Monitor progress across dozens of concurrent tasks and synthesize status reports automatically
Tente Estes Prompts
Use the swarm orchestration skill to decompose the task of building a REST API into subtasks and execute it with 3 agents
Orchestrate a full-stack web application build using hierarchical topology with 5 researcher, 8 coder, and 3 tester agents
Run swarm orchestration for feature development and monitor progress every 15 minutes until completion
Orchestrate the migration project using adaptive coordination, integrate with CI/CD pipeline, and archive results to storage
Melhores Práticas
- Break tasks into atomic units of less than 15 minutes of estimated work
- Document all dependencies explicitly to enable proper execution ordering
- Monitor agent utilization and rebalance workloads when any agent exceeds 90% capacity
Evitar
- Creating tasks that span multiple responsibilities instead of breaking them down
- Ignoring dependency relationships and executing tasks in arbitrary order
- Spawning more agents than the swarm can coordinate efficiently (overhead increases dramatically beyond 15 agents)