Agent skill · Code Review & Quality

ai-evaluation-suite

Comprehensive AI/LLM evaluation toolkit for production AI systems. Covers LLM output quality, prompt engineering, RAG evaluation, agent performance, hallucination detection, bias assessment, cost/token optimization, latency metrics, model comparison, and fine-tuning evaluation. Includes BLEU/ROUGE metrics, perplexity, F1 scores, LLM-as-judge patterns, and benchmarks like MMLU and HumanEval.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-evaluation-suite --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrepWebFetch
Path: skills/ai-llm/ai-evaluation-suite/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Evaluation Suite - Quick Reference ## Purpose Production AI systems require rigorous evaluation beyond traditional software testing. This skill provides comprehensive evaluation capabilities for LLM quality, RAG systems, agents, hallucination detection, bias assessment, cost optimization, and performance metrics. ## When to Use This Skill - Evaluating LLM outputs for quality and correctness - A/B testing prompt variations - Measuring RAG system retrieval accuracy - Detecting hallucinations in generated content - Assessing model bias and fairness - Optimizing token usage and costs - Comparing multiple LLM models - Evaluating fine-tuned models vs base models - Running standard benchmarks (MMLU, HumanEval, etc.) - Implementing LLM-as-judge evaluation patterns ## Core Concepts ### Evaluation Pyramid ``` ┌─────────────┐ │ Human Eval │ <- Gold standard but expensive └──────┬──────┘ │ ┌──────┴──────────┐ │ LLM-as-Judge │ <- Scalable proxy for human judgment └──────┬──────────┘ │ ┌──────┴──────────┐ │ Reference-Based │ <- BLEU, ROUGE, F1 (needs ground truth) └──────┬──────────┘ │ ┌──────┴──────────┐ │ Reference-Free │ <- Perplexity, consistency, coherence └─────────────────┘ ``` ### K

What's inside
Steps it walks through
  1. Purpose
  2. When to Use This Skill
  3. Core Concepts
  4. Evaluation Pyramid
  5. Key Metric Categories
  6. Documentation Structure
  7. Quick Start: LLM Quality Evaluation
  8. Quick Start: Hallucination Detection
  9. Quick Start: RAG Evaluation
  10. Quick Start: Prompt Engineering A/B Test
  11. Quick Start: Cost Optimization
  12. Best Practices
  13. DO's
  14. DON'Ts
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ai-evaluation-suite skill do?

Comprehensive AI/LLM evaluation toolkit for production AI systems. Covers LLM output quality, prompt engineering, RAG evaluation, agent performance, hallucination detection, bias assessment, cost/token optimization, latency metrics, model comparison, and fine-tuning evaluation. Includes BLEU/ROUGE metrics, perplexity, F1 scores, LLM-as-judge patterns, and benchmarks like MMLU and HumanEval.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-evaluation-suite --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going