From d239ade259d90d2cef87fd0c520801e6917293c0 Mon Sep 17 00:00:00 2001 From: Freeman Long <1+goldyard@noreply.localhost> Date: Fri, 10 Jul 2026 12:03:35 +0000 Subject: [PATCH] feat: add .claude-plugin/marketplace.json --- .claude-plugin/marketplace.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .claude-plugin/marketplace.json 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": "示例技能插件,验证市场可安装" + } + ] +}