Files
yixiong-claude-marketplace/.claude-plugin/marketplace.json
T
SkyJourneyandClaude Sonnet 4.6 1b3ae007ee chore: 初始化蚁熊内部 Claude Code Marketplace 骨架
包含 marketplace.json 目录文件和 example-skill 示例插件。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-01 08:13:10 +08:00

15 lines
304 B
JSON

{
"name": "yixiong-tools",
"owner": {
"name": "蚁熊团队"
},
"description": "蚁熊公司内部 Claude Code 技能市场",
"plugins": [
{
"name": "example-skill",
"source": "./plugins/example-skill",
"description": "示例插件,演示 Plugin 结构"
}
]
}