pipeline-plugin-development
✓流水线插件开发完整指南,涵盖插件创建、task.json 配置规范、多语言开发示例(Python/Java/NodeJS/Golang)、输入输出规范、错误码规范、发布流程、调试方法。当用户需要开发蓝盾流水线插件、配置 task.json、处理插件输入输出或排查插件错误时使用。
Installation
SKILL.md
模块定位: 本指南详细介绍蓝盾(BK-CI)流水线插件的开发规范、配置方法、多语言实现示例、发布流程和调试技巧,帮助开发者快速上手插件开发。
| Java | ⭐⭐⭐⭐⭐ | java-atom-sdk | | Python | ⭐⭐⭐⭐ | python-atom-sdk | | NodeJS | ⭐⭐⭐ | @tencent/nodejsatomsdk | | Golang | ⭐⭐⭐ | golang-atom-sdk |
| language | 开发语言 | 字符串 | 是 | | target | 执行入口命令 | 字符串 | 是 | | demands | 执行前置依赖命令 | 数组 | 否 | | runtimeVersion | 运行时版本 | 字符串 | 否 | | finishKillFlag | 执行完成后是否杀进程 | 布尔 | 否 | | os | 操作系统相关配置 | 数组 | 否 |
流水线插件开发完整指南,涵盖插件创建、task.json 配置规范、多语言开发示例(Python/Java/NodeJS/Golang)、输入输出规范、错误码规范、发布流程、调试方法。当用户需要开发蓝盾流水线插件、配置 task.json、处理插件输入输出或排查插件错误时使用。 Source: tencentblueking/bk-ci.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/tencentblueking/bk-ci --skill pipeline-plugin-development- Source
- tencentblueking/bk-ci
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-08
- Updated
- 2026-02-18
Quick answers
What is pipeline-plugin-development?
流水线插件开发完整指南,涵盖插件创建、task.json 配置规范、多语言开发示例(Python/Java/NodeJS/Golang)、输入输出规范、错误码规范、发布流程、调试方法。当用户需要开发蓝盾流水线插件、配置 task.json、处理插件输入输出或排查插件错误时使用。 Source: tencentblueking/bk-ci.
How do I install pipeline-plugin-development?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tencentblueking/bk-ci --skill pipeline-plugin-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/tencentblueking/bk-ci
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-08