Habilidades when-orchestrating-swarm-use-swarm-orchestration
🐝

when-orchestrating-swarm-use-swarm-orchestration

Seguro ⚙️ Comandos externos🌐 Acesso à rede📁 Acesso ao sistema de arquivos

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.

Suporta: Claude Codex Code(CC)
⚠️ 67 Ruim
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

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

Seguro
v5 • 1/17/2026

Documentation-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.

5
Arquivos analisados
1,121
Linhas analisadas
3
achados
5
Total de auditorias
Auditado por: claude Ver Histórico de Auditoria →

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
83
Conteúdo
21
Comunidade
100
Segurança
78
Conformidade com especificações

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

Basic swarm setup
Use the swarm orchestration skill to decompose the task of building a REST API into subtasks and execute it with 3 agents
Complex project
Orchestrate a full-stack web application build using hierarchical topology with 5 researcher, 8 coder, and 3 tester agents
Monitoring focus
Run swarm orchestration for feature development and monitor progress every 15 minutes until completion
Custom workflow
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)

Perguntas Frequentes

Which AI tools support this skill?
This skill works with Claude, Codex, and Claude Code. Claude Flow must be installed and configured.
What are the task limits?
Optimal performance is achieved with 45 or fewer tasks. Larger workloads should be broken into multiple orchestrations.
How do I integrate with existing tools?
Claude Flow MCP integration allows spawning agents programmatically. Results can be exported to CI/CD and project management tools.
Is my data safe?
All execution happens through Claude Flow infrastructure. No data is stored beyond the current orchestration session.
What if an agent fails?
The adaptive coordinator attempts task reassignment. Persistent failures trigger alerts in the monitoring phase.
How is this different from parallel-swarm-implementation?
Swarm orchestration focuses on hierarchical coordination and result synthesis. Parallel swarm is optimized for concurrent execution without complex dependencies.

Detalhes do Desenvolvedor

Estrutura de arquivos