multi-agent
Installation
SKILL.md
Multi-Agent Systems
Build coordinated multi-agent systems for complex tasks.
When to Use This Skill
Invoke this skill when:
- Tasks require multiple specialized agents
- Building orchestrator-worker patterns
- Implementing agent workflows
- Coordinating parallel execution
Parameter Schema
| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
task |
string | Yes | Multi-agent goal | - |
architecture |
enum | No | orchestrator-worker, hierarchical, peer-to-peer |
orchestrator-worker |
framework |
enum | No | langgraph, autogen, crewai |
langgraph |