What problem does it solve? When working in a Codex CLI session and stuck on a recurring error or a non-converging approach, this Skill hands the task to Claude Code — a genuinely different reasoning system — for a second, independent opinion instead of another Codex run. ## Core Features & Use Cases - Task Forwarding: Passes the task text verbatim to the Claude Code CLI via a companion shell script, with no independent analysis that would bias the second opinion. - Foreground or Background Execution: Runs Claude in blocking --wait mode for small bounded asks, or detached --background mode returning an agent id for long-running, multi-file work. - Session and Permission Control: Supports --resume to continue a prior rescue session, --read-only for diagnosis-only reviews, and --model selection on explicit request. - Use Case: A Codex session hits a build error that keeps recurring after several fix attempts; forward the exact error context to Claude Code in read-only mode and return its diagnosis verbatim. ## Quick Start Ask the assistant to forward the current stuck task to Claude Code using the claude-rescue script and return its output exactly as printed.