From d7eaf4a9db12cc0b53c94160421c51d6e4742c69 Mon Sep 17 00:00:00 2001 From: CL Kao Date: Sat, 13 Jun 2026 12:37:59 -0700 Subject: [PATCH] docs: repoint manual marketplace-add to the canonical spacedock-dev/marketplace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit install.md's manual Skills-install block pointed at spacedock-dev/spacedock — the plugin repo carrying the transitional bridge manifest (#353), not the canonical standalone marketplace repo the v0.20.1 binary uses (internal/cli marketplaceSource). It resolves today only via the bridge; it would break when the bridge is retired post-cutover. Point it at spacedock-dev/marketplace now (the install id spacedock@spacedock is unchanged — both manifests use marketplace name 'spacedock'). Docs-only. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/site/get-started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/get-started/install.md b/docs/site/get-started/install.md index 9bee4ee8..b5d683a4 100644 --- a/docs/site/get-started/install.md +++ b/docs/site/get-started/install.md @@ -43,7 +43,7 @@ Replace `claude` with `codex` or `pi` for the respective coding agents. Spacedock installs the relevant skills on launch. To install them manually: ```bash -claude plugin marketplace add spacedock-dev/spacedock +claude plugin marketplace add spacedock-dev/marketplace claude plugin install spacedock@spacedock ```