Drive OpenAI's Codex CLI (codex exec) as a non-interactive coding sub-agent from inside Claude Code. Load WHENEVER you want to delegate a coding/analysis/refactor task to Codex, get a second opinion / adversarial review from another model, fan out parallel agents across files or worktrees, or run a long mechanical job while you stay the planner. Covers the exact codex exec flags, sandbox tiers, output capture, JSON/schema modes, session resume, parallel fan-out, and the mandatory "delegate → capture → independently verify, never trust the self-report" supervision loop.
$npx -y skills add kortix-ai/suna --skill codex-cliInstalls into the current project.
Run `npx skills use "https://github.com/kortix-ai/suna" --skill "kortix-ai/suna/codex-cli"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/kortix-ai/suna" that are relevant to the current task. Run `npx skills add "https://github.com/kortix-ai/suna"` and select the relevant skills, then follow their instructions.