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.
git clone --depth 1 https://github.com/an8079/take-skillsWrote 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.
[](https://agentmods.dev/commands/an8079/take-skills/takes-orchestrate)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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执行并行任务
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.
- 9d ago First seen · 68 lines · 27 tokens per session scan A e4c6fa0a598b
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.
Other commands, from other repositories
create-docker-mcp-tunnel
Stand up an Anthropic MCP tunnel locally with Docker Compose so Claude can call a private MCP server (manual-credentials quickstart).
cisco-isovalent-platform-setup
Install the Isovalent platform on Kubernetes (Cilium CNI, Hubble observability, Tetragon eBPF runtime security) in either OSS or Enterprise edition. Renders Helm values and install/upgrade scripts; this is the platform install prerequisite for the Splunk Observability + Splunk Platform integration done by…
build-agent
Build Docker images for Golden Armada agents.
application-crud
A command reference for creating and managing Coolify applications connected to private GitHub repositories. It covers application records, deployment settings, and common API errors.
sandbox-destroy
Tear down a sandbox box — remove its container and named volume. --keep-volume leaves the volume; with no id, prune reclaims any leaked ca.sandbox=1-labeled object. Cached images are retained.
review-helm
Run Helm chart review for structure, best practices, and K8s security/operational issues in templates.