codex
Installation
SKILL.md
Codex Execution Skill
Prerequisites
- Codex CLI installed and configured (
~/.codex/config.toml) - Verify availability:
codex --versionon first use per session
Workflow Checklist
For every Codex task, follow this sequence:
-
☐ Detect HPC/Slurm environment:
- Check if running on HPC cluster (look for
/home/woody/,/home/hpc/, Slurm env vars) - If HPC detected: Always use
--yoloflag to bypass Landlock sandbox restrictions
- Check if running on HPC cluster (look for
-
☐ Ask user for execution parameters via
AskUserQuestion(single prompt):- Model:
gpt-5,gpt-5-codex, or default - Reasoning effort:
minimal,low,medium,high
- Model: