AI AGENT ADDONS
AI & Agent Building
5,820installs

Evals are like unit tests for AI agents. This skill helps you set up a formal evaluation framework for Claude Code sessions. You define what success looks like before you start building. Then you track how well the agent performs using pass@k metrics.

You can write different types of evals. Capability evals test new features. Regression evals make sure old features still work. Each eval has clear pass or fail criteria.

The framework uses three kinds of graders. Code graders run automated checks. Model graders use AI to judge open-ended results. Human graders flag items for manual review. This way you catch regressions and improve reliability over time.

Add Eval Harness skill to your workflow

Global

mkdir -p ~/.claude/skills/eval-harness

Project

mkdir -p .claude/skills/eval-harness

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago