claude/profiles/wsl-ubuntu/skills/with-codex-skills/SKILL.md
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 skillsauth add seika139/dotfiles with-codexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill enables collaboration between Claude Code and OpenAI Codex CLI for second opinions, validation, and collaborative problem-solving.
Claude Code MUST be running inside a tmux session for this skill to work.
If not in tmux, inform the user: "このスキルを使用するには、tmuxセッション内でClaude Codeを起動する必要があります。以下のコマンドを実行してください:
tmux new-session -s claude
claude
"
~/.claude/skills/with-codex/scripts/When this skill is triggered, ALWAYS execute these steps in order:
~/.claude/skills/with-codex/scripts/codex-manager.sh setup
This splits the current tmux pane:
Analyze the user's request independently before querying Codex.
~/.claude/skills/with-codex/scripts/codex-manager.sh send "YOUR_PROMPT_HERE"
Replace YOUR_PROMPT_HERE with the actual question/task from the user.
~/.claude/skills/with-codex/scripts/codex-manager.sh wait 60
Wait up to 60 seconds for Codex to complete its response.
~/.claude/skills/with-codex/scripts/codex-manager.sh capture 200
Capture the last 200 lines of Codex's output.
Present results in this format:
## 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 |
| ------- | ----------- |
| setup | Split pane and start Codex on the right |
| send "prompt" | Send prompt to Codex pane |
| capture [lines] | Capture Codex output (default: 100 lines) |
| wait [timeout] | Wait for response to stabilize (default: 60s) |
| cleanup | Close the Codex pane |
| status | Check pane status |
| focus | Switch focus to Codex pane |
If setup fails with "Not running inside tmux":
tmux new-session -s claude then claudeOnly use when tmux is unavailable or user explicitly requests:
codex exec "your prompt" 2>/dev/null
tools
git worktree で隔離された作業環境を作成する。Claude command /worktree 相当を Codex CLI で実行する。
tools
AI ペルソナで Playwright MCP 経由の UX レビューを実施する。Claude command /ux-review 相当を Codex CLI で実行する。
tools
汎用的なフォントを避け、デザイン性の高いタイポグラフィを選択してフロントエンドの質を向上させるスキル。UI制作やLP作成時に使用します。
tools
Issue を作成(または既存 Issue を指定)し、実装して PR を作成する。Claude command /solve-issue 相当を Codex CLI で実行する。