gstack-upgrade

Automate gstack upgrades across global and vendored installations with migrations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across global and vendored installations can be error-prone and manual; this skill automates detection, upgrades, and changelog reporting to ensure consistency and reliability.

Core Features & Use Cases

  • Detects install type (global-git, local-git, vendored, vendored-global) and upgrades accordingly.
  • Runs migrations and syncs local vendored copies to ensure consistency across environments.
  • Displays a clear "what's new" changelog after upgrade and handy post-upgrade guidance.

Quick Start

Run the /gstack-upgrade command to check for updates and apply the latest gstack.

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 automatically?

To upgrade gstack automatically, run the /gstack-upgrade command to detect your installation type and apply the latest version safely. It handles both git-based and vendored deployments, running necessary migrations and syncing local copies before displaying a post-upgrade changelog.

How does gstack upgrade handle different installation types like vendored or global git?

gstack upgrade detects whether your deployment is global-git, local-git, vendored, or vendored-global. It then applies the correct upgrade mechanism, using git pulls or fresh cloning, and syncs vendored copies to ensure version consistency across all your environments.

Can I use automated gstack migration for local vendored copies?

Yes, the gstack upgrade process includes automated version migrations and vendored sync capabilities. After upgrading the core tool, it automatically applies required migrations and synchronizes your local vendored copies to maintain consistency across your infrastructure.

What is the best way to update gstack across multiple environments?

The best way to update gstack across environments is using an automated upgrade command that detects global and local installations. It safely upgrades via git or cloning, runs version migrations, syncs vendored copies, and provides a clear changelog for post-upgrade guidance.

What happens after a gstack version upgrade is completed?

After a gstack version upgrade is completed, the tool displays a clear "what's new" changelog detailing the updates. It also provides handy post-upgrade guidance to help you understand the applied migrations and any new features or breaking changes.