18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"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"
|
|
]
|
|
} |