gsd-update

Detect outdated GSD versions and update local or global installations.

Updated May 22, 2026
One-click install
npx skills add https://github.com/yusaduymaz/loexai --skill gsd-update-yusaduymaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-update
Source: https://github.com/yusaduymaz/loexai/tree/main/.codex/skills/gsd-update
Command: npx skills add https://github.com/yusaduymaz/loexai --skill gsd-update-yusaduymaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual guesswork from keeping GSD current by checking for updates, showing what changed, and guiding a safe installation path.

Core Features & Use Cases

  • Version Detection: Identifies whether the installed GSD copy is local or global and determines if a newer release is available.
  • Changelog Review: Fetches and displays release notes so users can evaluate impact before updating.
  • Safe Update Flow: Handles confirmation, clean-install warnings, cache clearing, restart reminders, and special maintenance paths like sync and reapply.
  • Use Case: A developer wants to upgrade GSD across multiple runtime roots without losing custom changes, so the Skill checks the version, presents the changelog, updates the install, and then coordinates any follow-up repair steps.

Quick Start

Ask the skill to check for the latest GSD version, show the changelog, and update it only after you approve the install.

Frequently Asked Questions about gsd-update

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

FAQPage Schema
How do I check if my GSD installation is outdated and needs an update?

To check if your GSD installation is outdated, the skill detects whether your current copy is local or global and performs an npm package lookup to determine if a newer release is available for update.

How do I safely update GSD across multiple runtime roots without losing custom changes?

To safely update GSD, the skill presents the changelog for review, handles confirmation prompts, executes clean-install warnings, clears the cache, and coordinates follow-up repair steps like sync and reapply to preserve custom changes.

Can I review the GSD changelog before applying the version update?

Yes, you can review the GSD changelog before updating because the skill fetches and displays release notes so you can evaluate the impact of the new version and approve the install beforehand.

Does the GSD update workflow support both local and global npm installations?

The GSD update workflow supports both local and global npm installations by routing the update process based on version detection and providing appropriate restart reminders to complete the upgrade safely.

What maintenance steps are required after completing a GSD version update?

After completing a GSD version update, required maintenance steps include cache clearing, running sync operations, executing reapply workflows, and following restart reminders to ensure the upgrade applies safely across all runtime roots.

Why does GSD update require cache clearing and clean-install confirmations?

GSD update requires cache clearing and clean-install confirmations to remove manual guesswork from keeping the package current, preventing potential conflicts from older cached files during the installation routing process.