orchestrate

orchestrate is a command for Claude Code from boparaiamrit/skills-by-amrit. It costs 19 tokens per session (1,292 once invoked), scanned A, original, MIT.

A way to run several specialist agents one after another, passing structured notes from each agent to the next.

In plain words
What is it for?
Use it for new features, bug fixes, code refactoring, or security assessments through predefined agent sequences.
Why use it?
Complex work often needs research, planning, implementation, review, and verification. This organizes those stages so later agents can build on earlier results.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Part of the skills-by-amrit plugin — 33 skills, 34 commands, 9 agents shipped together

Good fit Use it for new features, bug fixes, code refactoring, or security assessments through predefined agent sequences.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/boparaiamrit/skills-by-amrit/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/boparaiamrit/skills-by-amrit

Made for: Claude Code.

Or install skills-by-amrit, the plugin that ships this one along with the rest of its 33 skills, 34 commands, 9 agents.

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/boparaiamrit/skills-by-amrit/orchestrate/github.svg)](https://agentmods.dev/commands/boparaiamrit/skills-by-amrit/orchestrate)
Your own site
<a href="https://agentmods.dev/commands/boparaiamrit/skills-by-amrit/orchestrate"><img src="https://agentmods.dev/badge/commands/boparaiamrit/skills-by-amrit/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/boparaiamrit/skills-by-amrit/orchestrate"><img src="https://agentmods.dev/badge/commands/boparaiamrit/skills-by-amrit/orchestrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,292 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.00019 $0.01292
Opus 5 $0.00010 $0.00646
Sonnet 5 $0.00004 $0.00258
Haiku 4.5 $0.00002 $0.00129

Measured 10d ago against content hash eb684a2906e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 10d 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/orchestrate.md · 196 lines

How it starts

The opening of the file, as written. The whole thing — 196 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/orchestrate — Agent Chain Orchestration

Chain multiple specialist agents in sequence with structured handoff documents. Each agent builds on the previous agent's output.

Predefined Chains

Chain Agents Use Case
feature researcher → planner → executor → reviewer → verifier New feature implementation
bugfix debugger → planner → executor → verifier Bug investigation and fix
refactor mapper → planner → executor → reviewer Code restructuring
security mapper → investigator → reviewer Security assessment

Instructions

Step 1: Parse Arguments

From $ARGUMENTS, extract:

  • Chain: feature, bugfix, refactor, or security
  • Task description: What needs to be done

If no chain specified, infer from the task description:

  • Bug/error/fix keywords → bugfix
  • Refactor/restructure/reorganize → refactor
  • Security/vulnerability/audit → security
  • Everything else → feature

Step 2: Initialize Orchestration

mkdir -p .planning/orchestration

Create .planning/orchestration/[task-slug]-chain.md:

# Orchestration: [task description]

**Chain:** [chain type]
**Agents:** [agent1] → [agent2] → [agent3] → ...
**Started:** [ISO timestamp]
**Status:** In Progress

## Handoffs
[Will be populated as agents complete]

Step 3: Execute Agent Chain

For each agent in the chain:

3a: Brief the Agent

Provide the agent with:

  • The original task description
  • The handoff document from the previous agent (if any)
  • The agent's specific role and expected output
3b: Run the Agent

Spawn the agent as a subagent using Task:

Researcher Agent:

  • Investigate the codebase, dependencies, existing patterns
  • Output: Research findings, relevant files, constraints identified

Planner Agent:

  • Create an implementation plan based on research
  • Output: Task breakdown, file changes, acceptance criteria

Executor Agent:

  • Implement the plan
  • Output: Files modified, implementation summary

Read the full file on GitHub · 196 lines

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. 10d ago First seen · 196 lines · 19 tokens per session scan A eb684a2906e0

Subscribe to this mod's changes

orchestrate is a command published in the GitHub repository boparaiamrit/skills-by-amrit (5 stars, last pushed 5mo ago), licensed MIT. It adds 19 tokens to every session and 1,292 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.