From 1b3ae007ee5c6c6f07819ac1ead2d42184e294d3 Mon Sep 17 00:00:00 2001 From: SkyJourney Date: Fri, 1 May 2026 08:13:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E8=9A=81?= =?UTF-8?q?=E7=86=8A=E5=86=85=E9=83=A8=20Claude=20Code=20Marketplace=20?= =?UTF-8?q?=E9=AA=A8=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 包含 marketplace.json 目录文件和 example-skill 示例插件。 Co-Authored-By: Claude Sonnet 4.6 --- .claude-plugin/marketplace.json | 14 ++++++++++++++ plugins/example-skill/.claude-plugin/plugin.json | 8 ++++++++ plugins/example-skill/skills/example/SKILL.md | 7 +++++++ 3 files changed, 29 insertions(+) create mode 100644 .claude-plugin/marketplace.json create mode 100644 plugins/example-skill/.claude-plugin/plugin.json create mode 100644 plugins/example-skill/skills/example/SKILL.md diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..29aacc2 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,14 @@ +{ + "name": "yixiong-tools", + "owner": { + "name": "蚁熊团队" + }, + "description": "蚁熊公司内部 Claude Code 技能市场", + "plugins": [ + { + "name": "example-skill", + "source": "./plugins/example-skill", + "description": "示例插件,演示 Plugin 结构" + } + ] +} diff --git a/plugins/example-skill/.claude-plugin/plugin.json b/plugins/example-skill/.claude-plugin/plugin.json new file mode 100644 index 0000000..70e9f06 --- /dev/null +++ b/plugins/example-skill/.claude-plugin/plugin.json @@ -0,0 +1,8 @@ +{ + "name": "example-skill", + "description": "示例插件", + "version": "1.0.0", + "author": { + "name": "蚁熊团队" + } +} diff --git a/plugins/example-skill/skills/example/SKILL.md b/plugins/example-skill/skills/example/SKILL.md new file mode 100644 index 0000000..905c972 --- /dev/null +++ b/plugins/example-skill/skills/example/SKILL.md @@ -0,0 +1,7 @@ +--- +description: 示例技能,用于验证 marketplace 安装流程是否正常 +--- + +这是一个示例技能。当你成功安装并调用它时,说明你的公司内部 marketplace 已经配置成功。 + +请回复:marketplace 安装验证通过!