gstack-upgrade

Detect global or vendored gstack installs, upgrade, and display changelog.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/FxHollow/100000mrr-landing --skill gstack-upgrade-fxhollow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/FxHollow/100000mrr-landing/tree/main/.agents/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/FxHollow/100000mrr-landing --skill gstack-upgrade-fxhollow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrade gstack to the latest version across global and vendored installs with minimal manual effort. This Skill detects whether gstack is installed globally or vendored, performs the upgrade, and clearly presents what's new after the upgrade.

Core Features & Use Cases

  • Detects install type (global-vs-local or vendored) and upgrades accordingly.
  • Applies the upgrade and validates success, then shows a changelog of what's new.
  • Handles auto-upgrade settings and local vendored copy synchronization to keep all copies up to date.

Quick Start

Run /gstack-upgrade to upgrade gstack and view what's new.

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?

To upgrade gstack to the latest version, run the upgrade command which automatically detects your installation type, applies the update, and validates the setup. It handles both global and vendored installs to ensure your deployment is fully current.

What is the best way to keep a vendored gstack installation up to date?

The best way to keep a vendored gstack installation up to date is to use an upgrade tool that synchronizes local vendored copies with the primary installation. This ensures your version-controlled deployment matches the latest release without manual file copying.

Can I auto-upgrade gstack when configured in a DevOps pipeline?

Yes, you can auto-upgrade gstack within DevOps automation. The upgrade process supports auto-upgrading when configured, handling setup steps for git-based or vendored deployments seamlessly during your automated workflows.

How does gstack handle global vs local installation detection during an upgrade?

gstack installation detection works by validating your environment to identify whether it is running as a global or local vendored copy. It then applies the correct upgrade path for that specific setup and validates the installation success.

How do I view the changelog after updating gstack?

To view the changelog after updating gstack, simply run the upgrade process. Upon completion, it automatically displays a summary of what's new, providing a clear changelog of the changes applied to your installation.