Add .claude-plugin/ directory with marketplace.json and plugin.json
so gstack can be installed via the Claude Code plugin system:
/plugin marketplace add garrytan/gstack
/plugin install gstack@garrytan-gstack
Skills are discovered from a new skills/ directory that contains
symlinks to the existing root-level skill directories. This preserves
the current repo structure — no existing files are moved or renamed.
Symlinks are followed during plugin installation, so the actual skill
content is copied to the plugin cache.
All 28 skills are included. The README documents the marketplace
install as an alternative to the git clone install, noting that
browser-based skills and hook-based safety skills work best with
the full git clone + setup install.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>