Codex
OpenAI's coding agent (Codex CLI / cloud). Instruct your project via AGENTS.md, let it edit code in a sandbox, run tests, and open PRs. This section collects AGENTS.md templates, config.toml approval/sandbox modes, code review, iterative repair, and CI integration workflows (official + high-star MIT).
PROMPTS
Codex-specific tested prompts. Click through for full version, variables, and usage context. Prompt bodies are authored in Traditional Chinese.
AGENTS.md Starter Kit: Minimal and Advanced Templates for Codex and Any Agent
Two AGENTS.md templates drawn from Ischca/awesome-agents-md (CC0): "minimal" is a five-line checklist you can run with right away, and "advanced" covers five sections — environment, testing, conventions, safety, and example tasks. They let an AI coding agent know the rules the moment it enters your project.
Codex config.toml in Practice: Approval Modes × Sandbox Isolation × Profiles
A ready-to-paste ~/.codex/config.toml template that sets up OpenAI Codex CLI's approval policy, sandbox isolation, reasoning effort, and multiple profiles in one go — balancing automation efficiency with safety boundaries.