
from claude-skills180
Operational guide for running the Codex CLI: sandbox modes, flags, resume workflows, and safe defaults for model selection and stderr handling.
This skill documents best-practice usage of the Codex CLI for code analysis and automated editing tasks. It prescribes sandbox modes (read-only, workspace-write, danger-full-access), how to assemble commands safely (--skip-git-repo-check, piping resumes), and stderr handling to suppress thinking tokens. The guide is practical and procedural, focused on safe execution rather than modelling.
Use this skill when the agent needs to invoke the Codex CLI to analyze or modify code, run resume sessions, or perform sandboxed operations. It's especially relevant when you must avoid specifying explicit models and when you need to suppress or surface stderr tokens intentionally.
Relevant to agents that orchestrate code CLIs (Codex/Copilot/Codex-backed workflows) and CI automation where controlled sandboxing is required.
Codex CLI operational guide covering sandbox modes, flags, resume workflows, and safe defaults. No bundled scripts — purely instructional. Clear quick reference table and step-by-step instructions, but limited to OpenAI Codex CLI users with a ChatGPT account. Suppresses stderr by default which could mask errors.
Clean, instructional-only skill with no executable code. Niche but well-documented for its target audience. The skip-git-repo-check flag is mentioned as always-use which slightly lowers security posture but is documented as a deliberate choice.