gstack-upgrade

Detect gstack install type and upgrade global, local, or vendored installations.

33|6|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/WillNigri/Agentic-Tool-Optimization --skill gstack-upgrade-willnigri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/WillNigri/Agentic-Tool-Optimization/tree/main/.claude/skills/gstack-upgrade
Command: npx skills add https://github.com/WillNigri/Agentic-Tool-Optimization --skill gstack-upgrade-willnigri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version and surface what's new. It automatically detects whether gstack is installed globally, locally, or vendored, then runs a safe upgrade flow and presents the changes.

Core Features & Use Cases

  • Automatic install-type detection (global, local Git, vendored) and corresponding upgrade path.
  • Show what's new after upgrade and optionally sync vendored copies.
  • Standalone usage via the /gstack-upgrade command for on-demand updates.

Quick Start

Run /gstack-upgrade to check for updates and 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 across different installation types?

To upgrade gstack, run the /gstack-upgrade command. It automatically detects whether your installation is global, local Git, or vendored, then executes the correct upgrade path and validates the result.

What is the safest way to update a vendored gstack installation?

Updating a vendored gstack installation safely is handled by the /gstack-upgrade command. It detects the vendored install type, executes the upgrade flow, and optionally syncs your vendored copies to the new version.

How does gstack version management handle global and local Git installations?

Gstack version management identifies your installation type and runs the corresponding upgrade flow. It tracks version changes globally or within local Git repositories, validates success, and surfaces what is new after completion.

Can I see what changed in gstack after running an upgrade?

Yes, you can see what changed in gstack after an upgrade. The command surfaces what is new once the installation finishes, validating success and presenting the version updates before completing the workflow.

Why does my gstack upgrade fail to apply changes to my local environment?

A gstack upgrade may fail if install-type detection encounters an unsupported environment. The command enforces error handling and clear user feedback during the workflow to safely validate success or explain the failure.