Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Phase 6: 検証とテスト

#### プラグインのインストール
```shell
/plugin install harness-marketplace
/plugin install harness@harness-marketplace
```

### グローバルスキルとして直接インストール
Expand Down
2 changes: 1 addition & 1 deletion README_KO.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Phase 6: 검증 및 테스트

#### 플러그인 설치
```shell
/plugin install harness-marketplace
/plugin install harness@harness-marketplace
```

### 글로벌 스킬로 직접 설치
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ claude plugin marketplace add revfactory/harness
## Step 2 — Install the plugin and enable the Experimental flag (40 seconds)

```bash
claude plugin install harness@harness
claude plugin install harness@harness-marketplace
export CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
```

Expand Down Expand Up @@ -76,7 +76,7 @@ ls -la .claude/skills/

**Failure FAQ #3 — "Nothing was generated" / directories are empty**
**Cause:** The plugin is not actually installed or is not active in the current project.
**Fix:** Run `claude plugin list`. If `harness@harness` is absent, repeat Step 2. If present but inactive, run `claude plugin enable harness@harness`, then repeat Step 3.
**Fix:** Run `claude plugin list`. If `harness@harness-marketplace` is absent, repeat Step 2. If present but inactive, run `claude plugin enable harness@harness-marketplace`, then repeat Step 3.

---

Expand Down