Help us improve
Share bugs, ideas, or general feedback.
ABC 团队的 Claude Code 插件市场
npx claudepluginhub abcfed/claude-marketplaceAssist with ABC development flow
A comprehensive toolkit for creating, validating, and distributing Claude Code plugins
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
≥# ABC Claude Code Plugin Marketplace
中文 | English
本仓库托管了 ABC 团队的 Claude Code 插件市场。

# 安装单个 skill
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/tapd
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/abc-apifox
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/codeup
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/jenkins-deploy
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/git-flow
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/modao-capture
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/sls-trace-analyzer
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/tapd-bug-analyzer
常用选项:
| 选项 | 说明 |
|---|---|
-g, --global | 安装到用户目录而非项目目录 |
-a, --agent <agents...> | 指定目标 agent(如 claude-code, codex) |
-s, --skill <skills...> | 按名称安装指定 skills(多选用空格分隔) |
-l, --list | 列出可用 skills但不安装 |
-y, --yes | 跳过所有确认提示 |
示例:
# 安装到用户目录
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/tapd --global
# 指定 agent 安装
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/tapd --agent codex
# 跳过确认提示
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/tapd --yes
# 列出仓库中所有可用 skills
npx skills add ABCFed/claude-marketplace --list
# 启动 Claude Code
claude
# 添加本地插件市场
/plugin marketplace add https://github.com/ABCFed/claude-marketplace
# 安装 abc-development-plugin
/plugin install abc-development-plugin@abc-claude-plugin-marketplace
TAPD 敏捷研发管理平台集成,通过 TAPD API 实现研发全流程管理。
安装:
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/tapd
准备:
# 编辑 ~/.zshrc 或 ~/.bashrc
export TAPD_ACCESS_TOKEN="your_token_here"
source ~/.zshrc
触发关键词:TAPD、需求、缺陷、任务、迭代、测试用例、Wiki、工时
功能特性:
ABC 医疗云 API 文档查询工具 V2,读取和查询 ABC API 的 OpenAPI 规范文档(5000+ 接口)。采用按模块拆分的缓存结构,搜索性能提升 100+ 倍。
安装:
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/abc-apifox
准备:
# 编辑 ~/.zshrc 或 ~/.bashrc
export APIFOX_ACCESS_TOKEN="your_apifox_token_here"
export APIFOX_PROJECT_ID="4105462" # 可选,默认为 4105462
source ~/.zshrc
# 安装依赖
pip3 install requests
触发关键词:API、接口、Apifox、OpenAPI、接口文档、ABC API
功能特性:
init 命令自动安装依赖、检查配置、下载缓存)使用方式:
| 场景 | 使用方式 |
|---|---|
| 首次初始化 | /abc-apifox → 说"初始化" |
| 刷新缓存 | /abc-apifox → 说"刷新缓存" |
| 查询接口 | /abc-apifox → 说"查询xxx接口" |
阿里云云效 Codeup 代码仓库管理工具集,通过 Codeup API 管理代码仓库、分支、文件和合并请求。
安装:
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/codeup
准备:
# 编辑 ~/.zshrc 或 ~/.bashrc
export YUNXIAO_ACCESS_TOKEN="your_codeup_token_here"
source ~/.zshrc
触发关键词:Codeup、代码仓库、分支、MR、合并请求、阿里云、云效
功能特性:
ABC Jenkins 项目发布技能,支持智能参数推断和交互式触发 Jenkins 构建。
安装:
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/jenkins-deploy
准备:
# 编辑 ~/.zshrc 或 ~/.bashrc
export JENKINS_USER="your_jenkins_username"
export JENKINS_TOKEN="your_jenkins_api_token"
source ~/.zshrc
触发关键词:Jenkins、发布、部署、构建、Deploy、Build、CI/CD
功能特性:
ABC Git Flow 工作流助手,帮助使用 abc-git-flow 工具管理 git 分支。
安装:
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/git-flow
准备:
# 安装 abc-git-flow
sudo curl https://cis-static-common.oss-cn-shanghai.aliyuncs.com/assets/abc-git-flow/git-abc-flow-install.sh
# 安装 Python 依赖
pip install requests
触发关键词:拉分支、创建分支、git flow、分支管理、feature、hotfix、tag
功能特性:
墨刀原型稿抓取工具。自动从墨刀原型稿链接抓取所有页面、截图和批注,生成 Markdown 文档。
安装:
npx skills add https://github.com/ABCFed/claude-marketplace/tree/main/skills/modao-capture