Garry Tan/gstack-upgrade — Agent Skills | officialskills.sh
Back to skills

gstack-upgrade

Upgrades gstack to the latest version.

Setup & Installation

npx skills add https://github.com/garrytan/gstack --skill gstack-upgrade
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/gstack/tree/main/gstack-upgrade
View on GitHub

What This Skill Does

Upgrades gstack to the latest version. Detects whether gstack is installed globally or vendored locally, runs the appropriate upgrade path, and displays a changelog summary of what changed between versions. Supports auto-upgrade mode and snooze options for update prompts.

It handles both git-based and vendored installs automatically, so you don't need to know how gstack was installed or manually track down the right directory to upgrade.

When to use it

  • Upgrading gstack after a new release without manually running git commands
  • Syncing a vendored local copy of gstack when the global install is already up to date
  • Configuring auto-upgrades so gstack updates silently on future skill invocations
  • Reviewing the changelog between your current version and the latest before deciding to upgrade
  • Recovering a local vendored copy when it falls behind the global install version