A one-plugin Claude Code marketplace that bootstraps gstack, Garry Tan's Claude Code setup (70+ slash-command skills: CEO/eng/design review, QA, browser automation, ship/release, security audits).
gstack is not a Claude Code plugin. It is a skills bundle that installs to ~/.claude/skills/gstack through its own ./setup build script. Three reasons it cannot be loaded by /plugin install directly:
- Its skills live at the repo root (
review/,qa/,ship/, ...), not underskills/, which is the only place the plugin loader scans. - Every skill hardcodes
~/.claude/skills/gstack/bin/...paths that only exist after./setupruns. - Its
/browseand/qaengine is a compiled binary built by Bun during./setup. Plugin install runs no build step.
So pointing a marketplace's plugin source at garrytan/gstack would install nothing usable. This marketplace instead ships a single installer plugin: you add the marketplace, install the plugin, and run one skill that performs gstack's real upstream clone + setup. No fork, no vendored copy, always current.
- Settings -> Extensions (Plugins) -> Add marketplace, paste the full GitHub URL (Desktop requires the full address, not the
owner/reposhorthand):https://github.com/smk-labs/gstack-installer - Find gstack-installer in the marketplace list, click Install.
- In a chat, run
/gstack-installer:install-gstack(or just type "install gstack"). - Restart Claude Desktop so the gstack skills load.
/plugin marketplace add smk-labs/gstack-installer
/plugin install gstack-installer@gstack
/gstack-installer:install-gstackThen restart Claude Code.
/plugin marketplace add ~/gstack-installer
/plugin install gstack-installer@gstack- Checks prerequisites (
git,bun;nodeon Windows). - Clones gstack to
~/.claude/skills/gstackand runs./setup(compilesbrowse, registers all skills). Updates in place if already installed. - Asks before adding the recommended gstack section to CLAUDE.md.
- Asks before enabling team mode (auto-update for a shared repo, which commits the change).
- Verifies the build and tells you to restart.
It never edits CLAUDE.md or commits to your repo without explicit confirmation.
gstack is built by Garry Tan and licensed MIT. This installer is an independent wrapper, also MIT. All gstack functionality, updates, and support come from the upstream repo: https://github.com/garrytan/gstack