Files
42marketplaces/sync/gh-ivan-magda-claude-code-plugin-template-plugins-hello-world.json
2025-11-29 18:53:27 +08:00

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