From llm-observability
Guides building a representative, version-controlled evaluation dataset for LLM apps, covering data sourcing, stratification, labeling, and verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-observability:build-eval-datasetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evals are only as good as the dataset behind them. A metric run over toy inputs gives you confident, wrong signal. This is how to build a set that actually reflects your app and catches real regressions.
Evals are only as good as the dataset behind them. A metric run over toy inputs gives you confident, wrong signal. This is how to build a set that actually reflects your app and catches real regressions.
add-llm-evals and eval-driven-development).Eval-first practice: Hamel Husain, Your AI Product Needs Evals. Multi-metric, stratified evaluation: HELM, Liang et al. (arXiv:2211.09110). Human-alignment of judges: Zheng et al. 2023 (arXiv:2306.05685).
npx claudepluginhub contextjet-ai/awesome-llm-observabilityBuilds structured evaluation suites for LLM and AI system performance using reproducible metrics. Use when testing model quality, prompt changes, or regression detection.
Generates evaluation test cases for an eval.yaml from skill analysis, synthetic LLM generation, or MLflow production traces. Bootstraps or augments datasets to improve coverage.
Designs evaluation frameworks for LLM systems covering test suites, human rubrics, automated evals, and metrics for quality, safety, and alignment.