store-module-architecture
Handles the lifecycle, distribution, and auditing of plugins and templates in the R&D Store.
Install
mkdir -p .claude/skills/store-module-architecture && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4625" && unzip -o skill.zip -d .claude/skills/store-module-architecture && rm skill.zipInstalls to .claude/skills/store-module-architecture
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
处理 BK-CI 研发商店中的插件、模板、镜像等组件发布、审核、安装、统计和扩展点机制时使用。当用户提到商店组件上架、插件发布、模板分发、安装升级或市场能力时优先使用。Key capabilities
- →Publish store plugins and templates
- →Manage component versioning and distribution
- →Audit component installation status
- →Handle store component lifecycle
- →Configure store extension points
How it works
The skill manages the lifecycle of store components including publishing, auditing, and installation tracking within the R&D Store.
Inputs & outputs
When to use store-module-architecture
- →Publish a new store plugin
- →Manage template distribution versions
- →Audit component installation status
About this skill
Store 模块架构
适用场景
- 发布或管理插件、模板、镜像等商店组件
- 处理审核、上架、下架、安装和升级
- 理解商店中的组件类型、状态流转和统计逻辑
- 处理商店扩展点、分类标签、成员和评论等能力
不适用场景
- 只是单个插件执行逻辑,不涉及商店生命周期
- 只是模板模块内部逻辑,不涉及商店分发
- 只是镜像运行或制品归档,不涉及商店管理
快速指导
- 先判断问题属于哪条主线:
- 商店基础与组件类型:看
reference/1-store-foundation.md - 发布、安装、审核与扩展:看
reference/2-release-install-extension.md
- 商店基础与组件类型:看
Store的重点不是组件“怎么执行”,而是组件“怎么进入市场、被审核、被安装和被统计”。- 插件、模板、镜像三类组件共享商店心智,但生命周期细节不同,不要强行一套处理。
- 如果问题已经落到模板实例或插件执行本身,接下来切到对应模块 skill。
高信号规则
Store负责组件生命周期与分发,不负责具体执行引擎- 组件状态流转通常比单次业务动作更关键
- 商店能力常常叠加分类、标签、成员、评论、统计和审核
- 安装和升级问题要同时看来源组件版本与目标项目落地状态
关键陷阱
- 把插件、模板、镜像完全当成同一种组件处理
- 只看发布流程,不看审核和下架回收链路
- 商店安装成功就默认目标项目已经完全可用
- 只排查组件元数据,不排查安装后的资源同步
延伸阅读
- 商店基础:
reference/1-store-foundation.md - 发布与安装:
reference/2-release-install-extension.md - 涉及模板分发时:再看
pipeline-template-module - 涉及插件执行时:再看
pipeline-plugin-development
When not to use it
- →Managing individual plugin execution logic
- →Handling internal template module logic
- →Managing image runtime or artifact archiving
Limitations
- →Does not manage specific component execution logic
- →Requires separate handling for template instances
How it compares
It focuses on the market distribution and lifecycle management rather than the internal execution engine of the components.
Compared to similar skills
store-module-architecture side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| store-module-architecture (this skill) | 1 | 3mo | No flags | Intermediate |
| backend-development-feature-development | 1 | 4mo | No flags | Advanced |
| gcp-cloud-run | 5 | 5mo | Review | Intermediate |
| flow-nexus-platform | 6 | 4mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by TencentBlueKing
View all by TencentBlueKing →You might also like
backend-development-feature-development
sickn33
Orchestrate end-to-end backend feature development from requirements to deployment. Use when coordinating multi-phase feature delivery across teams and services.
gcp-cloud-run
aj-geddes
Deploy containerized applications on Google Cloud Run with automatic scaling, traffic management, and service mesh integration. Use for container-based serverless computing.
flow-nexus-platform
ruvnet
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
nx-workspace-patterns
wshobson
Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands.
smithery-mcp-deployment
CaullenOmdahl
Best practices for creating, optimizing, and deploying MCP servers to Smithery. Use this skill when:(1) Creating new MCP servers for Smithery deployment(2) Optimizing quality scores (achieving 90/100)(3) Troubleshooting deployment issues (0/0 tools, missing annotations, low scores)(4) Migrating existing MCP servers to Smithery format(5) Understanding Smithery's schema format requirements(6) Adding workflow prompts, tool annotations, or documentation resources(7) Configuring smithery.yaml and package.json for deployment
deployment-pipeline-design
wshobson
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.