Initial commit

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

View File

@@ -0,0 +1,15 @@
{
"name": "classification-model-builder",
"description": "Build classification models",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}