AI/ML · Global library
Agent Swarm Optimizer
Optimize large-scale agent swarms for emergent problem-solving with dynamic task allocation and collective intelligence patterns
CodexClaude CodeKimi Codeorchestrator-mcp
Best use case
Use Agent Swarm Optimizer when you need to optimize large-scale agent swarms for emergent problem-solving with dynamic task allocation and collective intelligence patterns, especially when the work is driven by agent swarm and swarm intelligence.
Trigger signals
agent swarmswarm intelligencecollective behavioremergentparticle swarmant colony
Validation hooks
swarm-convergencediversity-maintenance
Install surface
Copy the exact command path you need.
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show agent-swarm-optimizer
Use
orchestrator-mcp skills export agent-swarm-optimizer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment
Export
cp -R skills/agent-swarm-optimizer ./your-agent-skills/agent-swarm-optimizer
# or open skills/agent-swarm-optimizer/SKILL.md in a markdown-first client
File patterns
swarm*.py*.py
Model preferences
claude-sonnet-4gpt-4oclaude-haiku-3
Related skills
Adjacent packs to compose next.
Design and orchestrate complex multi-agent systems where specialized agents collaborate to solve problems beyond single-agent capabilities
CodexClaude Code
Design robust communication protocols for agent systems with message schemas, serialization, and delivery guarantees
CodexClaude Code
Manage complete agent lifecycles from initialization through graceful shutdown with health monitoring, scaling, and resource optimization
CodexClaude Code