Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:43 +08:00
commit 2b34b5aa74
25 changed files with 7414 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "box-factory",
"description": "Create and manage Claude Code components: agents, commands, plugins, and skills",
"version": "1.0.0",
"author": {
"name": "racurry",
"email": "zhongweili@tubi.tv"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}