Files
gh-basher83-lunar-claude-pl…/.claude-plugin/plugin.json
2025-11-29 18:00:29 +08:00

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