gstack-upgrade

Detect gstack installation type and upgrade to the latest version.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading gstack across global and local installs can be error-prone; this skill automates the detection, upgrade, and changelog display to ensure users run the latest tooling.

Core Features & Use Cases

  • Detects install type (global-git, local-git, vendored, vendored-global) and upgrades accordingly.
  • Syncs local vendored copies from primary installations to keep all deployments aligned.
  • Shows What's New by summarizing CHANGELOG entries between old and new versions for quick user insight.

Quick Start

Perform a gstack upgrade to fetch and install the latest version on your system.

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 across different installation types?

To upgrade gstack, the tool automatically detects your installation type—global-git, local-git, vendored, or vendored-global—and applies the appropriate upgrade flow. It fetches the latest version, synchronizes any local vendored copies, and clearly reports the outcome.

What is the best way to automate gstack version management and keep vendored copies in sync?

Automating gstack version management involves using an upgrade skill that handles git-based or vendored update flows. It automatically syncs local vendored copies from primary installations to ensure all your deployments remain aligned with the latest tooling.

Does the gstack upgrade process show what new changes or features are included?

Yes, the gstack upgrade process surfaces a changelog by summarizing CHANGELOG entries between your old and new versions. This provides quick insight into what is new immediately after the latest version is installed.

Can I configure auto-upgrade preferences for gstack, and are there installation safeguards?

You can configure auto-upgrade preferences through prompts provided during the process. The upgrade includes built-in safeguards to prevent errors during detection and update application across global and local installs.

Why does upgrading gstack manually cause errors, and how does automated detection help?

Upgrading gstack manually across global and local installs is error-prone due to differing installation paths. Automated detection identifies the exact install type—whether git-based or vendored—and applies the correct update flow to prevent misalignment.