包含 marketplace.json 目录文件和 example-skill 示例插件。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"name": "yixiong-tools",
|
|
"owner": {
|
|
"name": "蚁熊团队"
|
|
},
|
|
"description": "蚁熊公司内部 Claude Code 技能市场",
|
|
"plugins": [
|
|
{
|
|
"name": "example-skill",
|
|
"source": "./plugins/example-skill",
|
|
"description": "示例插件,演示 Plugin 结构"
|
|
}
|
|
]
|
|
}
|