Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
blacktop avatar

Orchestrate

  • 1 installs
  • 17 repo stars
  • Updated July 16, 2026
  • blacktop/dotfiles

Orchestrate is a skill for delegating bounded sub-tasks to Claude Code as a worker while a lead developer agent keeps architecture and integration.

About

Orchestrate helps split a task into scoped sub-tasks and delegate bounded work to Claude Code via the claude -p CLI while Codex stays lead developer. A developer uses it to run parallel Claude sessions, isolate risky edits in worktrees, define custom subagents, or move repeated enforcement into hooks. It keeps architecture, acceptance, and integration decisions local and delegates only mechanical or bounded work.

  • Orchestrates multi-step work with Claude Code CLI as a bounded worker under Codex lead
  • Covers task decomposition, parallel sessions, worktree isolation, and custom subagents
  • Documents the claude -p CLI surface, permission modes, and hooks

Orchestrate by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #14,102 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

orchestrate capabilities & compatibility

Capabilities
dispatching parallel agents · second opinion · agent orchestration
Use cases
orchestration · planning
From the docs

What orchestrate says it does

Orchestrate multi-step work with Claude Code CLI as a bounded worker while Codex stays lead developer.
SKILL.md
Keep architecture, acceptance, and integration local. Delegate bounded work only.
SKILL.md
Do not hand off the part where a wrong decision would invalidate the rest of the work.
SKILL.md
npx skills add https://github.com/blacktop/dotfiles --skill orchestrate

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars17
Last updatedJuly 16, 2026
Repositoryblacktop/dotfiles

What it does

Delegate bounded sub-tasks to Claude Code while a lead agent keeps architecture and integration decisions.

Who is it for?

Splitting a large task into scoped sub-tasks and delegating bounded implementation to Claude.

Skip if: Handing off architecture, acceptance, or integration decisions where a wrong choice invalidates the rest.

When should I use this skill?

The task is larger than one coherent edit and multiple sub-tasks can run independently.

What you get

Scoped sub-tasks are delegated to Claude workers with clear lead/worker boundaries and isolation.

Files

SKILL.mdMarkdownGitHub ↗

Orchestrate

Keep architecture, acceptance, and integration local. Delegate bounded work only.

Read the right reference

  • Read references/orchestration.md for task decomposition, delegation rules, parallelism, context isolation, review loops, and evaluation.
  • Read references/claude-cli.md for the current claude CLI surface: -p, structured output, permission modes, worktrees, and custom agents.

Lead versus worker

  • Lead (Codex): architecture, task graph, owned-file boundaries, acceptance criteria, integration, and final verification.
  • Worker (Claude): bounded research, boilerplate, repetitive refactors, first-pass implementation, docs, and mechanical edits.

Do not hand off the part where a wrong decision would invalidate the rest of the work.

When to use this skill

  • the task is larger than one coherent edit
  • multiple sub-tasks can run independently
  • a repetitive or high-volume slice can be delegated
  • you want Claude to work in an isolated worktree or with restricted tools
  • you need a repeatable orchestration pattern, not just a single prompt

When not to use it

  • the next step is urgent and tightly coupled to your own reasoning
  • the change is trivial enough to do directly
  • the repo or task should not leave the current agent boundary
  • overlapping write scopes would make parallel work risky

Default workflow

1. Define success, stop rules, and what stays local. 2. Break the task into atomic units with clear ownership. 3. Choose execution mode per unit:

  • read-only research or planning
  • bounded edit in current tree
  • isolated edit in a worktree

4. Build a short handoff with:

  • one concrete goal
  • files to read first
  • owned files and forbidden files
  • exact verification commands
  • return format

5. Run independent workers in parallel only when their write scopes do not overlap. 6. Review Claude’s output or diff before integrating. 7. Run local verification yourself. 8. If the pattern repeats, promote it into .claude/agents, hooks, or project settings.

Core rules

  • Fresh Claude session by default for each delegated unit.
  • Use --continue only when continuity matters more than clean context.
  • Prefer structured output for plans, task maps, and review summaries.
  • Prefer tool and permission restrictions over prompt-only restrictions.
  • Use worktrees for risky or concurrent edit tasks.
  • Move deterministic enforcement into hooks, not repeated prose reminders.
  • Record what Claude owned, what you owned, and what was verified.

Related skills

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.