codex-multi-agents-flow

codex-multi-agents-flow is a skill for Codex from astropham1808/astro-agent-skills. It costs 126 tokens per session (1,533 once invoked), scanned A, original, no licence file.

A two-agent workflow for handling a repository story, meaning a defined software change or task. One agent implements it in an isolated Git worktree, while another reviews it independently.

In plain words
What is it for?
Use it when you explicitly want two Codex sessions to implement, review, verify, and prepare a change for human pull-request and merge approval.
Why use it?
It separates implementation from review and adds a bounded fix pass and repeatable checks before a person decides whether to merge the change.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when you explicitly want two Codex sessions to implement, review, verify, and prepare a change for human pull-request and merge approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/astropham1808/astro-agent-skills/codex-multi-agents-flow
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 astropham1808/astro-agent-skills --skill codex-multi-agents-flow
Clone the repo
git clone --depth 1 https://github.com/astropham1808/astro-agent-skills

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 codex-multi-agents-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/astropham1808/astro-agent-skills/codex-multi-agents-flow/github.svg)](https://agentmods.dev/skills/astropham1808/astro-agent-skills/codex-multi-agents-flow)
Your own site
<a href="https://agentmods.dev/skills/astropham1808/astro-agent-skills/codex-multi-agents-flow"><img src="https://agentmods.dev/badge/skills/astropham1808/astro-agent-skills/codex-multi-agents-flow/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 codex-multi-agents-flow

Your own site · 80×15
<a href="https://agentmods.dev/skills/astropham1808/astro-agent-skills/codex-multi-agents-flow"><img src="https://agentmods.dev/badge/skills/astropham1808/astro-agent-skills/codex-multi-agents-flow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,533 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 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.1 $0.00126 $0.01533
Opus 5 $0.00063 $0.00766
Sonnet 5 $0.00025 $0.00307
Haiku 4.5 $0.00013 $0.00153

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

Security

Grade A, and why

codex-multi-agents-flow 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.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/new-story.sh, scripts/story.sh, scripts/verify.sh), 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.

codex/skills/codex-multi-agents-flow/SKILL.md · 150 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

5 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. 10d ago First seen · 150 lines · 126 tokens per session scan A 64ce8a967cf6

Subscribe to this mod's changes

codex-multi-agents-flow is a skill published in the GitHub repository astropham1808/astro-agent-skills (1 stars, last pushed 29d ago), with no licence file. It adds 126 tokens to every session and 1,533 once invoked, about $0.0006 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

pr

Comprehensive PR/issue review - analyzes architecture, tests, identifies unrelated changes mixed in, drafts review comment or issue comment. Use when user asks to review a PR, check a PR, look at PR changes, or comment on an issue.

umputun/cc-thingz · 51 tokens

phx-pr-review

Address feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.

oliver-kriska/claude-elixir-phoenix · 61 tokens

release

Cut a brooks-lint release: set the version in package.json, propagate it across all four plugin manifests and every version-bearing text file (README badges, docs site metadata), write the CHANGELOG entry, validate, then commit, push, tag, and publish the GitHub release. Triggers when the maintainer asks to "release"…

hyhmrright/brooks-lint · 135 tokens

pr-threads-address

Address PR review feedback by systematically working through every unresolved PR review thread on the current branch's PR - analyze each comment, make the requested code changes (with tests where useful), commit, and optionally reply and resolve.

posit-dev/skills · 48 tokens

han-release

Cut a Han release: update CHANGELOG.md with the changes since the last release, bump and tag every plugin that changed as {plugin-name}--v{version} so a version-constrained dependency can resolve, and publish a GitHub release crediting every merged pull request and closed issue to the people behind it. Use when…

testdouble/han · 172 tokens

pr-comment

Post friendly review comments to a GitHub PR — prepare locally, preview, then submit as atomic review. Use when: posting code review comments, giving PR feedback, sending inline suggestions. Not for: reading existing reviews (use load-pr-review), creating PRs (use create-pr), PR status (use pr-summary).

sd0xdev/sd0x-harness · 67 tokens