Loading...
Loading...
Enables Claude Code to collaborate with OpenAI Codex CLI on Windows. Use this skill when the user wants to get a second opinion from Codex, compare approaches between Claude and Codex, or leverage both AI assistants for collaborative problem-solving. This skill supports both non-interactive mode (automatic response retrieval) and interactive mode (visual pane splitting with tmux).
npx skill4agent add seika139/dotfiles with-codextmux new-session -s claude
claude~/.claude/skills/with-codex/scripts/~/.claude/skills/with-codex/scripts/codex-manager.sh setup~/.claude/skills/with-codex/scripts/codex-manager.sh send "YOUR_PROMPT_HERE"YOUR_PROMPT_HERE~/.claude/skills/with-codex/scripts/codex-manager.sh wait 60~/.claude/skills/with-codex/scripts/codex-manager.sh capture 200## Claude's Analysis
[Your independent analysis]
## Codex's Analysis
[Captured response from Codex]
## Synthesis
- **Agreement**: [Points where both AIs agree]
- **Differences**: [Alternative perspectives from Codex]
- **Recommendation**: [Best combined approach]~/.claude/skills/with-codex/scripts/codex-manager.sh cleanup| Command | Description |
|---|---|
| Split pane and start Codex on the right |
| Send prompt to Codex pane |
| Capture Codex output (default: 100 lines) |
| Wait for response to stabilize (default: 60s) |
| Close the Codex pane |
| Check pane status |
| Switch focus to Codex pane |
tmux new-session -s claudeclaudecodex exec "your prompt" 2>/dev/null