gstack-upgrade

Upgrade gstack to the latest version across global, local, vendored, and git installs.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/imonmi/INTER-EDU --skill gstack-upgrade-imonmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/imonmi/INTER-EDU/tree/main/gstack-main/gstack-main/gstack-upgrade
Command: npx skills add https://github.com/imonmi/INTER-EDU --skill gstack-upgrade-imonmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades gstack to the latest version, detects install type (global/local, vendored, or git), runs the upgrade, and shows what's new.

Core Features & Use Cases

  • Auto-upgrade when enabled, with a safe fallback to manual triggers if needed.
  • Detects install type and synchronizes local vendored copies to keep tools in sync.
  • Presents a concise 'What's New' summary to inform users about new capabilities.

Quick Start

Run /gstack-upgrade to upgrade gstack to the latest version and view what's new.

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 automatically?

To upgrade gstack automatically, run the /gstack-upgrade command. It detects your installation type, applies the upgrade to the latest version, and presents a summary of what is new.

How does automatic version management work for different gstack install types?

Automatic version management detects global, local, vendored, and git installs of gstack, then synchronizes and upgrades them across all detected installation types to keep tools consistent.

What is the best way to view what changed after a gstack deployment upgrade?

The best way to view changes is reading the VERSION and CHANGELOG.md files. The upgrade process parses these files to present a concise summary of new capabilities after deployment.

Do I need git to maintain and upgrade a vendored gstack installation?

Yes, you need a functioning git setup and access to the install directory. Git is required to synchronize local vendored copies and manage version upgrades during maintenance.

Can I manually trigger a gstack upgrade if automatic deployment maintenance fails?

Yes, you can manually trigger an upgrade. The system supports auto-upgrade when enabled, but provides a safe fallback to manual triggers to handle edge cases or failures.

Why does my local gstack version not match the global deployment after an upgrade?

Local and global versions mismatch when synchronization fails. The upgrade process detects multiple install types and synchronizes local vendored copies to ensure tools stay up-to-date and consistent.