LiteBench — Development skill for Claude Code
A pip-installable benchmark runner for LLMs and agents.
How to install LiteBench
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open he-yufeng/LiteBench and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What LiteBench does
A pip-installable benchmark runner for LLMs and agents. Five minutes to your first eval.
Alternatives in Development
- 14 Dev Runner — Prompt 14: Create Development Runner 2.2k ★
- Dive — Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting functi 1.8k ★
- Ctf 24h Fleet — 24h unattended multi-target Web CTF fleet loop runner 1.1k ★
README
[](https://pypi.org/project/litebench/) [](https://pypi.org/project/litebench/) [](LICENSE)
[**Quick Start**](#usage) · [**Built-in Tasks**](#built-in-tasks) · [**Custom Tasks**](#custom-tasks) · [中文](README_CN.md)

[中文文档](README_CN.md)
What is this?
`inspect_ai` is powerful but heavy — you write Solver and Scorer classes. `lm-evaluation-harness` is thorough but research-oriented and slow to set up. `promptfoo` tests prompts, not full agents.
**LiteBench** sits in the middle: an opinionated CLI for app developers who want to benchmark their model or agent on common tasks (HumanEval / GSM8K / MMLU / MATH / TruthfulQA / ARC) without having to write a framework first.
pip install litebench
litebench list
litebench run gsm8k -m deepseek/deepseek-chat -n 50
litebench run gsm8k -m deepseek/deepseek-chat -n 50 --resume # continue an interrupted run
litebench run humaneval -m gpt-5 -n 20
litebench run mmlu -m claude-sonnet-4-6 --subject computer_security -n 100
litebench run gsm8k -m gpt-5 -n 20 --repeat 5 # 5 attempts per task, reports pass@1 / pass@5
litebench run math -m kimi -n 50
# Custom YAML tasks
litebench run ./my-task.yaml -m gpt-4o-mini
# Compare models
litebench runs
litebench compare
litebench export -o run.json
Features
- 6 built-in tasks — HumanEval, GSM8K, MMLU, MATH-500, TruthfulQA, ARC-Challenge.
- 100+ model providers via litellm — OpenAI, Anthropic, Gemini, DeepSeek, Kimi, Qwen, GLM, local Ollama, and more. Shortcuts built in:
-m opus,-m kimi, `-m deepsee
Related Skills
Meetingprep
Prepare for any meeting in five minutes. Ask for the person and purpose, produce a brief with context, the out
Metacog
Metacog isn't memory for LLMs, it gives them a nervous system. Metacognition developed on your unique user exp
Prompt Snapshot
Vitest-for-prompts. File-based prompt eval runner with snapshots and assertions — no SaaS, no dashboard, CI-na
Hermesbench
Reliability-first benchmark and evaluation harness for Hermes Agent runtime configurations
Pharn Dev Eval
Run a capability's eval LIVE via claude -p N times into isolated runs/, then COUNT structural pass/fail across
n8n CLI
Zero-dependency Python CLI for the n8n REST API. 80+ commands for workflows, executions, credentials, nodes, w
Related Agents
Bench Reporter
Updates benchmark documentation with results from bench-runner. Maintains BENCHMARK.md, README.md, and EVAL-GA
Eval Auditor
Audits an evaluation setup (benchmark, A/B test, or model comparison) for methodology errors that would invali
Dependency Auditor
Audit dependencies for vulnerabilities, outdated versions, and deprecations. C#/.NET first (dotnet list packag