# Hive Agent Skills Evals

This folder contains package-level eval prompts that test whether agents choose
the right Hive skill before execution.

- `trigger-queries.json` checks skill-trigger quality with should-trigger and
  should-not-trigger prompts.
- Per-skill `packs/*/evals/evals.json` files check output quality after a skill
  is loaded.

Run the static verifier after editing:

```bash
npm run verify:agent-skills
npx skills add ./agent-skills --list
```

For live trigger testing, run each query in a clean agent session with the Hive
skills installed and record whether the expected skill was loaded. Keep train
and validation splits separate so description changes do not overfit.
