By ABCFed
Scaffolds, validates, and locally tests Claude Code plugins with a standardized directory structure, manifest files, and component generators, plus hooks for linting and type checking during development
Create a new sub-agent file with proper frontmatter and structure.
Create a new slash command file with proper frontmatter and structure.
Add or update hooks.json with a new hook configuration for automated behavior.
Create a new Skill folder with SKILL.md and supporting directories.
Scaffold a new Claude Code plugin with standard structure and starter files
Modifies files
Hook triggers on file write and edit operations
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
≥# 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
Assist with ABC development flow
npx claudepluginhub abcfed/claude-marketplace --plugin plugin-developmentAssist with ABC development flow
Ultimate plugin management toolkit with 4 auto-invoked Skills for creating, validating, auditing, and versioning plugins in the claude-code-plugins marketplace
[Internal] Hook スクリプトを claude-code-plugin リポジトリの正しい構造に配置・登録するための内部ユーティリティ
Development tools for Claude Code plugins - local testing without pushing
Git and PR workflows with code review, onboarding, and PR enhancement
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses