kstack-upgrade

Detect kstack install type, upgrade it, and display the What's New changelog summary.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kadenn/kstack --skill kstack-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kstack-upgrade
Source: https://github.com/kadenn/kstack/tree/main/kstack-upgrade
Command: npx skills add https://github.com/kadenn/kstack --skill kstack-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Upgrading kstack often involves manual steps and configuration checks. This Skill automates detecting whether kstack is installed globally, locally, or vendored, performs the upgrade, and surfaces a concise What's New summary to keep you in sync with the latest features.

Core Features & Use Cases

  • Detects install type (global, local, vendored) and applies the upgrade accordingly.
  • Runs the upgrade workflow and reads CHANGELOG.md to present user-facing changes.
  • Shows a lightweight summary and keeps a marker of the previous version for future upgrades.

Quick Start

Run the /kstack-upgrade command to upgrade kstack and view the changes.

Frequently Asked Questions about kstack-upgrade

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

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

To upgrade kstack automatically, run the kstack-upgrade command. It detects your installation type, applies the version update, and displays a summary of new changes from the changelog.

How does kstack-upgrade handle global, local, and vendored installations?

kstack-upgrade detects the installation type automatically. It supports global, local, and vendored installations, applying the correct upgrade workflow for each specific environment.

Can I view the changelog after updating my kstack CLI installation?

Yes, you can view the changelog after updating. The upgrade process reads CHANGELOG.md and surfaces a concise summary of user-facing changes so you stay in sync with new features.

What is the best way to check what's new after a kstack version upgrade?

The best way to check what's new is using the kstack-upgrade command. It performs the update and automatically displays the What's New section from the changelog upon completion.

Does kstack-upgrade keep a record of the previous version before applying changes?

Yes, kstack-upgrade saves the previous version and writes a marker file before performing the upgrade. This marker tracks your prior state for future reference and rollback tracking.