What problem does it solve? Codex sometimes needs a second opinion or repository-aware analysis from another locally installed coding agent, but manually invoking external CLIs, tracking their session IDs, and continuing the same conversation is error-prone. This Skill standardizes that delegation while keeping Codex in control of scope, authorization, and verification. ## Core Features & Use Cases - Multi-provider delegation: Run bounded read-only tasks on Command Code, Claude Code, OpenCode, or Pi through a single Python adapter that emits structured JSON results. - Session continuity: Preserve the explicit provider session ID and issue follow-up prompts into the exact same external conversation instead of starting over. - Safety boundaries: Enforces read-only operation, forbids permission-bypass flags, requires explicit session IDs, and disables DeepSeek Harness execution in v0.2.1. - Use Case: Ask Codex to have Claude Code review a specific module for potential bugs, then send a follow-up question into that same Claude Code session and compare its claims against Codex's own verification. ## Quick Start Ask Codex to check which external coding agents are available, delegate a bounded read-only review of a specific directory to the best provider, and report the findings with the session ID preserved.