batch-orchestration

batch-orchestration is a skill for Claude Code, Codex from subhansh-dev/agent-maxxing. It costs 28 tokens per session (490 once invoked), scanned A, original, MIT.

A method for splitting a large coding task into independent pieces that worker agents can handle in parallel.

In plain words
What is it for?
Use it to research a task, divide the work, run isolated workers, and verify each change end to end.
Why use it?
It reduces the time and coordination effort needed for changes spread across many files or modules.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Claude Code.

Good fit Use it to research a task, divide the work, run isolated workers, and verify each change end to end.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/subhansh-dev/agent-maxxing/batch-orchestration
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.

Any agent
npx skills add subhansh-dev/agent-maxxing --skill batch-orchestration
Clone the repo
git clone --depth 1 https://github.com/subhansh-dev/agent-maxxing

Made for: Claude Code, Codex.

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 batch-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/subhansh-dev/agent-maxxing/batch-orchestration/github.svg)](https://agentmods.dev/skills/subhansh-dev/agent-maxxing/batch-orchestration)
Your own site
<a href="https://agentmods.dev/skills/subhansh-dev/agent-maxxing/batch-orchestration"><img src="https://agentmods.dev/badge/skills/subhansh-dev/agent-maxxing/batch-orchestration/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 batch-orchestration

Your own site · 80×15
<a href="https://agentmods.dev/skills/subhansh-dev/agent-maxxing/batch-orchestration"><img src="https://agentmods.dev/badge/skills/subhansh-dev/agent-maxxing/batch-orchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 490 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00028 $0.00490
Opus 5 $0.00014 $0.00245
Sonnet 5 $0.00006 $0.00098
Haiku 4.5 $0.00003 $0.00049

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

Security

Grade A, and why

batch-orchestration scanned grade A with 1 finding 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 5d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Dev-server + curl for API changes
workflows/batch-orchestration/SKILL.md · 59 lines

What it actually says

Batch Orchestration — Parallel Work

Extracted from Claude Code's bundled batch skill.

Phase 1: Research and Plan

  1. Understand the scope. Launch subagents to deeply research what the task touches. Find all files, patterns, and call sites that need to change.

  2. Decompose into independent units. Break the work into 5-30 self-contained units. Each unit must:

    • Be independently implementable in an isolated git worktree
    • Be mergeable on its own without depending on another unit's PR
    • Be roughly uniform in size

    Scale the count to the actual work: few files → closer to 5; hundreds → closer to 30. Prefer per-directory or per-module slicing.

  3. Determine the e2e test recipe. Figure out how a worker can verify its change actually works end-to-end:

    • Browser automation for UI changes
    • CLI verifier for terminal changes
    • Dev-server + curl for API changes
    • Existing e2e/integration test suite
  4. Write the plan with:

    • Summary of research findings
    • Numbered work units (title, files, description)
    • E2e test recipe
    • Worker instructions template

Phase 2: Spawn Workers

Spawn one background agent per work unit. All agents use isolation: "worktree" and run_in_background: true. Launch them all in a single message block.

Each agent's prompt must be self-contained:

  • Overall goal
  • Specific work unit description
  • Files/directories to modify
  • E2e test recipe
  • The exact changes to make

Phase 3: Collect and Merge

After all workers complete:

  1. Review each worktree's changes
  2. Verify e2e tests pass for each
  3. Merge worktrees back into the main branch
  4. Resolve any conflicts
  5. Run a final integration test

Rules

  • Workers must not modify files outside their assigned scope
  • If a worker fails, diagnose and retry with more context
  • Never skip e2e verification — unit tests aren't enough
  • Keep worker prompts concise but complete
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. 5d ago First seen · 59 lines · 28 tokens per session scan A 2c1376cb0953

Subscribe to this mod's changes

batch-orchestration is a skill published in the GitHub repository subhansh-dev/agent-maxxing (2 stars, last pushed 1mo ago), licensed MIT. It adds 28 tokens to every session and 490 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.