Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:29 +08:00
commit 22f0b630e6
8 changed files with 143 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"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"
]
}