项目文件夹

文件
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

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