llm-eval-designer

Designs LLM evaluation plans with failure-mode coverage and test-case templates.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/CAPHTECH/claude-marketplace --skill llm-eval-designer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-eval-designer
Source: https://github.com/CAPHTECH/claude-marketplace/tree/main/caphtech-plugin/skills/llm-eval-designer
Command: npx skills add https://github.com/CAPHTECH/claude-marketplace --skill llm-eval-designer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Guides evaluation design for LLM-based workflows, covering failure modes and test case generation.

Core Features & Use Cases

  • Failure mode analysis (hallucination, overfitting, partial processing)
  • Generalization pattern guidance
  • Test-case templates and scorer design

Quick Start

Create test cases and a scorer outline for an LLM task like a text replacement workflow.

Frequently Asked Questions about llm-eval-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design evaluation for LLM workflows?

Evaluation design for LLM workflows involves systematically identifying failure modes like hallucination and overfitting, then building test cases and scorers to detect them. This Skill guides you through failure-mode analysis, generalization patterns, and scorer design to produce golden datasets and test-case templates that meet assay-kit compliance standards.

What failure modes should I test for in LLM systems?

Common LLM failure modes include hallucination, overfitting, and partial processing. This Skill helps you enumerate these modes for your specific workflow, then design targeted test cases to expose each one. Comprehensive failure-mode coverage ensures robust evaluation of your LLM-based system.

How do I create a golden dataset for LLM evaluation?

Golden-dataset construction begins with test-case template generation based on your LLM task and identified failure modes. This Skill provides guidance on extending and diversifying test cases to support generalization testing, then structures outputs as golden-dataset.yaml for downstream validation and scoring.

What's the best way to design scorers for LLM test cases?

Scorer design requires aligning your scoring logic with the failure modes and test cases you've defined. This Skill walks you through creating scorer configurations that work with your test-case templates, ensuring consistent and measurable evaluation of LLM outputs against your functional and technical requirements.

Can I use this for generalization testing across LLM variations?

Yes. This Skill includes generalization pattern guidance to help you design test cases that expose how your LLM behaves under different conditions. Diversified test cases and comprehensive failure-mode coverage ensure your evaluation generalizes across model variations and edge cases.