gemstack-upgrade

Automate gemstack upgrades across global, local, and vendored deployments.

1|3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/ekrishgupta/gemstack --skill gemstack-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemstack-upgrade
Source: https://github.com/ekrishgupta/gemstack/tree/main/gemstack-upgrade
Command: npx skills add https://github.com/ekrishgupta/gemstack --skill gemstack-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the complex process of upgrading gemstack installations across global, local, and vendored setups, including detection, upgrade execution, and syncing of local vendored copies.

Core Features & Use Cases

  • Detects install type (global, local, vendored) and determines the correct upgrade path.
  • Upgrades gemstack to the latest version, with optional auto-upgrade and interactive prompts.
  • Syncs local vendored copies to mirror the primary install after an upgrade.
  • Displays a summarized "What's New" by parsing the CHANGELOG for the upgraded version.
  • Provides safe fallback and rollback steps if the upgrade encounters issues.

Quick Start

Run /gemstack-upgrade to upgrade gemstack to the latest version.

Frequently Asked Questions about gemstack-upgrade

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade gemstack to the latest version automatically?

Run the upgrade command to initiate the automated gemstack upgrade. The tool detects your installation type, executes the version update across global, local, or vendored deployments, and syncs local copies automatically.

How does gemstack handle local vendored copies during an upgrade?

The upgrade process automatically syncs local vendored copies to mirror the primary installation after completing the version update. This ensures your vendored deployment matches the newly upgraded gemstack version without manual file transfers.

Can I roll back a gemstack upgrade if something goes wrong?

Yes, the upgrade tool provides safe fallback and rollback steps if the upgrade encounters issues. You can restore your previous working gemstack version to recover quickly from failed upgrades or compatibility problems.

What install types does gemstack upgrade support?

The upgrade tool detects and supports global, local, and vendored installation types. It automatically identifies your specific install type and determines the correct upgrade path based on your deployment configuration.

How do I see what changed after upgrading gemstack?

After upgrading, the tool displays a summarized "What's New" section by parsing the CHANGELOG for your newly upgraded version. This automatically shows relevant changes, improvements, and fixes included in the update.