gsd-update

Update GSD installations and display changelogs before confirmation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeping GSD current is easy to miss and hard to verify, and users need to understand what actually changed before and after upgrading.

Core Features & Use Cases

  • Update detection and installation: Checks for new versions (local vs global) and installs when available.
  • Changelog fetching and display: Retrieves and presents what changed so users can review impact.
  • Safe upgrade workflows with options: Supports standard update, optional managed-skill syncing, and reapplying local modifications after upgrade to preserve customizations.

Quick Start

Run gsd-update to check for the latest GSD version, display the changelog, and perform the update after confirmation.

Frequently Asked Questions about gsd-update

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

FAQPage Schema
How do I update my npm installation and see the changelog?

Updating your npm installation while viewing the changelog involves checking the latest version, fetching release notes, and installing the package upgrade after confirmation.

Can I sync managed skills across runtime roots after upgrading?

You can sync managed skills across runtime roots after upgrading by triggering the optional synchronization workflow to align all managed environments with the updated configuration.

How do I preserve local modifications after an npm update?

Preserving local modifications after an npm update requires using the reapplication or merge workflow to reapply user customizations safely post-upgrade.

Why does my package update fail or not show the latest version?

Package update failures or missing latest versions often stem from a stale cache, requiring cache clearing during update execution to ensure accurate version detection and successful installation.

Do I need to restart my environment after applying an update?

You need to restart your environment after applying an update because the workflow provides restart reminders to ensure the new version loads correctly across active sessions.