The Spacedock plugin marketplace: two marketplaces, one per channel, each serving
the spacedock plugin. The channel
lives in the marketplace name; the entry name stays spacedock on both
channels (it must equal the plugin's own plugin.json name).
spacedock(stable) — this branch's rootmarketplace.json. Itsspacedockentry tracks the product repo'sstablebranch (source.ref: stable), which the release workflow advances on every release, so the entry needs no repointing.spacedock-edge(edge) — a separate marketplace on this repo'sedgebranch. Its singlespacedockentry tracks the product repo'smainHEAD (source.ref: main).
The spacedock binary selects the channel by its devBranch stamp: a stable
binary installs spacedock@spacedock, an edge binary installs
spacedock@spacedock-edge. Install manually:
# Stable
claude plugin marketplace add spacedock-dev/marketplace
claude plugin install spacedock@spacedock
# Edge — the @edge ref is what registers the spacedock-edge marketplace
claude plugin marketplace add spacedock-dev/marketplace@edge
claude plugin install spacedock@spacedock-edge
Codex installs the same way with codex plugin marketplace add and
codex plugin add.
The plugin ships skills and hooks only — no binary. The spacedock CLI is a
separate install: brew tap spacedock-dev/homebrew-tap && brew install spacedock
on macOS, or the checksum-verified
install script
on macOS/Linux. See the
spacedock repo for details.
Also listed in the stable marketplace:
subspace— subspace, pinned to a release tag.cargento— cargento, an agent cartography dashboard. Tracks that repo'sstablebranch, which its release workflow advances on every release, so the listing does not need repointing per release. The plugin lives in acargento/subdirectory rather than at the repo root, so the entry uses agit-subdirsource with"path": "cargento".
claude plugin install cargento@spacedock