gstack-upgrade

Detect gstack install type and apply version migrations during upgrades.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version across global or vendored installations, detecting install type, performing the upgrade, and surfacing what's new to keep teams up-to-date with minimal manual effort.

Core Features & Use Cases

  • Automatically detect install type (global vs vendored) and locate the correct upgrade path.
  • Upgrade via git-based or vendored installation flows, including post-upgrade migrations and changelog display.
  • Sync local vendored copies when a team-wide workflow uses a shared prefix, while handling error cases and rollback notes.

Quick Start

Upgrade gstack to the latest version using the built-in upgrade command and prompts when necessary.

Frequently Asked Questions about gstack-upgrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade my gstack installation safely to the latest version?

The upgrade process detects whether gstack is installed globally or as a vendored copy, then applies the correct migration flow to ensure a safe version update.

Can I sync local vendored copies during a gstack version migration?

Yes, you can sync local vendored copies when a team-wide workflow uses a shared prefix, allowing the version migration to preserve local edits while updating the core installation.

Does the gstack upgrade process work with both git-based and vendored installations?

Yes, the gstack upgrade supports both git-based and vendored installation flows, automatically locating the correct upgrade path based on your detected install type.

What happens after a gstack upgrade is completed?

After upgrading gstack, the tool applies post-upgrade migrations, updates markers, and displays the changelog to surface what is new across your multiple environments.

Will upgrading gstack via automation overwrite my local edits?

Upgrading gstack via automatic workflows preserves local edits while applying version-aware migrations, ensuring your customizations remain intact during the version update.