gstack-upgrade

Upgrade gstack installs and display changelog of changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across diverse installations (global, local, or vendored) is error-prone and manual. This Skill automates the upgrade flow, detects install type, preserves user changes, and surfaces what's new after the upgrade.

Core Features & Use Cases

  • Detects install type (global vs vendored) and upgrades accordingly.
  • Preserves local changes and synchronizes local vendored copies when present.
  • Shows a changelog of what's new after upgrade for quick review.
  • Use Case: A developer upgrades gstack across multiple environments to stay in sync.

Quick Start

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

The upgrade process detects whether gstack is installed globally, locally, or vendored, applies the appropriate upgrade method, and preserves your local changes during the version update.

What is the best way to upgrade a vendored gstack installation?

Upgrading a vendored gstack installation is handled automatically by detecting the vendored setup, synchronizing your local copy with the latest version, and preserving any local modifications you have made.

Does the gstack upgrade process preserve local changes?

Yes, the gstack upgrade process preserves local changes by detecting your installation type and carefully applying the version update without overwriting your custom modifications across global or vendored environments.

Can I see what changed after upgrading gstack?

Yes, after upgrading gstack you can see what changed because the upgrade flow surfaces a changelog of what's new, allowing you to quickly review the updates applied to your installation.

What happens when upgrading gstack across multiple environments?

Upgrading gstack across multiple environments is streamlined by the automated flow detecting each install type, preserving local changes, and reporting the upgrade outcomes to keep all your environments in sync.