benchmark-models

Benchmark gstack prompts across Claude, GPT, and Gemini for latency, tokens, and cost.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/kunalrawat425/conductor-playground --skill benchmark-models-kunalrawat425
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark-models
Source: https://github.com/kunalrawat425/conductor-playground/tree/main/.claude/skills/gstack/benchmark-models
Command: npx skills add https://github.com/kunalrawat425/conductor-playground --skill benchmark-models-kunalrawat425

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-model benchmark for gstack skills. Runs the same prompt through Claude, GPT (via Codex CLI), and Gemini side-by-side — compares latency, tokens, cost, and optionally quality via LLM judge. Answers "which model is actually best for this skill?" with data instead of vibes. Separate from /benchmark, which measures web page performance. Use when: "benchmark models", "compare models", "which model is best for X", "cross-model comparison", "model shootout". (gstack)

Core Features & Use Cases

  • Cross-model comparison: Run identical prompts across Claude, GPT, and Gemini to surface differences in latency, tokens, and cost.
  • Data-driven decision making: Identify the best-performing model for a given skill or prompt based on measurable metrics.
  • Optional quality evaluation: Include an LLM-based quality judge when available to compare output quality.
  • Model shootouts: Compare multiple providers to inform model choice for gstack workflows.

Quick Start

Run the benchmark with a representative prompt and review latency, token usage, and cost across the models.

Frequently Asked Questions about benchmark-models

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare LLM latency and cost across different models for the same prompt?

You can benchmark cross-model performance by running the same prompt through Claude, GPT, and Gemini to generate a structured report comparing latency, token usage, and cost.

What is cross-model benchmarking and when do I need it for model selection?

Cross-model benchmarking is the process of running identical prompts through multiple providers like Claude, GPT, and Gemini to compare performance. You need it for data-driven model selection when deciding which model handles a specific task best.

Does cross-model comparison support evaluating output quality in addition to cost?

Yes, cross-model comparison supports optional quality evaluation via an LLM judge. This allows you to assess output quality alongside latency, token usage, and cost metrics for a comprehensive comparison.

Can I use benchmark-models without a running gstack environment?

No, you cannot use this benchmarking approach without a running gstack environment. It specifically requires the gstack-model-benchmark binary to be available to execute cross-model comparisons.

What is the best way to run a model shootout between Claude, GPT, and Gemini?

The best way to run a model shootout is to execute a representative prompt across Claude, GPT via Codex CLI, and Gemini simultaneously. This surfaces measurable differences in latency, tokens, and cost to inform your model choice.

How do I determine which LLM is best for my specific skill or workflow?

You can determine the best LLM by running your specific skill prompt through multiple providers and reviewing the structured report of latency, cost, and optional quality. This provides measurable data instead of subjective opinions for model selection.