Files
2025-11-29 18:48:45 +08:00

13 lines
307 B
JSON

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