17 lines
366 B
JSON
17 lines
366 B
JSON
{
|
|
"name": "claude-dev-sandbox",
|
|
"description": "Development sandbox for testing and prototyping Claude Code components (hooks, skills, commands, agents) before promoting to production plugins",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "basher83"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |