gstack-upgrade

Upgrade gstack installations and summarize changelog changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrades gstack to the latest version by detecting installed variants, performing upgrades, and surfacing new changes so operators stay current.

Core Features & Use Cases

  • Detects install type (global, local, vendored) and chooses the appropriate upgrade path.
  • Applies upgrades, preserves local changes when possible, and can sync local vendored copies.
  • Shows what's new after an upgrade to help teams review changes before adoption.

Quick Start

Run the /gstack-upgrade command to check for available upgrades and apply them.

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?

To upgrade gstack, run the /gstack-upgrade command to check for available updates and apply them. The tool detects your specific installation variant and executes the appropriate upgrade path automatically.

What is the best way to automate gstack versioning and upgrades?

Automating gstack upgrades is supported through automatic upgrade configurations. The skill manages version tracking and post-upgrade cleanup to ensure your tooling stays current without manual intervention.

Does the gstack upgrade work with local vendored installs?

Yes, the gstack upgrade supports local vendored installs by syncing local copies when present. It detects whether your installation is global, local, or vendored and chooses the appropriate upgrade path.

Can I see what changes are new after upgrading gstack?

Yes, you can see what is new after upgrading gstack because the workflow includes changelog summarization. This surfaces recent changes to help your team review updates before adoption.

Why does my gstack upgrade workflow include post-upgrade cleanup?

The gstack upgrade workflow includes post-upgrade cleanup to remove obsolete files and preserve local changes when possible. This multi-step process ensures version tracking and upgrade execution do not leave residual artifacts.