diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..a773f9d --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -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": "示例技能插件,验证市场可安装" + } + ] +}