Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:26 +08:00
commit 7127de46fa
6 changed files with 532 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "agent-sdk-dev",
"description": "Claude Agent SDK Development Plugin",
"version": "1.0.0",
"author": {
"name": "Ashwin Bhat",
"email": "ashwin@anthropic.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}