Benchmark banner
Walllmat Walllmat

Benchmark

Development community

Description

--- name: benchmark description: "Compare skill scores against ideal benchmarks" usage: "/benchmark [skill-name]" --- # /benchmark — Compare Against Ideal Benchmarks Compare a skill's historical performance against defined benchmark standards. ## Arguments - `skill-name` (required): The skill to benchmark. ## What to Do 1. Read benchmark standards from `skills/judge/references/benchmark-standards.md` 2. Read historical scores for the specified skill from `skills/judge/scores/` 3. Compute a

Installation

Installs to ~/.claude/skills/walllmat-verdict-benchmark/SKILL.md

Terminal
mkdir -p ~/.claude/skills/walllmat-verdict-benchmark && curl -fsSL https://raw.githubusercontent.com/Walllmat/verdict/HEAD/commands/benchmark.md -o ~/.claude/skills/walllmat-verdict-benchmark/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository