Copy the command definition below into:
~/.claude/commands/compare.md---
description: Compare two skills head-to-head
argument-hint: <skill-a> <skill-b>
---
Run a pairwise comparison between two skills and report which is better on each quality dimension.
## Running
```bash
cd plugins/plugin-eval
uv run plugin-eval compare {argument}
```