dispatching-parallel-agents

dispatching-parallel-agents is a skill for Claude Code, Codex from Ibrahim-3d/orchestrator-supaconductor. It costs 26 tokens per session (1,398 once invoked), scanned A, original, AGPL-3.0.

A method for sending two or more independent tasks to separate agents at the same time.

In plain words
What is it for?
Use it to coordinate parallel work on separate, independent coding or research tasks.
Why use it?
It reduces waiting when tasks do not depend on each other's results or shared state.

Skill for Claude CodeCodex

Part of the orchestrator-supaconductor plugin — 42 skills, 38 commands, 15 agents, 1 hook shipped together

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.

agentmods
npx agentmods add skills/ibrahim-3d/orchestrator-supaconductor/dispatching-parallel-agents
Any agent
npx skills add Ibrahim-3d/orchestrator-supaconductor --skill dispatching-parallel-agents
Clone the repo
git clone --depth 1 https://github.com/Ibrahim-3d/orchestrator-supaconductor

Made for: Claude Code, Codex.

Or install orchestrator-supaconductor, the plugin that ships this one along with the rest of its 42 skills, 38 commands, 15 agents, 1 hook.

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 dispatching-parallel-agents

README.md
[![agentmods](https://agentmods.dev/badge/skills/ibrahim-3d/orchestrator-supaconductor/dispatching-parallel-agents.svg)](https://agentmods.dev/skills/ibrahim-3d/orchestrator-supaconductor/dispatching-parallel-agents)
Your own site
<a href="https://agentmods.dev/skills/ibrahim-3d/orchestrator-supaconductor/dispatching-parallel-agents"><img src="https://agentmods.dev/badge/skills/ibrahim-3d/orchestrator-supaconductor/dispatching-parallel-agents.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,398 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00026 $0.01398
Opus 5 $0.00013 $0.00699
Sonnet 5 $0.00005 $0.00280
Haiku 4.5 $0.00003 $0.00140

Measured 2d ago against content hash 403778edfc66, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dispatching-parallel-agents 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 2d 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.

skills/dispatching-parallel-agents/SKILL.md · 182 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 2d ago First seen · 182 lines · 26 tokens per session scan A 403778edfc66

Subscribe to this mod's changes

dispatching-parallel-agents is a skill published in the GitHub repository Ibrahim-3d/orchestrator-supaconductor (376 stars, last pushed 5mo ago), licensed AGPL-3.0. It adds 26 tokens to every session and 1,398 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-09-03.

Related

Other skills, from other repositories

vertical-onboarding

Onboarding-and-switching playbook for SMB Product-Builder products. Defines the first-run experience that turns a prospect leaving an incumbent (ServiceTitan/Toast/Mindbody/Shopify/QuickBooks) into an activated user — import-first onboarding, the activation milestone, sample-data fallback, and the time-to-first-value…

avelikiy/great_cto · 111 tokens

parallel-session-coedit-via-source-mtime-and-idempotent-rebuild

Edit a shared deliverable while another live session or a colleague's agent is editing the same file right now — "don't delete each other's work", "only write when the other one is finished". When the file is built from many per item sources by an assembler (sections into one HTML, slides, reports): source mtime shows…

wan-huiyan/agent-traffic-control · 142 tokens

generate-daily-schedule

Use when turning a day's structured inputs — fixed commitments, tasks, and free windows — into a concrete 15-minute schedule. Domain-agnostic; the caller provides all context.

ne11nn/cantos-plugin · 42 tokens

fan-out-cost-control

Dispatching a fan-out of agents: ban per-agent advisor() calls (check judgement once at the merge, not per shard), make agents append output as they go, and don't kill a fan-out past its costly stage — a killed agent returns nothing, a limit-killed one resumes from disk.

wan-huiyan/agent-traffic-control · 67 tokens

hato-cli

Send and receive messages between AI coding sessions with the hato CLI. Use when the user asks to message, ping, notify, or hand work to another session/agent/machine, when they mention hato, a post, a mailbox, or a bird name as a recipient, or when this session should watch for incoming messages. Works for any agent…

severzemlya/hato · 93 tokens

temporal

Help developers use Temporal for durable execution workflows. Covers CLI commands, SDK patterns (Go, TypeScript, Python, Java), workflow orchestration, and architectural decisions.

rube-de/cc-skills · 36 tokens