gstack-upgrade

Upgrades gstack to the latest version and reports new features.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/rahmanayon/beehive --skill gstack-upgrade-rahmanayon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/rahmanayon/beehive/tree/main/.claude/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/rahmanayon/beehive --skill gstack-upgrade-rahmanayon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates updating gstack to the latest version, handling install-type detection and surfacing new features.

Core Features & Use Cases

  • Detects whether gstack is installed globally, locally, or vendored, and upgrades accordingly.
  • Applies updates, runs necessary setup, and executes migrations to align with the new version.
  • Synchronizes any local vendored copies to the upgraded primary installation.

Quick Start

Run the /gstack-upgrade command to check for updates and upgrade if 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?

Upgrading gstack to the latest version involves running the /gstack-upgrade command, which detects your installation type, applies the update, runs necessary setup, and executes required migrations to align with the new version.

Does gstack upgrade support both global and vendored installations?

Yes, the gstack upgrade supports both global and vendored installations by detecting the install type, running the upgrade accordingly, and synchronizing any local vendored copies to the upgraded primary installation.

What happens to my local vendored copies when I upgrade gstack?

When upgrading gstack, the process automatically synchronizes your local vendored copies to the upgraded primary installation, ensuring your vendored deployments remain in sync with the latest version.

Does upgrading gstack run necessary migrations automatically?

Yes, upgrading gstack runs necessary migrations automatically by applying updates, running setup, and executing required migrations to ensure your environment fully aligns with the new version.

Can I see what new features are available after upgrading gstack?

Yes, you can see what new features are available after upgrading gstack because the upgrade command reports new features automatically once the update and migration process is complete.

Why does my gstack upgrade process detect the installation type first?

The gstack upgrade detects the installation type first to determine whether your setup is global, local, or vendored, ensuring the correct upgrade method is applied and local vendored copies are synchronized properly.