chore: 初始化蚁熊内部 Claude Code Marketplace 骨架
包含 marketplace.json 目录文件和 example-skill 示例插件。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "yixiong-tools",
|
||||
"owner": {
|
||||
"name": "蚁熊团队"
|
||||
},
|
||||
"description": "蚁熊公司内部 Claude Code 技能市场",
|
||||
"plugins": [
|
||||
{
|
||||
"name": "example-skill",
|
||||
"source": "./plugins/example-skill",
|
||||
"description": "示例插件,演示 Plugin 结构"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user