orchestrator-v2

Orchestrate multi-agent pipelines with task queues, priorities, dependencies, and failure handling.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/teodorboev/socialai --skill orchestrator-v2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator-v2
Source: https://github.com/teodorboev/socialai/tree/main/.opencode/skills/orchestrator
Command: npx skills add https://github.com/teodorboev/socialai --skill orchestrator-v2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill acts as the central nervous system for the entire AI platform, managing the execution, prioritization, and orchestration of all agent tasks to ensure efficient and coherent operation.

Core Features & Use Cases

  • Centralized Dispatch: All agent executions flow through the Orchestrator, preventing direct agent-to-agent calls.
  • Automated Workflows (Pipelines): Defines complex, multi-agent workflows with dependencies, conditions, and failure handling.
  • Priority Task Management: Manages a task queue with priorities to optimize resource allocation.
  • Failure Handling: Implements circuit breakers and retry mechanisms to ensure robustness.
  • Use Case: Automatically generate and publish social media content by orchestrating strategy, trend scouting, content creation, compliance checks, and publishing agents in a defined sequence.

Quick Start

Use the orchestrator skill to run the content-creation pipeline for your organization.

Frequently Asked Questions about orchestrator-v2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage multi-agent workflows and task queues?

You can manage multi-agent workflows by routing all executions through a centralized dispatch system. This orchestrates agent execution via defined pipelines, handling task queues, priorities, and dependencies to ensure coherent operation.

How does automated pipeline scheduling work with event-driven triggers?

Automated pipeline scheduling uses cron-based and event-driven triggers integrated with Inngest. This combination manages state and dispatches tasks automatically, ensuring workflows execute at the right time without manual intervention.

What is the best way to handle task failures and agent dependencies?

The best way to handle task failures is to use pipelines with built-in circuit breakers and retry mechanisms. This ensures robust execution by managing dependencies and automatically recovering from errors during agent dispatch.

Can I use cron scheduling for automated task management across multiple agents?

Yes, you can use cron scheduling for automated task management. It integrates with Inngest to handle state management and trigger defined pipelines, coordinating task execution across multiple agents efficiently.

Why use centralized dispatch instead of direct agent-to-agent calls?

Centralized dispatch prevents direct agent-to-agent calls by routing all executions through an orchestrator. This manages priority task queues and dependencies, optimizing resource allocation and maintaining operational coherence across agents.