What problem does it solve? Getting a second opinion from AI models or delegating coding tasks to Codex CLI normally requires switching between tools and manually comparing outputs. This Skill lets Claude Code query GPT, Kimi, DeepSeek, and Qwen simultaneously and offload file modifications to Codex CLI from a single interface. ## Core Features & Use Cases - Parallel Multi-Model Queries: Send the same prompt to multiple LLM providers at once and poll for aggregated responses with ask_many and wait_many. - Codex CLI Delegation: Execute code analysis, refactoring, and testing tasks through Codex CLI with read-only, workspace-write, or full-access sandbox modes. - Session Management: Maintain persistent conversation sessions per model with tools to list, clear, and isolate contexts. - Use Case: When deciding between FastAPI and Flask for an async microservice, query GPT, DeepSeek, and Kimi in parallel, then have Codex CLI scaffold the chosen framework in workspace-write mode. ## Quick Start Ask the configured models GPT, DeepSeek, and Kimi the same architecture question in parallel and compare their responses.