gsd-update

Checks for available GSD updates and applies them with changelog visibility.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-update-electroheadfx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-update
Source: https://github.com/electroheadfx/efx-mux/tree/main/.codex/skills/gsd-update
Command: npx skills add https://github.com/electroheadfx/efx-mux --skill gsd-update-electroheadfx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you keep GSD up to date by checking for newer releases, showing the changelog, and guiding the update process without guesswork.

Core Features & Use Cases

  • Version Detection: Determines whether GSD is installed locally or globally and checks the currently available version.
  • Changelog Display: Fetches release notes so you can review what changed before or after updating.
  • Managed Update Workflows: Supports standard updates, skill synchronization across runtime roots, and reapplying local modifications after an upgrade.
  • Use Case: A developer wants to update GSD, inspect the release notes, and then decide whether to sync skills or reapply custom patches afterward.

Quick Start

Use the gsd-update skill to check for the latest GSD version and update it while 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?

Checking for GSD updates involves version detection against the latest available release, fetching release notes, and displaying the changelog so you can review what changed before confirming the upgrade.

What is the best way to update a global GSD installation safely?

The best way to update a global GSD installation is to use a managed workflow that applies the update, handles confirmation, and clears the cache to complete the maintenance flow safely without guesswork.

Does the GSD update process support syncing skills across runtime roots?

Yes, the GSD update process supports skill synchronization across runtime roots, allowing you to sync skills after an upgrade to ensure all environments match the updated version.

Can I reapply local modifications after completing a GSD version upgrade?

Yes, you can reapply local modifications after a GSD version upgrade using the reapply workflow, which integrates your custom patches into the newly updated installation.

Why does GSD version detection matter when applying maintenance updates?

GSD version detection matters because it determines whether your installation is local or global, ensuring the update workflow targets the correct environment and applies the right maintenance flow.

What are the limitations of manually updating GSD without changelog visibility?

Manually updating GSD without changelog visibility risks applying breaking changes blindly, whereas a managed workflow fetches release notes and handles cache clearing to prevent maintenance issues.