orchestrator

A coordination workflow that turns the current Codex conversation into a thread for managing implementation work. It sends separate tasks to reusable child conversations in temporary workspaces, with short-lived branches aimed at the main branch.

In plain words
What is it for?
Use it to coordinate larger implementation jobs, divide work among child threads, run tasks in disposable worktrees, and prepare their changes for main.
Why use it?
It separates tasks so multiple pieces of work can be handled without mixing their files or conversation history. Temporary workspaces and branches help limit conflicts between tasks.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/udecode/dotai/orchestrator
Any agent
npx skills add udecode/dotai --skill orchestrator
Clone the repo
git clone --depth 1 https://github.com/udecode/dotai

Made for: Claude Code, Codex.

Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,303 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00034 $0.03303
Opus 5 $0.00017 $0.01651
Sonnet 5 $0.00007 $0.00661
Haiku 4.5 $0.00003 $0.00330

Measured 2d ago against content hash e792f6173d0e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/orchestrator/SKILL.md · 331 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 331 lines · 34 tokens per session scan A e792f6173d0e

Subscribe to this mod's changes

orchestrator is a skill published in the GitHub repository udecode/dotai (1,153 stars, last pushed 11d ago), with no licence file. It adds 34 tokens to every session and 3,303 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agentflow

AgentFlow workflow skill. Use this skill when the user needs Orchestrate autonomous AI development pipelines through your Kanban board (Asana, GitHub Projects, Linear). Manages multi-worker Claude Code dispatch, deterministic quality gates, adversarial review, per-task cost tracking, and crash-proof pipeline execution…

diegosouzapw/awesome-omni-skills · 84 tokens

cursor-delegate

Delegate bounded light-to-medium implementation, limited investigation, documentation, configuration, testing, and tooling work to Cursor Bridge after the primary agent owns the direction and risk boundaries. Use when a bounded Cursor pass can save primary-agent time, reduce omissions, or run alongside non-conflicting…

Vanyangyang/cursor-bridge · 146 tokens

agent-teams

Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.

rohitg00/pro-workflow · 50 tokens

paperclip-api

Manage Paperclip AI companies, agents, issues, projects, goals, routines, costs, and secrets via REST API. Use when creating companies, hiring agents, assigning tasks, managing budgets, approving hires, or checking dashboards on a Paperclip instance.

Yesterday-AI/skills · 54 tokens

project-engine

Autonomous project execution engine for AI agents. Orchestrates scheduled cron jobs per project using workflow templates (dev-autonomous, research, ops). Integrates PR-Gate, GitHub workflow, ROADMAP tracking, and human notification via project-tracking. Use when: setting up scheduled project work, running an…

Yesterday-AI/skills · 94 tokens

codecks-mcp-extend

Add a new tool/capability to this CodecksMCP server. Use this skill whenever the user wants to extend the MCP — e.g. "add support for milestones to the MCP", "I want a tool that lists sprints", "add CRUD for cards/decks/spaces/users/tags/runs/projects/reviewers/etc", "support attaching X to Y in Codecks", "expose…

Simokod/codecks-mcp · 163 tokens