claude-codex-subagent CLAUDE.md

claude-codex-subagent CLAUDE.md is an instructions file for coding agents from dwgx/claude-codex-subagent. It costs 702 tokens per session, scanned A, original, MIT.

Repository-specific instructions for a project that uses Codex as a worker subagent for Claude Code. They explain what work to delegate, how to run Codex, how to choose sandbox and web-search settings, and how to write prompts and personas.

In plain words
What is it for?
Use them when maintaining the Claude-to-Codex subagent system, dispatching repository analysis or tests, writing prompts, or configuring Codex execution. The default maintainer response language is Chinese unless English is requested.
Why use it?
They give maintainers consistent rules for splitting work between Claude and Codex while keeping approvals, repository access, and current web research deliberate. They also document defaults for the versions and tools used by the project.

Instructions file

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 instructions/dwgx/claude-codex-subagent/claude-md
Clone the repo
git clone --depth 1 https://github.com/dwgx/claude-codex-subagent

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 claude-codex-subagent CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dwgx/claude-codex-subagent/claude-md.svg)](https://agentmods.dev/instructions/dwgx/claude-codex-subagent/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/dwgx/claude-codex-subagent/claude-md"><img src="https://agentmods.dev/badge/instructions/dwgx/claude-codex-subagent/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 702 This file is loaded in full into every session.
When invoked 702 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00702 $0.00702
Opus 5 $0.00351 $0.00351
Sonnet 5 $0.00140 $0.00140
Haiku 4.5 $0.00070 $0.00070

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

Security

Grade A, and why

claude-codex-subagent CLAUDE.md 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 5d 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.

CLAUDE.md · 83 lines

How it starts

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

Claude Maintainer Guide

Default answer language for this maintainer is Chinese unless the user asks for English. Keep responses direct and evidence-backed.

What This Repo Teaches

This repo teaches Claude Code to use local Codex as a worker subagent. Claude keeps orchestration, judgment, and user conversation state. Codex handles context-heavy or tool-heavy work: current web facts, large reads, bulk repo analysis, long file writes, audits, test runs, and fresh-context debugging.

Dispatch Defaults

For Codex CLI 0.141.0+:

codex exec --skip-git-repo-check --sandbox workspace-write -C <repo> -

Use stdin for generated or multiline prompts. Do not teach new examples with --full-auto; it is deprecated. If a persona still says sandbox: full-auto, the wrapper treats it as a legacy alias for --sandbox workspace-write.

Escalate deliberately:

  • --sandbox workspace-write: normal local repo reads, edits, tests, lint, build.
  • --search: helper-script shorthand for current public web facts. Direct codex exec uses --config web_search="live"; top-level interactive codex supports --search.
  • --dangerously-bypass-approvals-and-sandbox: shell network, cross-workspace access, global installs, or Windows sandbox ACL fallback after reporting the exact error.
  • --ephemeral: throwaway checks that should not persist a session.
  • --json, -o, --output-schema: automation and machine-readable outputs.

How To Prompt Codex

Every dispatch prompt should include:

  • goal and done condition,
  • scope and working directory,
  • what not to touch,
  • exact return format,
  • verification expectations,
  • whether file edits are allowed.

Prefer short final returns. The point of this skill is to avoid reinflating the main Claude context with Codex's full internal work.

Use Personas

  • reviewer: severity-ranked code review.
  • debugger: fresh root-cause analysis.
  • auditor: security audit.
  • researcher: current web/docs research.
  • refactorer: cleanup/dead-code/stale TODO survey.

Read the full file on GitHub · 83 lines

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. 5d ago First seen · 83 lines · 702 tokens per session scan A f9002c84adf8

Subscribe to this mod's changes

claude-codex-subagent CLAUDE.md is an instructions file published in the GitHub repository dwgx/claude-codex-subagent (3 stars, last pushed 2mo ago), licensed MIT. It adds 702 tokens to every session, about $0.0035 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.