gstack-upgrade

Upgrade gstack across global and vendored installs and show what's new.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill gstack-upgrade-mmunro3318
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/mmunro3318/3d-render-pipeline/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/mmunro3318/3d-render-pipeline --skill gstack-upgrade-mmunro3318

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version across global and vendored installs, detect installed type, and surface what's new after upgrade.

Core Features & Use Cases

  • Detects install type (global, local, vendored) and upgrades accordingly
  • Syncs local vendored copies and updates remote if needed
  • Shows What's New by parsing CHANGELOG
  • Handles auto-upgrade preferences and error recovery

Quick Start

Run /gstack-upgrade to check for updates and perform an upgrade when available.

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 across different install types?

To upgrade gstack, the tool automatically detects whether your installation is global, local, or vendored, and applies the correct update mechanism for that specific setup.

Can I sync my local vendored gstack copies and update the remote during an upgrade?

Yes, when upgrading a vendored gstack install, the tool syncs your local copies and updates the remote repository if needed to ensure version consistency.

How does gstack show what's new after completing a version upgrade?

After upgrading gstack, the tool surfaces what's new by parsing the project's CHANGELOG, allowing you to immediately review recent changes and feature additions.

Does the gstack upgrade utility handle auto-upgrade preferences and error recovery?

Yes, the gstack upgrade process manages your auto-upgrade preferences and includes error recovery mechanisms to handle interruptions safely during the version update.

What is the best way to manage gstack version updates for a development environment?

The best way to manage gstack version updates is to run the upgrade command, which checks for the latest release and executes the appropriate installation-specific update workflow.

Why does my gstack version upgrade fail when switching between global and vendored installs?

A gstack upgrade may fail if the install type detection encounters an unexpected environment, but the built-in error recovery helps manage these conflicts and complete the process.