gstack-upgrade

Upgrade gstack by detecting global or vendored installs and applying backups.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill gstack-upgrade-analog-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/Analog-Labs/pixelport-launchpad/tree/main/.agents/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/Analog-Labs/pixelport-launchpad --skill gstack-upgrade-analog-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version by detecting whether gstack is installed globally or vendored, then performing the upgrade and surfacing what's new.

Core Features & Use Cases

  • Detects install type (global vs local/git, vendored) and chooses the appropriate upgrade path.
  • Upgrades safely with backups and optional auto-upgrade, including post-upgrade synchronization of vendored copies.
  • Presents a changelog summary of what's new after the upgrade to keep you informed.

Quick Start

Run /gstack-upgrade to 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, run an automated upgrade process that detects your install type, creates backups, performs the version update, and provides rollback options if needed.

What is the difference between upgrading a global versus vendored gstack install?

Upgrading a global gstack install updates the central version, while a vendored upgrade requires post-upgrade synchronization to update local copies within your project repositories.

How does version management handle vendored copies after an upgrade?

Version management handles vendored copies by automatically synchronizing them after the main upgrade completes, ensuring your local git or vendored gstack instances match the latest version.

Can I automate gstack updates without manual prompts?

Yes, you can automate gstack updates using the auto-upgrade path, which bypasses manual prompts and directly applies the latest version while still maintaining backup and rollback safety nets.

How do I see what changed after a gstack version upgrade?

After a gstack version upgrade completes, the process automatically surfaces a changelog summary detailing what is new, keeping you informed of recent changes and improvements.

What happens if a gstack upgrade fails or breaks my environment?

If a gstack upgrade fails, the automated process includes built-in backup and rollback mechanisms, allowing you to safely revert to the previous version state and restore your environment.