gstack-upgrade

Detect gstack install type and execute the appropriate upgrade workflow.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ClyptAI/Clypt-Backend --skill gstack-upgrade-clyptai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/ClyptAI/Clypt-Backend/tree/main/.agents/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/ClyptAI/Clypt-Backend --skill gstack-upgrade-clyptai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the upgrade process for gstack installations, ensuring upgrades are applied safely across different install types and environments.

Core Features & Use Cases

  • Detects install type (global, local, vendored) and executes the appropriate upgrade workflow.
  • Runs version migrations after upgrade and reports what's new.
  • Handles safe rollback if setup fails and integrates with standalone usage.

Quick Start

Ask me to run /gstack-upgrade to upgrade your gstack installation to the latest version.

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, the automation detects your installation type (global, local, or vendored) and executes the appropriate workflow, applying migrations and preserving backups.

What is the safest way to migrate gstack installations across different environments?

The safest gstack migration method detects your specific install type, applies version migrations automatically, and preserves backups to ensure a safe rollback if the setup fails.

Does the gstack upgrade process support both git-based and vendored installations?

Yes, the gstack upgrade process handles both git-based and vendored installs, executing the appropriate workflow for each type and running version migrations after the upgrade.

What happens if a gstack installation setup fails during the version upgrade?

If the gstack setup fails during a version upgrade, the process provides a safe rollback mechanism using the preserved backups to restore your previous installation state.

Can I see what is new after running a gstack version migration?

Yes, after running a gstack version migration, the upgrade workflow completes by reporting what is new in the latest version, detailing the changes and migrations applied.