Files
42marketplaces/sync/gh-yasun1-claude-code-plugin-demo-my-first-plugin.json
2025-11-30 09:08:53 +08:00

18 lines
501 B
JSON

{
"name": "my-first-plugin",
"owner": {
"name": "Demo Author",
"email": "demo@example.com"
},
"plugins": [
{
"name": "my-first-plugin",
"description": "A comprehensive demo plugin showcasing all Claude Code plugin types: commands, skills, agents, hooks, and MCP server integration",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-yasun1-claude-code-plugin-demo-my-first-plugin.git"
},
"strict": true
}
]
}