diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index c0a904c..ef66f4e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,23 +1,22 @@ { - "name": "chinaweal-claude-code", - "version": "1.0.0", - "description": "众望通企业内部 Claude Code Skills 集合,包含 PMS 开发、Gitea API 等企业业务集成技能", - "author": { - "name": "lirh", + "name": "chinaweal-plugins", + "owner": { + "name": "ChinaWeal", "email": "lirh@chinaweal.com" }, - "homepage": "http://47.107.61.133:3000/chinaweal/chinaweal-claude-code", - "repository": "http://47.107.61.133:3000/chinaweal/chinaweal-claude-code", - "license": "Apache-2.0", - "keywords": [ - "pms", - "gitea", - "enterprise", - "chinaweal", - "development" - ], - "categories": [ - "development", - "enterprise" + "description": "众望通企业 Claude Code Skills 插件", + "plugins": [ + { + "name": "chinaweal-pms", + "source": "./skills/chinaweal-pms" + }, + { + "name": "gitea-api", + "source": "./skills/gitea-api" + }, + { + "name": "pms-development", + "source": "./skills/pms-development" + } ] }