gstack-upgrade

Upgrade gstack across install types and run available migrations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades gstack to the latest version across all install types and runs available migrations to keep your toolchain current and secure.

Core Features & Use Cases

  • Detects install type (global git, local git, or vendored) and upgrades the corresponding primary install.
  • Synchronizes any present vendored copies, and handles team-mode scenarios with proper messaging.
  • Executes all version migrations located under gstack-upgrade/migrations to keep state and data structures compatible.
  • Shows a concise "What's New" summary by comparing old and new versions and surfaces changes for quick review.

Quick Start

Run the upgrade command to check for updates and apply any available gstack-upgrade changes.

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, the tool automatically detects your install type—global git, local git, or vendored—and executes the corresponding upgrade steps to synchronize your primary install with the latest version.

How does gstack handle version migrations during an upgrade?

During a gstack upgrade, the tool automatically executes all available version migrations located under the migrations directory to keep your state and data structures compatible with the new version.

Can I see what changed after a gstack version upgrade?

Yes, after upgrading gstack, the tool compares your old and new versions to generate a concise "What's New" summary, surfacing the changelog for quick review.

Will upgrading gstack overwrite my local changes?

Before applying the upgrade, gstack verifies that no local changes will be lost, ensuring your local modifications are safely preserved during the version synchronization process.

Does gstack upgrade work for team-mode and vendored installations?

Yes, the gstack upgrade process handles team-mode scenarios with proper messaging and synchronizes any present vendored copies to ensure all installation instances are updated.