multi-agent-orchestration

Solid

Coordinate multiple AI agents for complex tasks — decomposition, delegation, and synthesis

AI & Automation 3 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Multi-Agent Orchestration Skill > Decompose complex problems into agent-appropriate subtasks, delegate effectively, and synthesize results. ## ⚠️ Rapid Evolution Domain Multi-agent patterns are evolving rapidly. This skill captures stable patterns while acknowledging the field is in flux. **Refresh triggers:** - New orchestration frameworks (LangGraph, AutoGen, CrewAI releases) - Claude/GPT native multi-agent features - VS Code Copilot agent architecture changes **Last validated:** February 2026 --- ## Core Concepts ### When to Use Multi-Agent | Scenario | Single Agent | Multi-Agent | |----------|--------------|-------------| | Simple code edit | ✅ | ❌ Overkill | | Multi-file refactor | ✅ (if capable model) | ⚠️ Consider | | Research + implement | ⚠️ Long context | ✅ Decompose | | Cross-domain task | ❌ Context overload | ✅ Specialists | | Parallel independent work | ❌ Sequential | ✅ Parallel agents | ### Agent Roles | Role | Responsibility | Example | |------|---------------|---------| | **Orchestrator** | Decompose, delegate, synthesize | Main chat session | | **Specialist** | Deep expertise in one domain | Security reviewer agent | | **Worker** | Execute well-defined subtask | "Find all usages of X" | | **Critic** | Validate, review, improve | Code review agent | --- ## Decomposition Patterns ### 1. **Horizontal Decomposition** (Parallel) Split task into independent subtasks that can run simultaneously. ``` ┌─────────────────┐ │ Orchestrator │ └──────...

Details

Author
fabioc-aloha
Repository
fabioc-aloha/Alex_Skill_Mall
Created
3 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category