What problem does it solve? Getting an independent second opinion or offloading long-running investigations is hard when a single AI agent holds all the context. This Skill lets you launch the codex, agy, kiro-cli, or claude CLI as a separate background process, so reviews and deep codebase investigations run outside the main agent's reasoning bias. ## Core Features & Use Cases - Multi-CLI delegation: Unified workflow for launching Codex, agy, Kiro CLI, and headless Claude, with per-CLI reference files covering installation, flags, completion detection, and output recovery. - Reliable result collection: Three-stage fallback recovery (output file, stdout, stderr) plus prompt templates that force the external AI to write results to a file, handling known issues like Codex dropping its final message or Kiro's unusable exit codes. - Use Case: You want an independent review of a design doc before merging a PR. Write a review prompt to a temp file, launch codex exec in the background, wait for the tokens used sentinel, and collect a 400-line Japanese review from the output file. ## Quick Start Ask the agent to delegate a review of a specific file to codex or agy using the external-ai skill, for example: review the design document at an absolute path with codex and collect the result.