orchestrate

orchestrate is a command for Claude Code from an8079/take-skills. It costs 27 tokens per session (508 once invoked), scanned A, original, MIT.

A command for coordinating work across multiple isolated sessions or containers. It can run tasks in parallel, one after another, or according to a dependency graph, where a task waits for the tasks it depends on.

In plain words
What is it for?
Use it to organize workflows such as designing an API, implementing backend and frontend work, then running integration tests, or analyzing and fixing a bug through dependent stages.
Why use it?
It helps manage larger development workflows with separate analysis, implementation, testing, review, and coordination tasks. Dependencies make it clear which work must finish before another task starts.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-dev-assistant plugin — 21 skills, 39 commands shipped together

Good fit Use it to organize workflows such as designing an API, implementing backend and frontend work, then running integration tests, or analyzing and fixing a bug through dependent stages.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/an8079/take-skills/takes-orchestrate
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.

Clone the repo
git clone --depth 1 https://github.com/an8079/take-skills

Made for: Claude Code.

Or install claude-dev-assistant, the plugin that ships this one along with the rest of its 21 skills, 39 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for orchestrate

README.md
[![agentmods](https://agentmods.dev/badge/commands/an8079/take-skills/takes-orchestrate/github.svg)](https://agentmods.dev/commands/an8079/take-skills/takes-orchestrate)
Your own site
<a href="https://agentmods.dev/commands/an8079/take-skills/takes-orchestrate"><img src="https://agentmods.dev/badge/commands/an8079/take-skills/takes-orchestrate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orchestrate

Your own site · 80×15
<a href="https://agentmods.dev/commands/an8079/take-skills/takes-orchestrate"><img src="https://agentmods.dev/badge/commands/an8079/take-skills/takes-orchestrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 508 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00027 $0.00508
Opus 5 $0.00014 $0.00254
Sonnet 5 $0.00005 $0.00102
Haiku 4.5 $0.00003 $0.00051

Measured 9d ago against content hash e4c6fa0a598b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

orchestrate 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 9d 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.

commands/takes-orchestrate.md · 68 lines

What it actually says

/orchestrate - 会话编排命令

多容器并行/串行执行,依赖图编排,智能任务分解。

使用方式

/orchestrate create <name> [strategy]
/orchestrate add <graphId> <nodeId> --type <type> --depends <deps>
/orchestrate execute <graphId>
/orchestrate status <graphId>
/orchestrate list

执行策略

策略 说明
parallel 所有独立任务并行执行
sequential 按顺序逐个执行
dag DAG依赖图执行(推荐)
wait_for_core 先核心后边缘

会话类型

类型 用途
analysis 需求分析、架构设计
implementation 代码实现
testing 测试编写
review 代码审查
coordination 编排协调

示例

全栈开发工作流

/orchestrate create fullstack dag
/orchestrate add fullstack analysis --type analysis --requirements "设计REST API架构"
/orchestrate add fullstack backend --type implementation --depends analysis --requirements "实现Express后端"
/orchestrate add fullstack frontend --type implementation --depends analysis --requirements "实现React前端"
/orchestrate add fullstack test --type testing --depends backend,frontend --requirements "集成测试"
/orchestrate execute fullstack

Bug修复工作流

/orchestrate create bugfix dag
/orchestrate add bugfix analysis --type analysis --requirements "分析登录Bug"
/orchestrate add bugfix fix --type implementation --depends analysis --requirements "修复JWT验证"
/orchestrate add bugfix test --type testing --depends fix --requirements "验证修复"
/orchestrate execute bugfix

触发词

  • 编排会话
  • 多容器执行
  • DAG执行
  • 并行任务
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. 9d ago First seen · 68 lines · 27 tokens per session scan A e4c6fa0a598b

Subscribe to this mod's changes

orchestrate is a command published in the GitHub repository an8079/take-skills (4 stars, last pushed 5mo ago), licensed MIT. It adds 27 tokens to every session and 508 once invoked, about $0.0001 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-31.