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.
npx skills add PIGU-PPPgu/oh-my-Dynamic --skill multi-agent-rungit clone --depth 1 https://github.com/PIGU-PPPgu/oh-my-DynamicWrote 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.
[](https://agentmods.dev/skills/pigu-pppgu/oh-my-dynamic/multi-agent-run)<a href="https://agentmods.dev/skills/pigu-pppgu/oh-my-dynamic/multi-agent-run"><img src="https://agentmods.dev/badge/skills/pigu-pppgu/oh-my-dynamic/multi-agent-run/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.
<a href="https://agentmods.dev/skills/pigu-pppgu/oh-my-dynamic/multi-agent-run"><img src="https://agentmods.dev/badge/skills/pigu-pppgu/oh-my-dynamic/multi-agent-run.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00049 | $0.02702 |
| Opus 5 | $0.00024 | $0.01351 |
| Sonnet 5 | $0.00010 | $0.00540 |
| Haiku 4.5 | $0.00005 | $0.00270 |
Grade A, and why
multi-agent-run 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.
How it starts
The opening of the file, as written. The whole thing — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Multi-Agent Run — One Command to Orchestrate
This skill decomposes any complex task into parallel subtasks, executes them with multiple agents, and synthesizes a coherent answer.
One-line trigger:
[$oh-my-dynamic:multi-agent-run] 用 dynamic workflow 处理这个任务;App runtime 可用时使用内部 Codex subagents,否则走 in-chat fallback;大规模走 Codex CLI swarm。
Current v3.5.0 status:
-
Preferred developer imports now use
oh_my_dynamic.*; root-level files such asdynamic_workflow.py,codex_cli_swarm.py, andagent_broker.pyare compatibility shims. -
Stable: Codex CLI swarm, adaptive dynamic workflow planner/replanner, broker reducer,
examples/real_repo_review.py, static observability dashboards, round-aware compact evidence, and deterministic quality evals. -
Trust gates: sanitized evidence,
python -m doctor --json, Bandit CI, MIT license, threat model docs, deterministic benchmark dry-runs, real v3.2 benchmark stability evidence, v3.5 official brief/demo/outreach docs, GitHub issue templates, and pytest coverage fail-under 80. -
Beta: worktree patch mode, checkpoint/resume, streaming progress events, and capability routing.
-
Experimental: Codex App bridge, A2A gateway, and TEA protocol.
Codex App Default: Runtime-Gated Subagents
When triggered inside Codex App, this skill must work immediately after installation:
- If Codex subagent runtime/tools are available and the user asks for dynamic workflows, real subagents, parallel agents, or equivalent multi-agent execution, spawn real Codex internal subagents by default.
- Do not set a model override for spawned subagents. Let them inherit the current Codex App internal LLM/runtime.
- Do not require provider API keys or
.envconfiguration for App-native subagent execution. - Do not tell the user to use Codex CLI for ordinary App usage.
- Do not run the Python pipeline unless the user explicitly asks for the local Python engine, real provider calls, or dashboard files.
- If the user asks for dynamic workflow or adaptive workflow but not huge scale, use the planner/replanner flow conceptually in App mode; outside App-native subagents, the local
dynamic_workflow.pyruntime andscripts/record_adaptive_workflow_evidence.pyare the matching CLI backends. - Exception: if the user explicitly asks for dozens/hundreds of real Codex agents, maximum fan-out, CLI swarm, or equivalent large-scale execution, use the local
codex_cli_swarm.pybackend instead of the ordinary in-chat fallback. This backend launches manycodex execprocesses, feeds each worker prompt through stdin, streams stdout/stderr to per-agent files, keeps a run manifest/trace, and ingests JSON envelopes into AgentBroker. - If the user asks for a release-quality adaptive evidence run, use
python scripts/record_adaptive_workflow_evidence.py --goal "..." --required-coverage security,tests,docs --max-agents 50 --max-parallel 5 --dashboard; use--dry-run --output-dir /tmp/ohmy-adaptiveonly for shape checks. - If the user asks to prove real replanner-generated agents, add
--force-missing-coverage replanner-proof --max-rounds 2so the deterministic trigger policy must ask the real replanner for follow-up agents. - If the user asks for a real repo review demo or evidence run, use
python examples/real_repo_review.py --agents 5 --max-parallel 3; use--dry-run --output-dir /tmp/ohmy-evidenceonly for CI/demo shape checks that must not launch Codex CLI. - If the user asks to inspect progress/evidence after a run, use
python scripts/render_workflow_observability.py --run-id RUN_ID --source .orchestry --output docs/evidence/RUN_ID-dashboard.html. - If the user asks whether agent output quality is good enough, or asks for an eval, use
python scripts/run_quality_eval.py --sample --output docs/evidence/sample_quality_eval.mdfor deterministic CI-safe shape checks, or pass a redacted responses JSON with--responses. - If the user asks whether adaptive workflow is better than a baseline, use
python scripts/run_benchmark.py --suite benchmarks/repo_review.json --mode single,fixed,adaptive --output docs/evidence/benchmark_v310_dry.jsonfor a deterministic benchmark shape check, or add--real --fixtures security_command_surface,install_five_minute,tests_dynamic_workflow,evidence_redaction,docs_boundary_claims --output docs/evidence/benchmark_v310.jsonfor release-quality Codex CLI evidence. - If the user asks whether installation is healthy, use
python -m doctor --json; before real Codex CLI workers, usepython -m doctor --json --strict-real-codex. - If the user asks for streaming progress or resume, use
python -m dynamic_workflow "goal" --stream-events --checkpoint-dir .orchestry/checkpointsand resume withpython -m dynamic_workflow --resume RUN_ID. - Treat
src/oh_my_dynamic/runtime/dynamic_workflow.pyas the planner/replanner/reducer orchestration layer andsrc/oh_my_dynamic/codex/codex_cli_swarm.pypluscodex_swarm_*helpers as the Codex CLI worker execution layer. Root-level modules are deprecated compatibility shims for one major version; seedocs/V3_MIGRATION_GUIDE.md. - If the user explicitly asks for concurrent code writing, use worktree mode:
workspace_mode="worktree"andwrite_intent="patch". Do not auto-merge agent worktrees. - If the user has not clearly granted write intent, stay read-only review by default.
- Use the Codex App bridge contract for real subagents: dispatch plan, per-subagent prompt, structured JSON envelope, and AgentBroker ingestion.
- Coordinate subagent collaboration through registered agents, explicit messages, artifacts, handoffs, review requests/responses, inboxes, and auditable synthesis. Prefer parent-orchestrated A2A-style exchange over hidden peer-to-peer communication.
- Use
broker_gateway.pyonly when the user asks for a local HTTP/SSE transport surface or external tool integration; ordinary Codex App usage should stay inside the App-native subagent path. - If native Codex subagent runtime/tools are unavailable, fall back to zero-config in-chat workflow execution using the current Codex App assistant/model.
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.
- 10d ago First seen · 195 lines · 49 tokens per session scan A ed28d278216d
multi-agent-run is a skill published in the GitHub repository PIGU-PPPgu/oh-my-Dynamic (3 stars, last pushed 3mo ago), licensed MIT. It adds 49 tokens to every session and 2,702 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.
Other skills, from other repositories
agent-team-handoff
A workflow for coordinating several AI assistants or agents on one project. It uses shared handoff files to record the current task, roles, decisions, progress, next steps, and proof of completion.
multi-agent-orchestration
Use when three or more AI agents are available and a task needs coordinated execution, role assignment, independent verification, risk controls, or lower token/API cost. Activation is configurable: global, keyword-triggered, or manual.
run
Run a full pipeline for a task. Orchestrates roles through stages (standalone or HOTL-integrated).
assign
Assign a task to a specific role on your team.
ci-repair
Fix CI failures by fetching GitHub Actions logs, dispatching dev to fix, verifying locally, and pushing.
deepdive
Full specialist analysis via parallel agent dispatch. Researcher, Architect, and PM produce a prioritized report of what to build next (30-60s).