Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:45 +08:00
commit 2c1429ef1d
4 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "hello-world",
"description": "A simple example plugin that demonstrates basic Claude Code plugin functionality",
"version": "1.0.0",
"author": {
"name": "Your Team",
"email": "team@your-org.com",
"url": "https://github.com/your-org"
},
"commands": [
"./commands"
]
}