One-click install
npx skills add https://github.com/Yaugourt/LiquidTerminal_Back --skill gstack-upgrade-yaugourt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-upgrade
Source: https://github.com/Yaugourt/LiquidTerminal_Back/tree/main/.agents/skills/gstack/gstack-upgrade
Command: npx skills add https://github.com/Yaugourt/LiquidTerminal_Back --skill gstack-upgrade-yaugourt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack to the latest release across global, local, and vendored installs with visibility into what's new.

Core Features & Use Cases

  • Auto-detects install type (global git, local git, vendored) and performs a safe upgrade.
  • Checks for and displays What's New by reading the upgraded version's CHANGELOG.
  • Syncs local vendored copies after upgrade and provides recovery steps if syncing fails.

Quick Start

Run the gstack upgrade to install the latest version and view what's new.

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?

To upgrade gstack, you can run an automated upgrade flow that safely updates your installation to the latest version. The process auto-detects your install type and performs the appropriate upgrade procedure for your environment.

How does gstack handle upgrading vendored copies?

Upgrading vendored copies of gstack involves an automated post-upgrade syncing process. If the vendored sync fails, the tool provides specific recovery steps to manually restore your local installation to the upgraded version.

Can I see what changed after a gstack upgrade?

Yes, after a gstack upgrade, the tool automatically extracts and surfaces what's new. It reads the upgraded version's CHANGELOG and presents a concise summary of the changes so you have immediate visibility into updates.

Does the gstack upgrade process work for both global and local git installs?

Yes, the gstack upgrade process works for global git, local git, and vendored installations. It implements install-type detection to ensure safe upgrade procedures are applied correctly across different installation contexts.

What should I do if a vendored gstack sync fails after an upgrade?

If a vendored gstack sync fails after an upgrade, the tool provides specific recovery steps to follow. These manual instructions help you restore the local vendored copy to match the newly upgraded version.