Agent skill
chat-x-contribute
帮助开发者上手 @blueking/chat-x 组件库开发。当用户需要了解 chat-x、开发新组件时使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/chat-x-contribute
SKILL.md
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.ts - 添加类型:
src/types/ - 编写文档:
wikis/components/
最佳实践
- 使用
<script setup>语法 - Props 使用 TypeScript 接口
- 文件名使用 kebab-case
- HTML 内容使用 DOMPurify 过滤
📦 可用资源
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.md
📦 可用资源
skill://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 规则判断是否需要加载
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?