Multi-Agent Orchestration — AI Skill Guide
## Extension: multi_agents
Best use case
Multi-Agent Orchestration — AI Skill Guide is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
## Extension: multi_agents
Teams using Multi-Agent Orchestration — AI Skill Guide should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/multi_agents/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Multi-Agent Orchestration — AI Skill Guide Compares
| Feature / Agent | Multi-Agent Orchestration — AI Skill Guide | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
## Extension: multi_agents
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Multi-Agent Orchestration — AI Skill Guide
## Extension: multi_agents
Enables multi-agent collaboration through teams, task delegation, and coordinated workflows.
## Strategies
- **sequential**: Agents process in order, passing context forward (chain-of-thought)
- **parallel**: All agents process independently on the same task
- **lead-delegate**: Lead agent analyzes task and delegates to team members
## Available Commands
### List Teams
```
tubecli multi-agent teams
```
### Create Team
```
tubecli multi-agent create-team "Research Team" -a agent_id1,agent_id2,agent_id3 -s sequential
```
### Delete Team
```
tubecli multi-agent delete-team team_abc123
```
### Delegate Task
```
tubecli multi-agent delegate team_abc123 "Summarize the latest news about AI"
```
### View Log
```
tubecli multi-agent log
```
## API Endpoints
| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | `/api/v1/multi-agents/teams` | List teams |
| POST | `/api/v1/multi-agents/teams` | Create team |
| GET | `/api/v1/multi-agents/teams/{id}` | Get team |
| DELETE | `/api/v1/multi-agents/teams/{id}` | Delete team |
| POST | `/api/v1/multi-agents/teams/{id}/delegate` | Delegate task |
| GET | `/api/v1/multi-agents/log` | Delegation log |
## AI Usage
1. Create a team with agents that have complementary skills
2. Choose strategy based on task type:
- Use **sequential** for tasks that build on each other
- Use **parallel** for independent sub-tasks
- Use **lead-delegate** when one agent should coordinate
3. Delegate the task and collect combined resultsRelated Skills
Ollama Local Model Manager — AI Skill Guide
## Extension: ollama
Cloud API Management — AI Skill Guide
## Extension: cloud_api
TubeCLI System Guide
Complete guide for AI agents to understand, install, and operate TubeCLI
Universal Tracker
Cross-platform background monitor to auto-detect new videos/posts (YouTube, Douyin, Website) and run team workflows.
File Manager
Quản lý file và folder trên máy tính
SKILL.md — Video Downloader Extension
## Mô tả
calendar_manager
Manage Google Calendar — create, list, update, delete events with recurring & reminders
Browser Automation
Quản lý browser profiles anti-detect, mở/đóng trình duyệt, tự động hóa web
auth_manager
Manage OAuth credentials & tokens for Google, Facebook, TikTok
compose-multiplatform-patterns
KMP项目中的Compose Multiplatform和Jetpack Compose模式——状态管理、导航、主题化、性能优化和平台特定UI。
multi-platform-apps-multi-platform
Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.
multi-cloud-architecture
Decision framework and patterns for architecting applications across AWS, Azure, and GCP.