Files
42marketplaces/sync/gh-g-shudy-claude-plugins-plugins-hello-world.json
2025-11-29 18:53:27 +08:00

18 lines
407 B
JSON

{
"name": "hello-world",
"owner": {
"name": "g-shudy",
"email": "your.email@example.com"
},
"plugins": [
{
"name": "hello-world",
"description": "Example plugin demonstrating basic structure",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-g-shudy-claude-plugins-plugins-hello-world.git"
},
"strict": true
}
]
}