What problem does it solve?
This Skill removes the friction of switching between Claude Code and the OpenAI Codex CLI, allowing you to access Codex's specialized capabilities, get alternative perspectives on your work, and delegate tasks without interrupting your current workflow in Claude Code.
Core Features & Use Cases
- Dual Interaction Modes: Use one-shot exec mode for quick, isolated tasks like code reviews or second opinions, or persistent tmux mode for multi-turn debugging conversations that preserve context across prompts.
- Parallel Workflows: Run Codex investigations in the background while continuing work in Claude Code, then retrieve and compare results later to make more informed decisions.
- Use Case: For example, when debugging a complex race condition, you can ask Codex to analyze the issue in parallel while you continue working on a proposed fix in Claude Code, then compare both perspectives to select the most robust solution.
Quick Start
Use the codex-chat skill to ask OpenAI Codex to review the recent git diff in your project for security issues and performance anti-patterns, then save the output to a file for your review.