18 lines
456 B
JSON
18 lines
456 B
JSON
{
|
|
"name": "hello-world",
|
|
"owner": {
|
|
"name": "Your Team",
|
|
"email": "team@your-org.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "hello-world",
|
|
"description": "A simple example plugin that demonstrates basic Claude Code plugin functionality",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.waymay.us/zhongwei/gh-ivan-magda-claude-code-plugin-template-plugins-hello-world.git"
|
|
},
|
|
"strict": true
|
|
}
|
|
]
|
|
} |