Multi-Agent Orchestration — AI Skill Guide

## Extension: multi_agents

138 stars

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

$curl -o ~/.claude/skills/multi_agents/SKILL.md --create-dirs "https://raw.githubusercontent.com/tubecreate/tubecli/main/tubecli/extensions/multi_agents/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/multi_agents/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Multi-Agent Orchestration — AI Skill Guide Compares

Feature / AgentMulti-Agent Orchestration — AI Skill GuideStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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 results

Related Skills

Ollama Local Model Manager — AI Skill Guide

138
from tubecreate/tubecli

## Extension: ollama

Cloud API Management — AI Skill Guide

138
from tubecreate/tubecli

## Extension: cloud_api

TubeCLI System Guide

138
from tubecreate/tubecli

Complete guide for AI agents to understand, install, and operate TubeCLI

Universal Tracker

138
from tubecreate/tubecli

Cross-platform background monitor to auto-detect new videos/posts (YouTube, Douyin, Website) and run team workflows.

File Manager

138
from tubecreate/tubecli

Quản lý file và folder trên máy tính

SKILL.md — Video Downloader Extension

138
from tubecreate/tubecli

## Mô tả

calendar_manager

138
from tubecreate/tubecli

Manage Google Calendar — create, list, update, delete events with recurring & reminders

Browser Automation

138
from tubecreate/tubecli

Quản lý browser profiles anti-detect, mở/đóng trình duyệt, tự động hóa web

auth_manager

138
from tubecreate/tubecli

Manage OAuth credentials & tokens for Google, Facebook, TikTok

compose-multiplatform-patterns

144923
from affaan-m/everything-claude-code

KMP项目中的Compose Multiplatform和Jetpack Compose模式——状态管理、导航、主题化、性能优化和平台特定UI。

multi-platform-apps-multi-platform

31392
from sickn33/antigravity-awesome-skills

Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.

Software DevelopmentClaude

multi-cloud-architecture

31392
from sickn33/antigravity-awesome-skills

Decision framework and patterns for architecting applications across AWS, Azure, and GCP.

Cloud ArchitectureClaude