Agent skill · AI & Agents

model-evaluation-benchmark

Automated reproduction of comprehensive model evaluation benchmarks following the Benchmark Suite V3. Auto-activates for model benchmarking, comparison evaluation, or performance testing between AI models.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill model-evaluation-benchmark-rysweet-amplihack --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/model-evaluation-benchmark-rysweet-amplihack/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Model Evaluation Benchmark Skill **Purpose**: Automated reproduction of comprehensive model evaluation benchmarks following the Benchmark Suite V3 reference implementation. **Auto-activates when**: User requests model benchmarking, comparison evaluation, or performance testing between AI models in agentic workflows. ## Skill Description This skill orchestrates end-to-end model evaluation benchmarks that measure: - **Efficiency**: Duration, turns, cost, tool calls - **Quality**: Code quality scores via reviewer agents - **Workflow Adherence**: Subagent calls, skills used, workflow step compliance - **Artifacts**: GitHub issues, PRs, documentation generated The skill automates the entire benchmark workflow from execution through cleanup, following the v3 reference implementation. ## When to Use ✅ **Use when**: - Comparing AI models (Opus vs Sonnet, etc.) - Measuring workflow adherence - Generating comprehensive benchmark reports - Need reproducible benchmarking ❌ **Don't use when**: - Simple code reviews (use `reviewer`) - Performance profiling (use `optimizer`) - Architecture decisions (use `architect`) ## Execution Instructions When this skill is invoked, follow these steps: ###

What's inside
Steps it walks through
  1. Skill Description
  2. When to Use
  3. Execution Instructions
  4. Phase 1: Setup
  5. Phase 2: Execute Benchmarks
  6. Phase 3: Analyze Results
  7. Phase 4: Generate Report
  8. Phase 5: Cleanup (MANDATORY)
  9. Example Usage
  10. References
Ships with 1 file
  • metadata.json
Commands it runs
cd tests/benchmarks/benchmark_suite_v3
python run_benchmarks.py --model {opus|sonnet} --tasks 1,2,3,4
More from claude-skill-registry
All skills →
About this skill
What does the model-evaluation-benchmark skill do?

Automated reproduction of comprehensive model evaluation benchmarks following the Benchmark Suite V3. Auto-activates for model benchmarking, comparison evaluation, or performance testing between AI models.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill model-evaluation-benchmark-rysweet-amplihack --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going