File tree Expand file tree Collapse file tree 1 file changed +15
-7
lines changed
Expand file tree Collapse file tree 1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,31 @@ Harness Engineering Plugin 将这套方法论落地为可直接使用的 Skills
1717
1818** 方式 A — Marketplace 订阅(推荐,自动更新)**
1919
20+ 在 Claude Code 对话中运行:
21+
2022```
2123/plugin marketplace add https://raw.githubusercontent.com/huangbaixun/harness-engineering/main/.claude-plugin/marketplace.json
2224```
2325
24- 订阅后 ,新版本发布时 Claude Code 自动提示更新,无需手动操作 。
26+ 订阅后从列表中选择安装 ,新版本发布时 Claude Code 自动提示更新。
2527
26- ** 方式 B — 直接安装 **
28+ ** 方式 B — 从 GitHub 克隆本地加载 **
2729
2830``` bash
29- # Claude Code
30- claude plugins add harness-engineering
31+ git clone https://github.com/huangbaixun/harness-engineering.git
32+ claude --plugin-dir ./harness-engineering
33+ ```
34+
35+ 适合想先本地验证再决定是否长期使用的场景。
3136
32- # CodeBuddy
33- codebuddy plugins add harness-engineering
37+ ** 方式 C — 官方 Marketplace(即将上线)**
38+
39+ ``` bash
40+ # 待 Anthropic 审核通过后可用
41+ claude plugins add harness-engineering
3442```
3543
36- 或在 Cowork 中点击「安装 Plugin」 。
44+ 或在 Cowork 中搜索「Harness Engineering」点击安装 。
3745
3846** 第二步:初始化新项目**
3947
You can’t perform that action at this time.
0 commit comments