📊
AI EngineeringPython

LLM Evaluation Harness

by OpenRaiser

LLM Evaluation Harness is an AI Engineering skill for Claude Code, published by OpenRaiser in NanoResearch.

1.4K stars95 forkson OpenRaiser/NanoResearchAdded 2026/08/19Repository updated 2026/05/26
agent-skillsagentsaiai-agentsai-scientistartificial-intelligenceautonomous-agentsautonomous-researchautoresearchclaude-codeclaude-skillsnanobotopenclaw
Install in seconds
Install LLM Evaluation Harness
Copy LLM Evaluation Harness into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/OpenRaiser/NanoResearch/tree/main/skills/vendor-ai-research/lm-evaluation-harness ~/.claude/skills/lm-evaluation-harness

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/OpenRaiser/NanoResearch.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/vendor-ai-research/lm-evaluation-harness/SKILL.md in OpenRaiser/NanoResearch
Installs to
~/.claude/skills/lm-evaluation-harness
Collection
One of 16 skills cataloged from this repository
Category
AI Engineering2451 skills

What LLM Evaluation Harness does

LLM Evaluation Harness evaluates LLMs across 60+ academic benchmarks using standardized prompts and metrics. Use when benchmarking model quality, comparing models, or tracking training progress.

LLM Evaluation Harness is cataloged under AI Engineering on DirSkills. LLM Evaluation Harness comes from a repository tagged agent-skills, agents, ai, ai-agents and ai-scientist.

Documentation

README

lm-evaluation-harness - LLM Benchmarking

Quick start

lm-evaluation-harness evaluates LLMs across 60+ academic benchmarks using standardized prompts and metrics.

Installation:

pip install lm-eval

Evaluate any HuggingFace model:

lm_eval --model hf \
  --model_args pretrained=meta-llama/Llama-2-7b-hf \
  --tasks mmlu,gsm8k,hellaswag \
  --device cuda:0 \
  --batch_size 8

View available tasks:

lm_eval --tasks list

Common workflows

Workflow 1: Standard benchmark evaluation

Evaluate model on core benchmarks (MMLU, GSM8K, HumanEval).

Copy this checklist:

Benchmark Evaluation:
- [ ] Step 1: Choose benchmark suite
- [ ] Step 2: Configure model
- [ ] Step 3: Run evaluation
- [ ] Step 4: Analyze results

This is the opening of the README. Read the full README on GitHub.

Frequently asked about LLM Evaluation Harness

  • What else does OpenRaiser publish alongside LLM Evaluation Harness?

    LLM Evaluation Harness is one of 16 skills that DirSkills catalogs from OpenRaiser/NanoResearch, the repository it ships in. Its siblings there include Academic Plotting, Autoresearch and Creative Thinking for Research. Each one is a separate skill with its own page in this directory, installs the same way LLM Evaluation Harness does, and is maintained by OpenRaiser in that same repository. The rest of the collection is listed on the OpenRaiser/NanoResearch page.

  • How does LLM Evaluation Harness compare to other AI Engineering skills?

    LLM Evaluation Harness ranks #1076 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of LLM Evaluation Harness against them. Open each page to compare what they document and how they install.

More from OpenRaiser/NanoResearch

LLM Evaluation Harness is one of 16 skills cataloged on DirSkills from OpenRaiser/NanoResearch.

See all 16 skills
📊
2w ago

Academic Plotting

Academic Plotting generates publication-quality figures for ML papers from research context or experimental data. It creates architecture diagrams via Gemini and data-driven charts via matplotlib/seaborn, auto-selecting chart types and highlighting key results.
Data
1.4K95
🔬
2w ago

Autoresearch

Autoresearch orchestrates end-to-end autonomous AI research projects using a two-loop architecture for rapid experiments and periodic synthesis, routing to domain-specific skills and producing papers; use when starting a research project or managing multi-hypothesis experiments.
AI Engineering
1.4K95
💡
2w ago

Creative Thinking for Research

Creative Thinking for Research applies eight cognitive science frameworks to generate novel research directions in computer science and AI. Use it when seeking genuinely novel directions via combinatorial creativity, analogical reasoning, and constraint manipulation.
AI Engineering
1.4K95
🚀
2w ago

Hugging Face Accelerate

Hugging Face Accelerate simplifies distributed training for PyTorch models by adding only four lines of code. Use it to run the same script on single or multiple GPUs, with mixed precision, DeepSpeed, or FSDP.
AI Engineering
1.4K95
📝
2w ago

ML Paper Writing

ML Paper Writing drafts publication-ready ML/AI/systems papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM, OSDI, NSDI, ASPLOS, SOSP. Use it to turn research repos into structured papers, find and verify citations, and apply conference LaTeX templates.
Writing
1.4K95
🧠
2w ago

ML Training Recipes

ML Training Recipes provides battle-tested PyTorch training patterns for LLMs, vision, diffusion, medical imaging, and protein/drug discovery. Use it when training or fine-tuning neural networks, debugging loss spikes/OOM, choosing architectures, or optimizing GPU throughput.
AI Engineering
1.4K95