orchestrating-multi-agent-systems

Solid

This skill enables Claude to orchestrate multi-agent systems using the AI SDK v5. It allows Claude to set up agent handoffs, intelligent routing, and coordinated workflows across different AI providers like OpenAI, Anthropic, and Google. Use this skill when the user asks to create multi-agent systems, needs help with agent coordination, task routing, or wants to build complex workflows involving specialized agents. It is triggered by phrases like "multi-agent system", "agent orchestration", "agent handoff", "intelligent routing", or "coordinate agents".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

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

Skill Content

## Overview This skill empowers Claude to create and manage sophisticated multi-agent systems. It leverages the AI SDK v5 to facilitate agent collaboration, task delegation, and intelligent routing, enabling the creation of complex AI-powered workflows. ## How It Works 1. **Project Initialization**: The skill sets up a basic multi-agent project structure, including agent files and orchestration configurations. 2. **Agent Creation**: It facilitates the creation of specialized agents with custom system prompts, tool definitions, and handoff rules. 3. **Orchestration Configuration**: It configures the agent orchestration workflow, defining how agents interact and pass tasks to each other. ## When to Use This Skill This skill activates when you need to: - Create a new multi-agent system from scratch. - Orchestrate existing agents to perform a complex task. - Define handoff rules between agents. - Route tasks intelligently to the most appropriate agent. - Coordinate a workflow involving multiple LLMs. ## Examples ### Example 1: Building a Code Generation Pipeline User request: "Set up a multi-agent system for code generation with an architect, coder, tester, reviewer, and documenter." The skill will: 1. Initialize a multi-agent project with the specified agents. 2. Create individual agent files (architect.ts, coder.ts, etc.) with relevant system prompts and tool access. 3. Configure an orchestration workflow to pass tasks between the agents in the order: Architect -> Code...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category