wshobson--agents
b4afcc4063
Add plugin.json, three commands (eval/compare/certify), eval-orchestrator agent, and evaluation-methodology skill to wire plugin-eval into the claude-agents ecosystem.
16 行
366 B
Markdown
16 行
366 B
Markdown
---
|
|
description: Full quality certification with badge
|
|
argument-hint: <path>
|
|
---
|
|
|
|
Run the complete PluginEval certification pipeline (all three layers + Elo ranking) and assign a quality badge.
|
|
|
|
This takes 15-20 minutes and uses your Max plan for all LLM calls.
|
|
|
|
## Running
|
|
|
|
```bash
|
|
cd plugins/plugin-eval
|
|
uv run plugin-eval certify {argument} --output markdown
|
|
```
|