Files
gh-racurry-neat-little-pack…/.claude-plugin/plugin.json
2025-11-30 08:48:43 +08:00

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"
]
}