gstack-upgrade

Upgrade gstack to the latest version with install type detection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades gstack to the latest version automatically.

Core Features & Use Cases

  • Detects install type (global, vendored, local) and chooses the correct upgrade path.
  • Runs migrations and writes upgrade markers to enable state tracking.
  • Shows a What's New summary after upgrading and then resumes the original skill workflow.
  • Supports standalone and preamble usage with a robust upgrade workflow.

Quick Start

Run /gstack-upgrade to check for updates and upgrade to the latest version when available.

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 installed type, applies the latest updates, runs necessary migrations, and prints a What's New summary before resuming your workflow.

How does gstack handle version management for different install types?

Gstack version management detects whether your installation is global, vendored, or local, then chooses the correct upgrade path to ensure the update applies safely across your specific installation configuration.

What happens to my current workflow after a gstack upgrade?

After a gstack upgrade, your current workflow resumes automatically. The process pauses to run safety checks and print a What's New summary, then continues with your original skill invocation seamlessly.

Does gstack-upgrade work with vendored and local installs?

Yes, gstack-upgrade works with vendored and local installs. It explicitly detects global, vendored, and local installation types, applying the appropriate upgrade path and writing upgrade markers for state tracking.

Are there safety checks and migrations during a gstack version upgrade?

Yes, the gstack version upgrade includes optional auto-upgrade settings, runs required migrations, and performs safety checks. It also writes upgrade markers to enable accurate state tracking after the update.