Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:40 +08:00
commit 9174377a09
9 changed files with 344 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "model-evaluation-suite",
"description": "Comprehensive model evaluation with multiple metrics",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}