用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/TencentBlueKing/bk-bcs --skill chat-x-contribute命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
文档园艺——持续维护 harness-engineering 产出的文档与项目实际状态的一致性。 支持 PR 轻量检查(代码变更后按需触发受影响维度)、全量深度扫描(十二维度完整检测) 和定向检测(targeted,指定单个组件/维度进行针对性巡检)。 完整扫描后:若存在 P1,向用户列出方案并请求确认,确认后与 P0 一并修复并提交;仅有 P0 时自动修复提交。 由 harness-engineering 按维护类触发词路由调用,不独立触发。
Harness 规范文档生成——harness-engineering 的子 skill,负责项目上下文感知、 信息收集、五大组件与技术规范文档的生成/修正、开发地图生成及总结报告。 由 harness-engineering 按生成类触发词路由调用,不独立触发。
Harness Engineering 编排器——为 AI Agent 构建运行环境规范。 通过触发词路由到两个子 skill:harness-generating(规范文档生成/修正) 和 harness-gardening(文档一致性巡检与修复)。 Use this skill whenever the user mentions Harness Engineering, AI Agent 运行环境, 驾驭工程, Agent 规范, 上下文工程, 架构约束, 熵管理, 工具能力, 执行与验证, 生成 Harness 文档, Agent 治理, AI 治理规范, 构建 Agent 环境, Agent harness, AGENTS.md, 词汇表, glossary, 文档园艺, 文档巡检, 检查文档一致性, 文档是否过时, harness gardening, 扫描文档, 园艺扫描, 开发地图, dev map, 生成开发地图, 更新开发地图, 项目地图, 代码索引, 源文件索引, 模块索引, 模块依赖, or any workflow involving Harness spec generation or document maintenance.
基于 SOC 职业分类
正在显示 SKILL.md
| name | chat-x-contribute |
| description | 帮助开发者上手 @blueking/chat-x 组件库开发。当用户需要了解 chat-x、开发新组件时使用。 |
@blueking/chat-x 是蓝鲸 AI Chat 组件库。
技术栈:Vue 3 + TypeScript + bkui-vue + Vite
核心特性:流式渲染、Markdown、代码高亮、LaTeX、Mermaid
pnpm install # 安装依赖
pnpm --filter @blueking/chat-x dev # 启动开发
pnpm --filter @blueking/chat-x build # 构建
packages/chat-x/src/
├── components/ # 组件
├── composables/ # 组合式函数
├── types/ # 类型定义
└── index.ts # 入口
src/components/new-component/src/components/index.tssrc/types/wikis/components/<script setup> 语法skill://chat-x-contribute/references/component-api.mdskill://chat-x-contribute/references/development-workflow.mdskill://chat-x-contribute/references/QA.mdskill://chat-x-contribute/references/style-guide.mdskill://chat-x-contribute/references/type-definitions.mdskill://chat-x-contribute/references/QA.mdskill://chat-x-contribute/references/component-api.mdskill://chat-x-contribute/references/development-workflow.mdskill://chat-x-contribute/references/style-guide.mdskill://chat-x-contribute/references/type-definitions.md根据 SKILL.md 中的 IF-THEN 规则判断是否需要加载