qing-agent-orchestrator: Skill for Codex

.agents/skills/qing-agent-orchestrator-full/SKILL.md

qing-agent-orchestrator-full is a skill for Codex from qingshihuan/qing-agent-orchestrator. It costs 36 tokens per session (780 once invoked), scanned A, original, MIT.

A workflow for coordinating coding-agent work in direct, lightweight, or full modes, with optional execution, review, persistence, and command-line support.

In plain words
What is it for?
Use it for reviewed engineering work, CI or scheduled runs, unattended tasks, isolated processes, CLI-only environments, releases, deployments, or parallel work.
Why use it?
It helps match the amount of process and checking to the risk and complexity of the engineering task.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

This is qingshihuan/qing-agent-orchestrator's own configuration. It tells Codex how to work on qing-agent-orchestrator itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything qing-agent-orchestrator configures →

Reuse

Borrowing it

Nothing to install: this file belongs to qingshihuan/qing-agent-orchestrator. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/qingshihuan/qing-agent-orchestrator/main/.agents/skills/qing-agent-orchestrator-full/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/qingshihuan/qing-agent-orchestrator

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 qing-agent-orchestrator-full

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/qingshihuan/qing-agent-orchestrator/qing-agent-orchestrator-full"><img src="https://agentmods.dev/badge/skills/qingshihuan/qing-agent-orchestrator/qing-agent-orchestrator-full.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 780 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.00036 $0.00780
Opus 5 $0.00018 $0.00390
Sonnet 5 $0.00007 $0.00156
Haiku 4.5 $0.00004 $0.00078

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

Security

Grade A, and why

qing-agent-orchestrator-full 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 4d ago.

The scan reads SKILL.md. This mod also ships 29 executable files (runtime/dist/src/classifier.js, runtime/dist/src/cli.js, runtime/dist/src/codex-model-catalog.js, …), 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.

.agents/skills/qing-agent-orchestrator-full/SKILL.md · 27 lines

How it starts

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

Qing

Reclassify the remaining phase each user turn and before delegation, revision or review:

  • Direct: safe single-scope work stays with the parent; zero children, no model allocation or Handoff approval.
  • Lite: one Executor, targeted parent verification, at most one revision.
  • Full: high-risk effects, cross-system work, real parallelism, release/deploy or explicit Full/Level 3; structured Handoff and independent Reviewer, two children and one revision by default. Only explicit bounded configuration overrides these limits.

De-escalate as work narrows. Retain pending independent-review obligations for unaccepted high-risk artifacts; restore Full at final acceptance. PARENT_ACTION_REQUIRED and PARENT_VERIFICATION_REQUIRED are not completion; never fabricate a Review.

Conditional references

For clear Direct/Lite, do not preload references or schemas. Ambiguous routing or Full loads orchestrator-spec.md. Destructive, external, secret, global/system or uncertain effects require safety-gates.md and exact approvals before acting. Reversible in-scope edits/builds/tests need no plan approval. Preserve unrelated work; re-gate changed effects or scope. Full also loads handoff-protocol.md, reviewer-rules.md, Handoff schema and Review schema. Never skip required review or verification to save tokens.

Context and work budget

Delegate only useful separate work, never duplicate exploration. Send objective, relevant file ranges, constraints, acceptance criteria and tests, not the full conversation/repository. Revisions send unresolved findings and changed facts while retaining the safety contract. Reuse verification only for the same unchanged inputs, commands and environment; retest affected changes and run required full checks before release. Astra is opt-in for demanding work, not Direct/Lite's default. Choose an adequate capability-valid pair; verify current host model/effort availability. Use high for an initial demanding Astra choice; xhigh/max need a concrete reason. Keep parent model unchanged. Before spawning show ownership, role/task and actual pair (or inherited/unconfirmed). Use only valid explicit same-backend fallbacks; disclose actual substitutions, not unused candidates. Wait for meaningful events/results, not unchanged polling. One genuine no-progress timeout permits one takeover/replacement decision, not interrupt/reactivate loops. Report outcome, executionOwner (ChatGPT or Codex), artifacts, verification and limits. Plans, mocks and heartbeats are not completion; no per-tool ledger.

Read the full file on GitHub · 27 lines

Files

What ships with it

46 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. 4d ago Changed · -6 lines · -47 tokens per session d7e8281535c7
  2. 12d ago First seen · 33 lines · 83 tokens per session scan A b4293cb23629

Subscribe to this mod's changes

qing-agent-orchestrator-full is a skill published in the GitHub repository qingshihuan/qing-agent-orchestrator (2 stars, last pushed 4d ago), licensed MIT. It adds 36 tokens to every session and 780 once invoked, about $0.0002 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

orchestrate

Plan and supervise user-approved software initiatives through Codex native tasks and bounded native subagents. Use when the user explicitly asks Agent Orchestration Gateway to clarify work, split it into non-overlapping modules, dispatch module tasks, or run an AOG module task.

KirschBluteX/agent-orchestration-gateway · 57 tokens

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