chore: 初始化蚁熊内部 Claude Code Marketplace 骨架

包含 marketplace.json 目录文件和 example-skill 示例插件。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
SkyJourney
2026-05-01 08:13:10 +08:00
co-authored by Claude Sonnet 4.6
commit 1b3ae007ee
3 changed files with 29 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "yixiong-tools",
"owner": {
"name": "蚁熊团队"
},
"description": "蚁熊公司内部 Claude Code 技能市场",
"plugins": [
{
"name": "example-skill",
"source": "./plugins/example-skill",
"description": "示例插件,演示 Plugin 结构"
}
]
}
@@ -0,0 +1,8 @@
{
"name": "example-skill",
"description": "示例插件",
"version": "1.0.0",
"author": {
"name": "蚁熊团队"
}
}
@@ -0,0 +1,7 @@
---
description: 示例技能,用于验证 marketplace 安装流程是否正常
---
这是一个示例技能。当你成功安装并调用它时,说明你的公司内部 marketplace 已经配置成功。
请回复:marketplace 安装验证通过!