orchestrate

orchestrate is a skill for Codex from KirschBluteX/agent-orchestration-gateway. It costs 57 tokens per session (220 once invoked), scanned A, original, MIT.

A planning and supervision guide for coordinating software initiatives through Codex tasks and limited helper agents. It covers an Agent Orchestration Gateway, a process for splitting approved work into separate modules.

In plain words
What is it for?
It is for clarifying initiatives, making structural plans, validating those plans, dispatching module tasks, and running approved orchestration work.
Why use it?
It helps divide larger work into non-overlapping pieces and supervise their execution with clear boundaries.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; mentions Codex.

Good fit It is for clarifying initiatives, making structural plans, validating those plans, dispatching module tasks, and running approved orchestration work.

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

Any agent
npx skills add KirschBluteX/agent-orchestration-gateway --skill orchestrate
Clone the repo
git clone --depth 1 https://github.com/KirschBluteX/agent-orchestration-gateway

Made for: 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 orchestrate

README.md
[![agentmods](https://agentmods.dev/badge/skills/kirschblutex/agent-orchestration-gateway/orchestrate/github.svg)](https://agentmods.dev/skills/kirschblutex/agent-orchestration-gateway/orchestrate)
Your own site
<a href="https://agentmods.dev/skills/kirschblutex/agent-orchestration-gateway/orchestrate"><img src="https://agentmods.dev/badge/skills/kirschblutex/agent-orchestration-gateway/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/skills/kirschblutex/agent-orchestration-gateway/orchestrate"><img src="https://agentmods.dev/badge/skills/kirschblutex/agent-orchestration-gateway/orchestrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 220 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.00057 $0.00220
Opus 5 $0.00028 $0.00110
Sonnet 5 $0.00011 $0.00044
Haiku 4.5 $0.00006 $0.00022

Measured 9d ago against content hash 17eac41bdfdf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_plan.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/agent-orchestration-gateway/skills/orchestrate/SKILL.md · 27 lines

What it actually says

Orchestrate

Load exactly one role reference:

Do not load both references or invent a third role. Validate an approved structural plan by sending its JSON to standard input of:

python -B <SKILL_ROOT>/scripts/validate_plan.py

The validator is stateless. AOG stores no lifecycle, lease, receipt, recovery, routing, or workspace files; Codex owns task, worktree, Goal, and wait state.

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 27 lines · 57 tokens per session scan A 17eac41bdfdf

Subscribe to this mod's changes

orchestrate is a skill published in the GitHub repository KirschBluteX/agent-orchestration-gateway (7 stars, last pushed 23d ago), licensed MIT. It adds 57 tokens to every session and 220 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

orcast

Use when orchestrating multiple agents in Orca: fan out parallel workers, pipeline work across stages, adversarially verify findings, run judge panels or loop-until-dry sweeps, or delegate a task and get the result back. You write a Plan definition in real JavaScript — a worker-workflow graph of worker, action, and…

RubinCarter/orcast · 139 tokens

simply-pm

Use when you are spawned as the PM of a simply harness project and your brief references a .simply/LEDGER.md work ledger or this skill. Grants fleet authority, routing doctrine, safe worker lifecycle, and the signal protocol back to the auditor.

NEWBIE0413/simply · 56 tokens

improve

Use ONLY when the user explicitly asks to optimize a measurable quantity of an existing system (performance, size, score, latency) and a trustworthy metric exists or can be justified. Most work does not need this; the standard criteria loop covers it.

NEWBIE0413/simply · 52 tokens

sonol-multi-agent

Sonol multi-agent orchestration skill. Use when a user wants one request decomposed into single-agent or multi-agent execution, with local-AI creative draft generation, hosted normalization/binding, adapter-backed sub-agent controls, runtime reporting, dashboard monitoring, plan/run persistence, and final result…

volition79/sonol-multi-agent · 65 tokens

sonol-agent-runtime

Sonol runtime helper skill for sub-agents participating in Sonol multi-agent orchestration. Use when a sub-agent must report progress, artifacts, completion, or session status into the shared dashboard and SQLite-backed run history.

volition79/sonol-multi-agent · 49 tokens

code-review-excellence

This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or improve how a team performs code review.

Galaxy-Dawn/claude-scholar · 43 tokens