with-codex

Coordinate Claude Code and Codex CLI in tmux for joint AI analysis.

Updated Jun 29, 2021
One-click install
npx skills add https://github.com/Seika139/dotfiles --skill with-codex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: with-codex
Source: https://github.com/Seika139/dotfiles/tree/main/claude/profiles/wsl-ubuntu/skills/with-codex-skills
Command: npx skills add https://github.com/Seika139/dotfiles --skill with-codex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Claude Code gains access to reliable, side-by-side AI collaboration with Codex to obtain second opinions, cross-check approaches, and accelerate problem-solving.

Core Features & Use Cases

  • Collaborative AI analysis: perform joint reasoning with Codex via tmux-powered panes.
  • Dual-mode operation: supports both interactive (pane split) and non-interactive (single-prompt) workflows for flexible use.
  • Use Case: when reviewing code or architectural decisions, compare Claude's reasoning with Codex's suggestions and synthesize a final plan.

Quick Start

Start Claude Code inside a tmux session and run the setup script to initialize the Codex pane.

Frequently Asked Questions about with-codex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get AI cross-verification for code review using Claude Code and Codex CLI?

AI cross-verification for code review is achieved by coordinating Claude Code and Codex CLI within a tmux session. This skill uses a setup script to split panes, allowing you to compare outputs and synthesize a final plan.

Does AI collaboration between Claude and Codex require a tmux session?

Yes, AI collaboration between Claude and Codex requires a tmux session. The skill enforces this environment requirement to enable side-by-side pane splitting and dual-view comparison of AI outputs.

Can I use Codex CLI for non-interactive code analysis in Windows WSL?

You can use Codex CLI for non-interactive code analysis in Windows WSL by running the setup script. The skill supports both interactive pane splits and single-prompt workflows for flexible coding task execution.

What is the best way to compare AI outputs for debugging architectural decisions?

The best way to compare AI outputs for debugging architectural decisions is using the interactive mode. This tmux-powered approach splits views side-by-side, enabling direct comparison of Claude's reasoning and Codex's suggestions.

How does the codex-manager.sh script orchestrate dual AI workflows?

The codex-manager.sh script orchestrates dual AI workflows by initializing the Codex pane within an active tmux session. It coordinates the standard workflow, supporting both interactive and non-interactive analysis modes.

Are there limitations when running joint AI analysis in a tmux environment?

Limitations of joint AI analysis in a tmux environment include strict dependency on the tmux session being active and compatibility restricted to Windows or WSL setups where tmux is available for pane management.