# evals-skills

Skills that guide AI coding agents to help you build LLM evaluations. These skills guard against common mistakes I've seen helping 50+ companies and teaching students in our AI Evals course.

- Tier: Indexed (plain plugin)
- Category: Testing
- Page: https://www.flowy.sh/listings/hamelsmu-evals-skills
- Source: https://github.com/hamelsmu/evals-skills
- Price: free and open source

## Summary
evals-skills is a Claude Code plugin with 7 hand-picked skills for testing work, indexed on Flowy. Install it with the command on its page. It includes build-review-interface, error-analysis, eval-audit. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.

## Install (Claude Code)
```
/plugin marketplace add hamelsmu/evals-skills
/plugin install evals-skills@hamelsmu-evals-skills
```

## Skills
- build-review-interface
- error-analysis
- eval-audit
- evaluate-rag
- generate-synthetic-data
- validate-evaluator
- write-judge-prompt

## FAQ

### What is evals-skills?
Skills that guide AI coding agents to help you build LLM evaluations. These skills guard against common mistakes I've seen helping 50+ companies and teaching students in our AI Evals course.

### How do I install evals-skills?
Run these in Claude Code: /plugin marketplace add hamelsmu/evals-skills then /plugin install evals-skills@hamelsmu-evals-skills. Then prompt normally.

### Does evals-skills auto-invoke its skills?
Not yet. It is indexed on Flowy as a plain plugin. Request auto-invocation on its page and Flowy will route its skills for you as you prompt.

### Is evals-skills free?
Yes. Flowy is free and open source, with nothing gated. You can read every skill in full before you install.
