mirror of
https://github.com/wshobson/agents.git
synced 2026-09-14 18:04:20 +08:00
b040c3cbd0
Fixes #617
12 lines
367 B
JSON
12 lines
367 B
JSON
{
|
|
"name": "plugin-eval",
|
|
"version": "0.1.1",
|
|
"description": "Three-layer quality evaluation framework for Claude Code plugins with Elo ranking",
|
|
"skills": "./skills/",
|
|
"interface": {
|
|
"displayName": "Plugin Eval",
|
|
"shortDescription": "Three-layer quality evaluation framework for Claude Code plugins with Elo ranking",
|
|
"category": "Coding"
|
|
}
|
|
}
|