gsd-update

Check npm for the latest GSD release and apply updates.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-update-ev3rlit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-update
Source: https://github.com/ev3rlit/magam-canonical-archive/tree/main/.codex/skills/gsd-update
Command: npx skills add https://github.com/ev3rlit/magam-canonical-archive --skill gsd-update-ev3rlit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps GSD up to date and surfaces a changelog to inform users before installation.

Core Features & Use Cases

  • Automated updates: Detects local/global GSD installations, checks the latest release, and applies updates.
  • Changelog visibility: Fetches and displays release notes to guide the user.
  • Safe execution: Prompts for confirmation, warns about potential impact, and clears caches after update.

Quick Start

Run the update workflow to install the latest GSD and display 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 update GSD to the latest version and view the changelog?

To update GSD, the workflow checks npm for the latest release, presents the changelog and an upgrade plan, then executes the update after user confirmation. It also clears caches and reminds you to restart.

Can I see the release notes before committing to a GSD update?

Yes, you can see release notes before updating. The workflow fetches and displays the changelog from npm alongside a safety warning, requiring your explicit confirmation before applying the GSD update.

Does the GSD update workflow detect both local and global installations?

Yes, the workflow detects both local and global GSD installations. It identifies your currently installed version and determines if an update is available on npm before proceeding with the upgrade plan.

What happens to my caches after an automated GSD version update?

After an automated GSD version update, the workflow clears your caches automatically. It also provides a safety warning prior to execution and reminds you to restart your environment as needed.

How do I automate npm package updates for my workflow tool safely?

You can automate npm package updates safely by running the update workflow, which checks the latest release, warns about potential impact, prompts for confirmation, applies the update, and clears caches.

Why do I need to restart after updating GSD?

You need to restart after updating GSD to ensure the new version is fully loaded into your environment. The workflow clears caches post-update and explicitly reminds you to restart to complete the process.