gstack-upgrade

Detect gstack install type and upgrade global or vendored copies.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jeisenback/original-curse-killer --skill gstack-upgrade-jeisenback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/jeisenback/original-curse-killer/tree/main/.claude/skills/gstack-upgrade
Command: npx skills add https://github.com/jeisenback/original-curse-killer --skill gstack-upgrade-jeisenback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across different installation types can be error-prone and manual; this skill automates the detection of global vs vendored installs, runs the upgrade, and surfaces what's new.

Core Features & Use Cases

  • Detects install type (global vs local/vendored) and preserves user changes when upgrading.
  • Upgrades to the latest version and reports new features and fixes.
  • Use case: when you need to ensure all local dev environments run the latest gstack without manual steps.

Quick Start

Run the /gstack-upgrade command to upgrade gstack to the latest version and view the changelog.

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 multiple installs?

To upgrade gstack, run the /gstack-upgrade command, which automatically detects global and vendored installations, performs the version upgrade, and displays the new changelog features.

How does gstack-upgrade handle local vendored copies during an upgrade?

Handling vendored copies involves detecting the local install type, preserving user modifications, saving the previous version, refreshing the vendored gstack files, and reporting what is new.

Can I check for gstack updates without manually modifying my shell scripts?

Yes, you can check for updates by running the gstack-upgrade command, which automates version detection across shell script environments and surfaces available new features and fixes.

What is the best way to automate versioning updates for a global gstack installation?

The best way to automate versioning for a global gstack installation is using the gstack-upgrade command, which detects the install type, saves the previous version, and executes the upgrade automatically.

Why does upgrading gstack manually cause errors with vendored installs?

Upgrading gstack manually causes errors because global and vendored installs require different steps; this automation detects the install type and preserves user changes to prevent manual upgrade errors.

Do I need to specify my install type to upgrade gstack successfully?

No, you do not need to specify the install type, because the gstack-upgrade automation detects whether your installation is global or vendored and applies the correct upgrade process accordingly.