commit 1b3ae007ee5c6c6f07819ac1ead2d42184e294d3 Author: SkyJourney Date: Fri May 1 08:13:10 2026 +0800 chore: 初始化蚁熊内部 Claude Code Marketplace 骨架 包含 marketplace.json 目录文件和 example-skill 示例插件。 Co-Authored-By: Claude Sonnet 4.6 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 安装验证通过!