gstack-upgrade

Detect gstack install type and execute the appropriate upgrade workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack to the latest version can be error-prone due to differences between global, vendored, and local copies. This Skill automates detection, orchestrates the upgrade, and surfaces what's new so your environment stays current with minimal manual steps.

Core Features & Use Cases

  • Auto-detects install type (global, local, or vendored) and selects the correct upgrade path.
  • Executes the upgrade and displays a summary of what's new post-upgrade.
  • Syncs any local vendored copy after a upgrade to keep all deployments aligned.

Quick Start

Ask Claude to upgrade gstack to the latest version when you want to install a newer release.

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?

Upgrading gstack to the latest version is automated by detecting your installation type—global, vendored, or local—and executing the appropriate workflow to safely update your environment and report new changes.

How does gstack version management handle different installation types?

Gstack version management handles different installation types by auto-detecting global, local, and vendored copies, then selecting the correct upgrade path to prevent errors during the version update process.

Do I need Bash to perform a safe gstack upgrade?

Yes, you need Bash, along with Read, Write, and AskUserQuestion tools, to perform a safe gstack upgrade that orchestrates detection, updates files, and presents upgrade results.

Can I sync a local vendored gstack copy after an upgrade?

Yes, you can sync a local vendored gstack copy after an upgrade; the workflow automatically aligns your vendored deployments to keep all local versions current with the latest release.

Why does upgrading gstack manually cause errors?

Upgrading gstack manually causes errors because global, vendored, and local copies require different upgrade paths, and missing the correct workflow can misalign your environment or fail to update all deployments.