gsd-update

Check and install npm updates for the GSD tool with changelog review.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-update-mint-ia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-update
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-update
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-update-mint-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures the Get Shit Done (GSD) tool is current by detecting installed versions, checking the npm registry for newer releases, and presenting changelogs so users can make informed update decisions without manual version hunting.

Core Features & Use Cases

  • Version detection: Detects local and global installations and reports the currently installed GSD version.
  • Changelog retrieval & display: Fetches and extracts changelog entries for the candidate update to show what changed before installation.
  • Safe update workflow: Compares versions, warns about clean install implications, prompts for user confirmation, executes the update, clears caches, and reminds to restart the environment.
  • Use Case: A developer wants to upgrade their project tooling safely; run this Skill to see what's new in the release, confirm the upgrade, and perform a clean installation with cache clearing.

Quick Start

Run the gsd-update skill to check for a newer GSD release, review the changelog, and install it with confirmation.

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 npm CLI tool updates and preview the changelog before installing?

You can preview changelog entries for npm package updates by fetching release notes from the registry before installation. The Skill retrieves and extracts changelog entries for the candidate update to show what changed before you confirm the upgrade.

How do I update an npm package globally and locally without version conflicts?

The Skill detects both local and global npm installations and compares installed versions against the latest registry releases. It then performs a clean installation with user confirmation to ensure the environment is up-to-date without conflicts.

Does this update workflow require manual cache clearing after installing a new version?

No manual cache clearing is required. The Skill automatically clears caches after executing the installation and provides a restart reminder to ensure the environment applies the newly installed version cleanly.

Why do I need to restart my environment after a clean npm installation?

Restarting your environment ensures the newly installed version loads correctly without stale cache interference. The Skill issues a restart reminder because clearing caches and updating packages requires a fresh session to apply changes.

Can I review what changed in a release before confirming an npm package update?

Yes, the Skill fetches and displays changelog entries for the candidate release before prompting for user confirmation. This safe update workflow lets you review what changed and make informed decisions before proceeding with the installation.