What problem does it solve?
This Skill enables you to invoke the Codex CLI (codex exec, codex resume) from Claude Code to automate code analysis, refactoring, and editing tasks, reducing manual CLI overhead and context switching.
Core Features & Use Cases
- Direct Codex integration: choose model (e.g., gpt-5.3-codex or gpt-5.2), set reasoning effort, and select sandbox mode.
- Session management: resume previously started Codex sessions with a safe resume flow.
- Controlled execution: automatically append 2>/dev/null to suppress thinking tokens by default, with explicit opt-in to view them.
- Use Case: analyze a repository for architectural improvements, perform automated code edits, or refactor code in bulk with reproducible commands.
Quick Start
Ask me to analyze your codebase with Codex by selecting a model and reasoning level, then I will run codex exec with the appropriate flags and summarize results.