What problem does it solve? Choosing between AI models for a given task is usually guesswork. This Skill replaces vibes with data by running the same prompt through Claude, GPT (via Codex CLI), and Gemini side-by-side, then comparing latency, token usage, cost, and optionally output quality via an LLM judge. ## Core Features & Use Cases - Cross-model execution: Sends one prompt to multiple providers and reports per-model latency, tokens, and cost in a comparison table. - Optional quality judge: Uses Anthropic's Claude to score each model's output on a 0-10 scale for a small additional cost. - Auth preflight: A dry-run shows which providers are authenticated before any paid API calls happen, skipping unauthed providers cleanly. - Result persistence: Saves benchmark runs as dated JSON files so you can detect quality drift as providers update their models. - Use Case: You want to know which model handles your /review skill best. Run the benchmark against that skill's SKILL.md, enable the judge, and get a data-backed answer on speed, cost, and quality. ## Quick Start Ask the assistant to benchmark your prompt across Claude, GPT, and Gemini and show which model is fastest, cheapest, and highest quality.