Files
superpowers-zh/docs/README.codearts.md
AI不止语 01319b5b02 feat: 新增华为云码道 CodeArts 支持(skills-only,关 #20) (#99)
华为云 CodeArts Doer 的 skills 目录为 .codeartsdoer/skills/(用户在 #20 确认)。
本次做 skills-only 适配:检测 .codeartsdoer/ 或 --tool codearts 安装,
靠 CodeArts 自身 skill 发现加载。其 bootstrap/指令文件约定未证实,
故不生成 bootstrap(docs 已说明,若不自动触发可手动点名 skill)。

- bin: TARGET(.codeartsdoer/skills,检测 .codeartsdoer)+ 别名
  (codearts/codeartsdoer/huawei)
- 工具数 19 → 20:README/站点/package/FAQ/stats 同步
- docs/README.codearts.md(含自动触发的诚实说明 + 求证请求)
- audit TOOLS 加 codearts

测试:audit 124 PASS/0 FAIL(含 codearts 装/幂等/卸载)、全局套件 50/50
回归、站点重建工具数 20。
2026-07-13 21:56:11 +08:00

50 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 华为云码道 CodeArts 使用指南
[华为云码道 CodeArtsCodeArts Doer / Snap](https://www.huaweicloud.com/product/codeartsdoer.html)是华为云出品的 AI 编程助手,支持 CLI、客户端以及 IntelliJ IDEA / VS Code 插件形态。skills 存放在项目的 `.codeartsdoer/skills/` 目录下。
## 一键安装(推荐)
在你的项目根目录运行:
```bash
npx superpowers-zh
```
自动检测到 `.codeartsdoer/` 时会安装到 CodeArts。检测不到时显式指定
```bash
npx superpowers-zh --tool codearts
```
安装内容:
- `.codeartsdoer/skills/` — 20 个 skill每个含 `SKILL.md` 及其 `scripts/` 等附属文件)
## Skill 加载优先级
| 位置 | 说明 |
|------|------|
| `.codeartsdoer/skills/` | 项目级,仅当前项目 |
## ⚠️ 关于自动触发
本适配为 **skills-only**:把 skills 放到 `.codeartsdoer/skills/`,依赖 CodeArts 自身的 skill 发现机制加载。
- 如果 CodeArts 会自动扫描并按需触发 `.codeartsdoer/skills/` 下的 skill则装完重启即可生效。
- 如果发现**不会自动触发**,可以在对话里**手动点名** skill例如「用 brainstorming skill 做需求分析」skill 内容依然可用。
> CodeArts 的 bootstrap / 指令文件约定(类似 `CLAUDE.md` 的自动引导文件)我们尚未验证。如果你是 CodeArts 用户、了解它读取哪个指令文件来自动加载规则,欢迎在 [issue #20](https://github.com/jnMetaCode/superpowers-zh/issues/20) 反馈,我们会补上自动触发的 bootstrap 生成。
## 卸载
```bash
npx superpowers-zh --uninstall
```
移除 `.codeartsdoer/skills/` 下由 superpowers-zh 安装的 skill 目录。
## 反馈
- 提交 Issuehttps://github.com/jnMetaCode/superpowers-zh/issues
- 项目主页https://github.com/jnMetaCode/superpowers-zh