orchestration

Skills for orchestrating tasks across multiple AI providers and execution environments. Parent skill category containing native-invoke and related delegation patterns.

242 stars

Best use case

orchestration is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Skills for orchestrating tasks across multiple AI providers and execution environments. Parent skill category containing native-invoke and related delegation patterns.

Skills for orchestrating tasks across multiple AI providers and execution environments. Parent skill category containing native-invoke and related delegation patterns.

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "orchestration" skill to help with this workflow task. Context: Skills for orchestrating tasks across multiple AI providers and execution environments. Parent skill category containing native-invoke and related delegation patterns.

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/orchestration/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/consiliency/orchestration/SKILL.md"

Manual Installation

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

How orchestration Compares

Feature / AgentorchestrationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Skills for orchestrating tasks across multiple AI providers and execution environments. Parent skill category containing native-invoke and related delegation patterns.

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

# Orchestration Skills

This directory contains skills for multi-provider orchestration and task delegation.

## Overview

Orchestration skills enable Claude Code to delegate tasks to external AI providers (OpenAI Codex, Google Gemini, Cursor, OpenCode, Ollama) and coordinate their execution.

## Child Skills

| Skill | Description |
|-------|-------------|
| [native-invoke](./native-invoke/SKILL.md) | Invoke external CLIs via native Task agents |

## Related Skills

- **multi-agent-orchestration** - Higher-level routing and provider selection
- **spawn/agent** - Agent spawning with fork-terminal fallback
- **spawn/terminal** - Terminal forking for interactive CLI sessions
- **model-discovery** - Current model names for each provider

## When to Use

Use orchestration skills when:
- Delegating tasks to specialized providers (Codex for sandboxed, Gemini for large context)
- Running parallel agents across multiple providers
- Implementing fallback chains when primary providers fail
- Need clean result collection from external CLIs

## Quick Reference

```
orchestration/
└── native-invoke/    # Task-based CLI invocation
    └── SKILL.md
    └── cookbook/
        └── provider-routing.md
```

## See Also

- `.claude/ai-dev-kit/dev-tools/orchestration/` - Shell scripts for provider execution
- `.claude/ai-dev-kit/dev-tools/orchestration/config.json` - Provider configuration
- `/ai-dev-kit:delegate` - Command for manual delegation
- `/ai-dev-kit:route` - Command for intelligent routing

Related Skills

workflow-orchestration-patterns

242
from aiskillstore/marketplace

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.

saga-orchestration

242
from aiskillstore/marketplace

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows.

full-stack-orchestration-full-stack-feature

242
from aiskillstore/marketplace

Use when working with full stack orchestration full stack feature

design-orchestration

242
from aiskillstore/marketplace

Orchestrates design workflows by routing work through brainstorming, multi-agent review, and execution readiness in the correct order. Prevents premature implementation, skipped validation, and unreviewed high-risk designs.

agent-orchestration-multi-agent-optimize

242
from aiskillstore/marketplace

Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, throughput, or reliability.

agent-orchestration-improve-agent

242
from aiskillstore/marketplace

Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.

memory-orchestration

242
from aiskillstore/marketplace

Analyze context management, memory systems, and state continuity in agent frameworks. Use when (1) understanding how prompts are assembled, (2) evaluating eviction policies for context overflow, (3) mapping memory tiers (short-term/long-term), (4) analyzing token budget management, or (5) comparing context strategies across frameworks.

when-orchestrating-swarm-use-swarm-orchestration

242
from aiskillstore/marketplace

Complex multi-agent swarm orchestration with task decomposition, distributed execution, and result synthesis

swarm-orchestration

242
from aiskillstore/marketplace

Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.

subagent-orchestration

242
from aiskillstore/marketplace

This skill should be used when coordinating multiple subagents, implementing orchestrator patterns, or managing parallel agent workflows. Trigger phrases: "orchestrate agents", "coordinate subagents", "parallel agents", "multi-agent workflow", "delegate to agents", "run agents in parallel", "launch multiple agents".

orchestration-native-invoke

242
from aiskillstore/marketplace

Invoke external AI CLIs via native Task agents (Claude, Codex, Gemini, Cursor). Primary mode for multi-provider orchestration with fork-terminal fallback for auth.

multi-agent-orchestration

242
from aiskillstore/marketplace

Orchestrate tasks across multiple AI providers (Claude, OpenAI, Gemini, Cursor, OpenCode, Ollama). Use when delegating tasks to specialized providers, routing based on capabilities, or implementing fallback strategies.