Claude Benchmark — Development skill for Claude Code
CLI tool for benchmarking CLAUDE.md configurations against standardized coding tasks.
How to install Claude Benchmark
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open jchilcher-godaddy/claude-benchmark and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Benchmark does
CLI tool for benchmarking CLAUDE.md configurations against standardized coding tasks.
Alternatives in Development
- OpenAI Codex CLI — (Rust implementation) 67.8k ★
- Vibe Kanban — Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents 23.5k ★
- Ralph Loop — Autonomous coding loop — works through tasks, commits, repeats 14k ★
README
claude-benchmark
A CLI tool for benchmarking CLAUDE.md configurations against standardized coding tasks. Test how well your CLAUDE.md instructions guide AI code generation across bug fixes, code generation, refactoring, and instruction-following scenarios.
Prerequisites
- Python 3.11+
- Claude Code CLI installed and configured
ANTHROPIC_API_KEYenvironment variable set
Cross-language scoring tools (optional)
Required for scoring Go, JavaScript, and C# tasks. Python tasks use pytest/ruff/radon which are installed automatically.
**Go:**
# Install Go: https://go.dev/doc/install
brew install golangci-lint # linter
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest # complexity
export PATH="$HOME/go/bin:$PATH" # add to ~/.zshrc
**JavaScript:**
npm install -g eslint jest
**C#:**
# Install .NET SDK: https://dotnet.microsoft.com/download
# dotnet test, dotnet format are included with the SDK
Installation
pip install .
For development:
pip install -e .
Quick Start
Run a benchmark against your CLAUDE.md file:
claude-benchmark run --claudemd path/to/your/CLAUDE.md
Generate a report from results:
claude-benchmark report results/
CLI Commands
| Command | Description |
|---|---|
run |
Execute benchmark tasks against a CLAUDE.md configuration |
experiment |
Run a multi-variant experiment from a TOML configuration file |
report |
Generate an HTML report from one or more result sets |
compare |
Compare results across cataloged runs with statistical analysis |
rescore |
Re-run scoring on existing results (e.g., after judge recalibration) |
calibrate |
Calibrate and compare LLM judge models |
catalog |
View and filter the catalog of completed benchmark runs |
intake |
Import external |
Related Skills
Octobench
Benchmark harness that compares coding agents — not just models — on real, contamination-resistant tasks: 80 f
Hermesbench
Reliability-first benchmark and evaluation harness for Hermes Agent runtime configurations
Grok Plugin Claude Code
A lightweight Grok plugin for Claude Code — delegate coding and review tasks to the Grok CLI. A simple reimple
Skill Evaluation Graph
Description Evidence-driven evaluation, benchmarking, and verified repair for Agent Skills across Codex, Claud
Vibeskills Benchmark
Native vs. Lean Vibe on SkillsBench: paired reward results for 82 tasks and token/tool-call analysis for 81 ta
Gql Performance Benchmark
Run GraphQL performance benchmarks against the Alkemio API and compare against a stored baseline
Related Agents
Dotnet Testing Specialist
WHEN designing test architecture, choosing test types (unit/integration/E2E), managing test data, testing micr
Benchmark Agent
Use this agent for competitive intelligence and platform benchmarking — it obsessively tracks where Cursor, De
Wmux Worker
Worker agent for wmux orchestrated tasks. Executes a specific subtask within strict file boundaries, reports r