What problem does it solve? Choosing between AI models for a given task is usually guesswork. This Skill runs the same prompt through Claude, GPT (via Codex CLI), and Gemini side-by-side and reports latency, token usage, cost, and optional quality scores so model selection is based on measured data. ## Core Features & Use Cases - Cross-model execution: Sends one prompt to multiple providers and compares speed, tokens, and cost in a single table. - LLM quality judge: Optionally scores each model's output on a 0-10 scale using Claude as a tiebreaker judge. - Skill benchmarking: Can benchmark an existing gstack skill's SKILL.md as the prompt to expose tool-use differences between models. - Use Case: You are deciding which model should run your code-review workflow. Run the benchmark against your review skill and compare each model's latency, cost, and judged output quality before committing. ## Quick Start Ask the agent to run a cross-model benchmark comparing Claude, GPT, and Gemini on a chosen prompt or skill file.