Commit Graph

6 Commits

Author SHA1 Message Date
Hunter Wittenborn 2b7f4d7fe3 docs: update BROWSER.md paths for skills/ directory structure
All browse/ references updated to skills/browse/ to match the new
plugin layout. Remove old "deploying to active skill" section that
referenced the manual install flow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:33:03 -05:00
Hunter Wittenborn ee6138040b docs: update README for marketplace install
Replace git clone + setup instructions with /plugin marketplace commands.
Update troubleshooting, upgrading, and uninstalling sections to use the
plugin system. Note that auto-update is off by default for third-party
marketplaces and how to enable it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:25:49 -05:00
Hunter Wittenborn 1adf401ead feat: install gstack from Claude Code marketplace
This allows users to install and update gstack through the native Claude Code plugin system:

```
/plugin marketplace add garrytan/gstack
/plugin install gstack@gstack-marketplace
```

- Add `.claude-plugin/` marketplace and plugin manifests
- Move skills into `skills/` directory for plugin auto-discovery
- Use `${CLAUDE_SKILL_DIR}` for portable paths
- Removes (now unneeded) setup script

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:16:46 -05:00
Garry Tan 044c6d568e
v0.0.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 07:37:08 -07:00
morluto a29743b056
fix: harden browse install and lifecycle checks (#4)
Thanks @morluto
2026-03-12 07:35:20 -07:00
Garry Tan 3d901066cd
Initial release — gstack v0.0.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 01:32:16 -07:00