gstack-upgrade

Upgrade gstack across global, local, and vendored installations with migrations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across different installation types (global, local, vendored) can be error-prone and hard to track. This skill automates detection, upgrade, and shows what's changed.

Core Features & Use Cases

  • Detects install type (global/local/vendored) and preserves user changes.
  • Upgrades to the latest version and runs necessary migrations.
  • Presents a summary of what's new to help you review changes.

Quick Start

Upgrade gstack to the latest version.

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 safely?

To upgrade gstack safely, the skill detects your installation type, runs the upgrade workflow with backups, applies version migrations, and reports what's new for your review.

How does gstack migration work across different installation types?

gstack migration works by detecting global, local, or vendored installs, preserving user changes, running setup, and applying necessary version migrations during the upgrade.

Can I upgrade a vendored gstack installation without losing my changes?

Yes, upgrading a vendored gstack installation preserves user changes by detecting the install type, creating backups, and running migrations before reporting the new changes.

What is the best way to automate version management for gstack?

The best way to automate gstack version management is using an upgrade workflow that detects the install type, safely upgrades with backups, and applies migrations automatically.

Why does gstack upgrade fail to detect my install type?

gstack upgrade may fail to detect install type if the installation is non-standard, but the skill is designed to detect global, local, and vendored installs, including git-based setups.

Do I need to manually back up files before running a gstack upgrade?

No, you do not need to manually back up files before a gstack upgrade, because the safe upgrade workflow creates backups automatically before applying migrations.