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.
Builds rigorous LLM evaluation pipelines with golden datasets, metrics, and automated evaluators to ensure AI feature quality and prevent regressions.
Designs diverse eval datasets using dimension-based variation. Use when bootstrapping datasets, when real traces are sparse, or when existing datasets miss edge cases.