gstack-upgrade

Upgrade gstack across global and vendored installs with changelog summaries.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/steffenpharai/StartupFramework --skill gstack-upgrade-steffenpharai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/steffenpharai/StartupFramework/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/steffenpharai/StartupFramework --skill gstack-upgrade-steffenpharai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack to the latest version across global and vendored installs, ensuring you always run the newest features and fixes.

Core Features & Use Cases

  • Detects whether gstack is installed globally, locally, or vendored and performs a safe upgrade.
  • Applies upgrades, preserves user changes when possible, and surfaces what's new with a changelog summary.
  • Standalone usage for manual upgrades and syncing vendored copies across environments.

Quick Start

Run the /gstack-upgrade command to check for upgrades and apply them.

Frequently Asked Questions about gstack-upgrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade gstack to the latest version across different install types?

To upgrade gstack, run the /gstack-upgrade command to automatically detect whether your installation is global, local, or vendored, and safely apply the necessary upgrades across all detected environments.

What is the process for syncing local vendored copies of gstack during an upgrade?

Syncing local vendored copies during a gstack upgrade involves detecting the install type, stashing local changes, fetching and resetting updates, running setup, and then syncing the vendored copies across your environments.

Does the gstack upgrade workflow preserve my local changes?

Yes, the gstack upgrade workflow preserves your local changes by stashing them before fetching and resetting the repository, ensuring your custom modifications are not lost during the automated upgrade process.

Can I automate gstack updates or snooze them for later?

Yes, the gstack upgrade workflow includes options for auto-upgrade to run automatically and a snooze feature to delay updates, allowing you to control when the latest version is fetched and applied.

How does the gstack upgrade workflow show what new features are available?

The gstack upgrade workflow surfaces what's new by presenting a changelog delta after completing the setup and sync steps, summarizing the latest features and fixes applied during the version upgrade.

What shell and environment setup do I need to run a gstack version upgrade?

You need a shell environment with gstack installed globally, locally, or as a vendored copy, requiring no additional dependencies to execute the multi-step upgrade, stash, fetch, and setup workflow.