The installer now sets Muster up across all your Agent Skills harnesses in one command.
What's new
install.sh clones Muster once to ~/.muster and symlinks the seven skills into every harness it detects:
- Claude Code (
~/.claude), Mistral / Vibe (~/.vibe), Codex (~/.codex), Gemini (~/.gemini), Cursor (~/.cursor).
Because they're symlinks to the one clone, git -C ~/.muster pull updates every harness at once.
curl -fsSL https://raw.githubusercontent.com/markstent/muster/main/install.sh | bash- Target specific harnesses:
bash install.sh claude vibe(creates the dir if needed). - Copy instead of symlink:
MUSTER_COPY=1 bash install.sh. - bash 3.2-compatible (macOS default).
README updated: Option B is now a one-command, all-harness install.