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 agentmods add instructions/iamcc30/codexm/agents-mdgit clone --depth 1 https://github.com/iamcc30/codexmWhat 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 | $0.00612 | $0.00612 |
| Opus 5 | $0.00306 | $0.00306 |
| Sonnet 5 | $0.00122 | $0.00122 |
| Haiku 4.5 | $0.00061 | $0.00061 |
Grade A, and why
codexm AGENTS.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 yesterday.
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 — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
Project Structure & Module Organization
codexm is a Go 1.22 command-line application. The executable entry point is
cmd/codexm/main.go. Core packages live under internal/: cli parses commands,
config manages profiles and project bindings, codex invokes the upstream
Codex CLI, and sharedmcp synchronizes MCP configuration. Tests sit beside their
packages as *_test.go. Shell and PowerShell helpers are in scripts/;
cross-platform release automation lives in .github/workflows/release.yml.
User-facing documentation is maintained in both README.md and
README.zh-CN.md. Generated binaries and archives belong in bin/ or dist/
and must not be committed.
Build, Test, and Development Commands
go build -o codexm ./cmd/codexmbuilds a local executable.go test ./...runs all package tests.go vet ./...performs standard Go static analysis.go fmt ./...formats all Go sources../scripts/build-all.sh devtests and creates archives for supported Linux, macOS, and Windows targets underdist/.
Run the formatter, tests, and vet before opening a pull request. The external
codex executable is required for manual end-to-end CLI checks.
Coding Style & Naming Conventions
Follow idiomatic Go and let gofmt determine indentation and layout. Use short,
lowercase package names; exported identifiers use PascalCase, unexported
identifiers use camelCase. Keep command handlers consistent with the existing
cmdXxx methods in internal/cli. Return errors with useful context, preserve
wrapped causes where appropriate, and avoid exposing credentials or profile
secrets in output.
Testing Guidelines
Use Go's standard testing package. Name tests TestBehaviorOrScenario and keep
fixtures isolated with t.TempDir(). Add regression tests beside the changed
package for bug fixes and cover both success and failure paths. There is no
numeric coverage target; prioritize profile isolation, path resolution,
configuration preservation, and idempotent synchronization behavior.
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.
- yesterday First seen · 59 lines · 612 tokens per session scan A 0f8c3aa60fd2
codexm AGENTS.md is an instructions file published in the GitHub repository iamcc30/codexm (1 stars, last pushed 1mo ago), licensed MIT. It adds 612 tokens to every session, about $0.0031 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 instructions, from other repositories
skills AGENTS.md
Instructions for huangwb8/skills, covering skills - 项目指令, 目录结构与边界, ai 任务中间文件与 skill 协作工作区, 任务根目录与生命周期 and skill 透明度与目录边界.
dev-flow AGENTS.md
Instructions for Innocent-children/dev-flow, covering dev flow repository instructions, authority, requirement scope, documentation and internationalization and product boundary.
delegate-to-deepseek-harness AGENTS.md
Instructions for LomoMao/delegate-to-deepseek-harness: Keep this project small and boring in a good way.
codex-switch AGENTS.md
AGENTS.md instructions for ChArLiEdance/codex-switch, covering repository agents and platform isolation.
skills CLAUDE.md
Instructions for huangwb8/skills, covering skills - claude code 项目指令, 核心指令, claude code 特定说明, 文件引用规范 and 任务管理.
scodex AGENTS.md
AGENTS.md instructions for lauzhihao/scodex, covering agent policy, communication, context, safety and git safety.