Delegates coding tasks to a Codex CLI wrapper script that executes changes, captures output, and returns session results. This skill defines invocation rules, error handling, and recommended prompt patterns so an agent can hand off implementation work to Codex safely and effectively.
Use this skill only when the user explicitly requests Codex (phrases like "use codex", "ask codex to..."). It's intended for concrete coding tasks: refactors, bug fixes, and automated edits where Codex will run scripts against a repo workspace and produce patch-like output. Do not call it for generic coding advice.
ask_codex.sh / ask_codex.ps1) that handle session tracking and output capture. (has_scripts: false in repo metadata — check repo for script paths.)Best used with agents that can run shell scripts and read workspace files (Claude Code, Codex-capable agents, CLI-backed subagents).
Codex skill delegates coding tasks to OpenAI's Codex CLI via non-interactive `codex exec`. Well-documented with clear sandbox mode guidance and model tables. No bundled scripts to test. Minor security note: `danger-full-access` sandbox mode is documented but gated behind user confirmation, and `--full-auto` with `workspace-write` is appropriately cautioned. Shell injection risk is low since prompts are positional args, but unquoted prompt strings could be a concern in edge cases.
Attribution to original author is good. Bilingual trigger support mentioned but not demonstrated. Model pricing table adds practical value. No scripts bundled — purely a SKILL.md instruction skill.