feat: add .claude-plugin/marketplace.json
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "totoro-skills",
|
||||||
|
"owner": {
|
||||||
|
"name": "goldyard"
|
||||||
|
},
|
||||||
|
"description": "Totoro 归墟 Claude Code skills marketplace",
|
||||||
|
"metadata": {
|
||||||
|
"pluginRoot": "./plugins"
|
||||||
|
},
|
||||||
|
"plugins": [
|
||||||
|
{
|
||||||
|
"name": "hello-skill",
|
||||||
|
"source": "hello-skill",
|
||||||
|
"description": "示例技能插件,验证市场可安装"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user