ai-evals-course

15 mods across 3 repositories, 887 stars between them.

evals-skills

02

ai-evals-course/evals-skills

Plugin Claude Code

Skills for building LLM evals. Starts with interactive error discovery: build a review app, sample diverse traces, and organize human annotations into failure modes.

491 16d ago A tokens not measured

ai-evals-course/evals-skills

Skill Claude CodeCodex

Build a custom browser-based annotation interface tailored to your data for reviewing LLM traces and collecting structured feedback. Use when you need to build an annotation tool, review traces, or collect human labels.

491 16d ago A 43 tokens

error-discovery

04

ai-evals-course/evals-skills

Skill Claude CodeCodex

Run error analysis on a dataset. Build a review UI, select diverse samples, monitor annotations, and organize failure modes.

491 16d ago A 28 tokens

eval-audit

05

ai-evals-course/evals-skills

Skill Claude CodeCodex

Audit an LLM eval pipeline and surface problems: missing error analysis, unvalidated judges, vanity metrics, etc. Use when inheriting an eval system, when unsure whether evals are trustworthy, or as a starting point when no eval infrastructure exists. Do NOT use when the goal is to build a new evaluator from scratch…

491 16d ago A 86 tokens

evaluate-rag

06

ai-evals-course/evals-skills

Skill Claude CodeCodex

Guides evaluation of RAG pipeline retrieval and generation quality. Use when evaluating a retrieval-augmented generation system, measuring retrieval quality, assessing generation faithfulness or relevance, generating synthetic QA pairs for retrieval testing, or optimizing chunking strategies.

491 16d ago A 52 tokens

ai-evals-course/evals-skills

Skill Claude CodeCodex

Create diverse synthetic test inputs for LLM pipeline evaluation using dimension-based tuple generation. Use when bootstrapping an eval dataset, when real user data is sparse, or when stress-testing specific failure hypotheses. Do NOT use when you already have 100+ representative real traces (use stratified sampling…

491 16d ago A 74 tokens

start

08

ai-evals-course/evals-skills

Skill Claude CodeCodex

Entry point for evals. Use when the user asks for help with evals, does not know where to begin, or asks for something no other skill in this plugin matches. Do NOT use when a more specific skill in this plugin already matches; load that skill directly.

491 16d ago A 57 tokens

validate-evaluator

09

ai-evals-course/evals-skills

Skill Claude CodeCodex

Calibrate an LLM judge against human labels using data splits, TPR/TNR, and bias correction. Use after writing a judge prompt (write-judge-prompt) when you need to verify alignment before trusting its outputs. Do NOT use for code-based evaluators (those are deterministic; test with standard unit tests).

491 16d ago A 69 tokens

write-judge-prompt

10

ai-evals-course/evals-skills

Skill Claude CodeCodex

Design LLM-as-Judge evaluators for subjective criteria that code-based checks cannot handle. Use when a failure mode requires interpretation (tone, faithfulness, relevance, completeness). Do NOT use when the failure mode can be checked with code (regex, schema validation, execution tests). Do NOT use when you need to…

491 16d ago A 82 tokens

fasthtml

13

ai-evals-course/isaac-fasthtml-workshop

Cursor rule Cursor

The main file for the project is mainsqlite.py It uses MonsterUI for styling. MonsterUI is a python first UI component library that primarily leverages FrankenUI and Tailwind, but also includes headers and functionality form DaisyUI, Katex, HighlightJS, and others.

69 1y ago A 0 tokens