Content Preview
--- name: gstack-upgrade description: | Upgrade gstack to the latest version. Detects global vs vendored install, runs the upgrade, and shows what's new. Use when asked to "upgrade gstack", "update gstack", or "get latest version". --- <!-- AUTO-GENERATED from SKILL.md.tmpl — do not edit directly --> <!-- Regenerate: bun run gen:skill-docs --> # /gstack-upgrade Upgrade gstack to the latest version and show what's new. ## Inline upgrade flow This section is referenced by all skill pream
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/gstack-upgrade.md \
https://raw.githubusercontent.com/garrytan/gstack/main/.agents/skills/gstack-upgrade/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/garrytan/gstackThen reference at .agents/skills/gstack-upgrade/SKILL.md