gsd-update

Detect installed GSD versions, retrieve npm releases, and update with changelog display.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill gsd-update-onelee85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-update
Source: https://github.com/onelee85/my-skills/tree/main/gsd-update
Command: npx skills add https://github.com/onelee85/my-skills --skill gsd-update-onelee85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines detecting installed GSD versions, comparing with the latest release on npm, and presenting a changelog before performing a safe update.

Core Features & Use Cases

  • Checks local and global GSD installations and retrieves the latest version from npm.
  • Displays the changelog to inform users before upgrading.
  • Performs update with optional cache clearing and a restart reminder.
  • Handles user confirmation and safe fallback on errors.

Quick Start

Run the gsd-update command to check for updates and install the latest GSD after showing the changelog.

Frequently Asked Questions about gsd-update

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

FAQPage Schema
How do I check for GSD updates and view the changelog before upgrading?

To check for GSD updates, the tool detects your installed local or global version, retrieves the latest release from npm, and displays the changelog to inform you before performing a safe update.

What is the best way to automate an npm version update safely?

Automating an npm version update safely involves detecting the current version, comparing it against the latest release, prompting for user confirmation, and executing the update with a safe fallback on errors.

Does the GSD update process clear the npm cache automatically?

The GSD update process performs update execution with optional cache clearing. It handles user confirmation prompts and provides a restart reminder after successfully updating your environment.

Can I use this tool to update a globally installed GSD environment?

Yes, you can use this tool to update a globally installed GSD environment. It checks both local and global installations, retrieves the latest version from npm, and applies the update after user confirmation.

What happens if an automated GSD version check encounters an error?

If an automated GSD version check encounters an error during the update execution, the tool implements a safe fallback mechanism to prevent breaking your environment and handles the failure gracefully.