.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/orca/orchestration
home/skills/stablyai/orca/orchestration
stablyai avatar

orchestration

bystablyai· 16 skills

Installs

71k

Stars

29k

Forks

2.1k

Category

Agent Meta & Communication

View on GitHub

TL;DR

Use Orca orchestration for structured multi-agent coordination: threaded messages, blocking ask/reply flows, task dispatch, worker_done/escalation waits, task DAGs, decision gates, coordinator loops, or decomposing work across agents. Use orca-cli instead for full ownership handoffs, including requests phrased as "hand off", "handoff", "handover", "give this to another agent", or "another worktree" when the user did not explicitly ask to supervise, monitor, wait for results, or coordinate a DAG. Use orca-cli for ordinary terminal control, lightweight terminal prompts, shell commands, Orca worktree management, reading or waiting on terminals, and automation of the browser embedded inside Orca. Use Computer Use for browser windows, webviews, Orca app UI, or desktop UI outside Orca's embedded browser.

How to install orchestration?

stablyai/orca/orchestration
$npx -y skills add stablyai/orca --skill orchestration

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/stablyai/orca" --skill "stablyai/orca/orchestration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/stablyai/orca" that are relevant to the current task. Run `npx skills add "https://github.com/stablyai/orca"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Orca Orchestration
2 
3This file is a discovery stub, not the usage guide. The full, version-matched Orca
4orchestration reference is served by the `orca` binary itself — kept out of this file on
5purpose so it can never drift from the binary that will actually run your commands.
6 
7Engage Orca orchestration whenever you need structured multi-agent coordination: threaded
8messages, blocking ask/reply flows, task dispatch, worker_done/escalation waits, task DAGs,
9decision gates, coordinator loops, or decomposing work across agents. Use the orca-cli skill
10instead for full ownership handoffs ("hand off", "handoff", "handover", "give this to
11another agent", "another worktree") when the user did not ask to supervise, monitor, wait
12for results, or coordinate a DAG — and for ordinary terminal control, shell commands,
13worktree management, and the built-in browser. Coordination requires real Orca runtime
14state; never substitute a non-Orca subagent tool.
15 
16## Resolve the CLI for this session
17 
18Choose the executable once and reuse it for every later command:
19 
20- If the `ORCA_CLI_COMMAND` environment variable is set, use its value. Orca exports this
21 for managed WSL sessions.
22- Otherwise, in a dev checkout whose session exposes `ORCA_DEV_REPO_ROOT`, use `orca-dev`.
23- Otherwise, on Linux outside an Orca-managed terminal, use `orca-ide`. Never run bare
24 `orca` there — outside Orca's terminals it normally resolves to the
25 GNOME Orca screen reader (`/usr/bin/orca`) and starts speech on the user's machine.
26- Otherwise, use `orca`.
27 
28Below, `ORCA` is a placeholder for the executable you resolved. Substitute it before
29running anything; do not create a shell variable or run `ORCA` literally. This works the
30same way in POSIX shells, PowerShell, and cmd.exe.
31 
32If the selected executable cannot run, report its exact error and stop. Do not fall through
33to another executable, which could silently target a different Orca build.
34 
35## Load the full guide before running Orca commands
36 
37```text
38ORCA skills get orchestration
39```
40 
41That prints the complete, version-matched guide for the exact binary that will handle your
42next commands — task creation and dispatch, injected lifecycle preambles, worker_done
43authority, decision gates, and coordinator loops. Read it first, then run the specific
44command you need.
45 
46Don't guess subcommands or flags from memory or from a cached copy of this stub. They
47change between Orca releases, and this file deliberately no longer lists them. Confirm the
48app is up with `ORCA status --json` (start it with `ORCA open --json` if needed), and
49prefer `--json` for agent-driven calls.
50 
51## If an older Orca does not recognize `skills get`
52 
53Use this fallback only when the selected binary explicitly reports that `skills get` is an
54unknown command. Another failure is not proof of an older binary; report it rather than
55guessing or changing executables. For a confirmed pre-guide binary, use only this bounded,
56read-only bootstrap to orient. Do not dead-end and do not invent commands:
57 
58```text
59ORCA status --json
60ORCA orchestration task-list --json
61ORCA terminal list --json
62```
63 
64Then tell the user that updating Orca restores the full, version-matched guide via
65`ORCA skills get orchestration`. Beyond these commands, ask the user rather than guessing a
66command surface this older binary may not support.

Security

Passed

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykpass

Preview

stablyai/orcastablyai/orca

$ npx -y skills add stablyai/orca --skill orchestration

▸ installing to .claude/skills…

✓ orchestration ready

Repostablyai/orca
TypeSkills
CategoryAgent Meta & Communication
ForDeveloper
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatarhandoffCompact the current conversation into a handoff document for another agent to pick up.SkillsJul 2026463k189k
  2. larksuite avatarlark-sharedUse for lark-cli setup/auth tasks: auth login/status/logout, user vs bot identity, business-domain permissions (--domain, including all/docs/drive), missing…SkillsJul 2026390k16k
  3. larksuite avatarlark-eventLark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via `lark-cli event consume <EventKey>` (covers IM…SkillsJul 2026387k16k
  4. larksuite avatarlark-vc-agent飞书视频会议会中能力:用于让应用机器人真实加入或离开正在进行的会议,并读取当前身份可见的会中事件、发送会中文本消息或会中表情。适用于用户询问正在开的会议发生了什么、谁在发言、是否共享内容,或需要发现当前可读的进行中会议 ID。不负责已结束会议搜索、参会人快照、纪要、逐字稿或录制查询,这些使用 lark-vc 技能。SkillsJul 2026275k16k
  5. mattpocock avatarask-mattAsk which skill or flow fits your situation. A router over the skills in this repo.SkillsJul 2026248k189k
  6. getpaperclipai avatarpaperclip-create-agentCreate new agents in Paperclip with governance-aware hiring. Use when you need to inspect adapter configuration options, compare existing agent configs, draft…SkillsJul 2026242k7