Claude Evals
Description
Production eval framework for Claude Agent SDK — implements Anthropic's published eval patterns with native SDK hooks, a 50-case golden dataset, and one-command model comparison.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-evals
**Native eval harness for Claude Agent SDK workflows.** Built by [Tribe AI](https://tribe.ai).
Every enterprise team building Claude-powered workflows hits the same wall: *"how do we know if a model upgrade broke something, and how do we find the cheapest model that's still good enough?"* No existing open-source tool answers this for Claude Agent SDK workflows specifically. `claude-evals` fills that gap.
What makes this different
- Native Claude Agent SDK integration — hooks into
PreToolUse,PostToolUse, andSubagentStoplifecycle events, not just the final output - Evaluates agentic behavior — tool selection, multi-step task completion, context retention, cost efficiency
- Ships with a real golden dataset — 50 calibrated test cases for contract review / document intelligence
- Implements Anthropic's published eval patterns — deterministic graders, LLM-as-judge, and human review queue from "Demystifying Evals for AI Agents"
Quick Start
pip install claude-evals
export ANTHROPIC_API_KEY=your-key
# Run the full eval suite
claude-evals run --suite datasets/contract-review --model claude-sonnet-4-6
# Run a specific category
claude-evals run --suite datasets/contract-review --category clause_extraction
# Compare two runs for regressions
claude-evals compare --baseline ./results/baseline --candidate ./results/new-run --fail-on high
From Python
import asyncio
from claude_evals.runner import EvalRunner
from claude_evals.report.terminal import print_terminal_report
async def main():
runner = EvalRunner(
suite_path="datasets/contract-review",
model="claude-sonnet-4-6",
)
run = await runner.run()
print_terminal_report(run)
asyncio.run(main())
The Golden Dataset
The reference dataset covers **contract review / document intelligence** — the most common enterprise AI use case. It includes 50 test ca
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI