项目文件夹

文件
Seth Hobson b4afcc4063 feat(plugin-eval): add Claude Code plugin shell (commands, agents, skill)
Add plugin.json, three commands (eval/compare/certify), eval-orchestrator agent,
and evaluation-methodology skill to wire plugin-eval into the claude-agents ecosystem.
2026-03-25 17:51:28 -04:00

14 行
274 B
Markdown

---
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}
```