·store-module-architecture
</>

store-module-architecture

tencentblueking/bk-ci

Store 研发商店模块架构指南,涵盖插件/模板/镜像管理、版本发布、审核流程、商店市场、扩展点机制。当用户开发研发商店功能、发布插件、管理模板或实现扩展点时使用。

21Installs·0Trend·@tencentblueking

Installation

$npx skills add https://github.com/tencentblueking/bk-ci --skill store-module-architecture

SKILL.md

模块定位: Store 是 BK-CI 的研发商店模块,负责管理流水线插件(Atom)、流水线模板(Template)、容器镜像(Image)等可复用组件的发布、审核、安装、统计等全生命周期管理。

| 插件(Atom) | ATOM | 流水线可执行插件 | TATOM | | 模板(Template) | TEMPLATE | 流水线模板 | TTEMPLATE | | 镜像(Image) | IMAGE | 容器构建镜像 | TIMAGE |

| ID | String | 插件版本 ID(UUID) | | ATOMCODE | String | 插件唯一标识(不变) | | NAME | String | 插件名称 | | VERSION | String | 版本号(如 1.0.0) | | ATOMSTATUS | Int | 插件状态 | | CLASSTYPE | String | 插件大类(marketBuild 等) | | JOBTYPE | String | 适用 Job 类型(AGENT/AGENTLESS) | | OS | String | 支持的操作系统 | | CLASSIFYID | String | 分类 ID | | LATESTFLAG | Boolean | 是否最新版本 |

Store 研发商店模块架构指南,涵盖插件/模板/镜像管理、版本发布、审核流程、商店市场、扩展点机制。当用户开发研发商店功能、发布插件、管理模板或实现扩展点时使用。 Source: tencentblueking/bk-ci.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tencentblueking/bk-ci --skill store-module-architecture
Category
</>Dev Tools
Verified
First Seen
2026-02-08
Updated
2026-02-18

Quick answers

What is store-module-architecture?

Store 研发商店模块架构指南,涵盖插件/模板/镜像管理、版本发布、审核流程、商店市场、扩展点机制。当用户开发研发商店功能、发布插件、管理模板或实现扩展点时使用。 Source: tencentblueking/bk-ci.

How do I install store-module-architecture?

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 store-module-architecture 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