gstack-upgrade

Upgrade gstack installs and report version differences and What's New.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest release and surface the changes to the user.

Core Features & Use Cases

  • Detects install type (global, local, vendored) and selects the correct upgrade path.
  • Upgrades gstack, runs migrations, and shows a detailed What's New summary.
  • Handles local vendored copies and team-mode syncing.

Quick Start

Run /gstack-upgrade to upgrade gstack to the latest release and review 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?

The upgrade process detects your specific install type—whether global, local, or vendored—and executes the appropriate upgrade path. It runs necessary migrations, writes upgrade markers, and summarizes the What's New section for your environment.

What is the best way to handle a gstack version migration?

Handling a gstack version migration involves running the upgrade tool which automatically applies migrations during the update process. It detects your install type and executes the correct migration path while reporting version differences in real environments.

Does the gstack upgrade tool support local and vendored installs?

Yes, the upgrade process supports global, local, and vendored installs. It detects the specific installation type to select the correct upgrade path, successfully handling local vendored copies and team-mode syncing.

Can I see what changes are included in a gstack version upgrade?

Yes, after you upgrade gstack, the tool surfaces changes by summarizing the What's New section. It evaluates version differences in real environments to keep you informed of the latest updates.

Why does my gstack upgrade process need install detection?

Install detection is required to identify whether your setup is global, local, or vendored, ensuring the upgrade applies the correct path. This prevents conflicts by accurately targeting the environment before running migrations and writing upgrade markers.