orchestration
Orca orchestration provides a structured coordination layer for multi-agent systems, enabling task dispatch, dependency tracking via DAGs, and lifecycle management through worker completion signals.
Is orchestration safe to install?
Review the source first: our audit of orchestration's source files found 24 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via the Orca CLI to manage runtime state, dispatch tasks, and control terminal sessions.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and AI agents using the Orca runtime to manage complex, multi-step workflows that require supervision, monitoring, or task-based coordination.
What can you do with it?
- Dispatching structured tasks to worker agents and waiting for completion signals.
- Managing task dependencies and DAGs.
- Implementing coordinator loops and decision gates for multi-agent workflows.
- Handling blocking ask/reply flows between agent terminals.
How good is this skill?
Quality score: 5/10. The documentation clearly distinguishes between supervised orchestration and full handoffs, providing specific command examples for both scenarios.
What does the skill file contain?
# Orca Inter-Agent Orchestration Orchestration is Orca's structured coordination layer for agent messages, task ownership, dispatch state, and worker completion tracking. Use this skill when coordination state matters. For lightweight terminal prompts or basic worktree/terminal/built-in-browser control, use `orca-cli`. ## When To Use - Send/reply/ask between agent terminals with persistent messages. - Dispatch structured tasks to workers and wait for `worker_done` or `escalation`. - Track task DAGs with dependencies. - Run coordinator loops or decision gates. Do not use orchestration mere...
Frequently asked questions
When should I use orchestration versus a simple handoff?
Use orchestration when you need to supervise, monitor, track completion, or coordinate a DAG. Use a simple handoff for full ownership transfers where the original agent does not need to wait for results.
How do I handle long-running tasks?
Use `orca orchestration check --wait` with a specified timeout. Treat timeouts as checkpoints rather than failures, as coding tasks often take 15-60 minutes.
What is the purpose of the --inject flag?
The `--inject` flag sends a task specification and a preamble into an agent CLI, enabling the agent to report lifecycle events like `worker_done` back to the coordinator.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
lark-doc
305.2KUsers who need to automate document management, content updates, and media handling within the Lark/Feishu ecosystem
The lark-doc skill enables agents to read, create, and edit Lark (Feishu) documents, including Docx and Wiki formats. It supports content manipulation via XML or Markdown, media handling, and resource management for document covers. The skill integrates with other Lark skills by identifying and delegating operations for embedded objects like spreadsheets, databases, and mind notes.
brainstorming
256.4KDevelopers and project managers who need to define requirements, architecture, and design for software projects before writing code
A structured brainstorming framework that guides users through project exploration, design proposal, and specification before implementation. It enforces a strict design-first workflow, requiring user approval for designs and documentation before transitioning to the writing-plans skill.