Initial commit
This commit is contained in:
13
.claude-plugin/plugin.json
Normal file
13
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user