codex
Installation
SKILL.md
Codex Skill Guide
Workflow
- Confirm task mode:
- New run: use
codex exec. - Continue prior run: use
codex exec ... resume --lastwith stdin prompt.
- New run: use
- Set defaults unless user overrides:
- Model:
gpt-5.4. - Reasoning effort: ask user to choose
xhigh,high,medium, orlow. - Sandbox:
read-onlyunless edits/network are required.
- Model:
- Build command with required flags:
- Always include
--skip-git-repo-check. - Add
2>/dev/nullby default to suppress thinking tokens on stderr. - Show stderr only if user asks or debugging is needed.
- Always include
- Run command, summarize outcome, and ask what to do next.
- After completion, remind user they can continue with
codex resume.