gsd-cc-update

Updates GSD-CC installations to latest version preserving project state.

3|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/0ui-labs/GSD-CC --skill gsd-cc-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-cc-update
Source: https://github.com/0ui-labs/GSD-CC/tree/main/gsd-cc/skills/update
Command: npx skills add https://github.com/0ui-labs/GSD-CC --skill gsd-cc-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update GSD-CC installations to the latest version automatically, preventing drift and ensuring access to new features and fixes.

Core Features & Use Cases

  • Detects both global and local installations and updates them to the latest release.
  • Checks for custom project types to avoid overwriting user-defined types.
  • Non-interactive installer workflow preserves existing project state while performing updates.

Quick Start

Run the installer to update GSD-CC to the latest version.

Frequently Asked Questions about gsd-cc-update

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

FAQPage Schema
How do I update GSD-CC to the latest version in one step?

To update GSD-CC, run the installer to automatically detect your installation and pull the latest release. This one-step process locates skill files via Glob, runs npm tooling, and preserves your existing project state.

Does updating GSD-CC overwrite custom project types?

Updating GSD-CC does not overwrite custom project types. The installer specifically checks for user-defined types before applying the update, preserving your custom configurations while upgrading core skill files.

Can I update both global and local GSD-CC installations at the same time?

You can update both global and local GSD-CC installations simultaneously. The updater automatically detects installed skill files across different scopes and applies the latest version to all detected locations using npm tooling.

What is the best way to prevent version drift when updating npm skill installations?

The best way to prevent version drift is using a non-interactive installer workflow. It automatically upgrades your GSD-CC installations to the latest release while preserving existing project state, ensuring access to new features and fixes.

Why does the GSD-CC update process use a non-interactive installer workflow?

The non-interactive installer workflow is used to preserve existing project state during the GSD-CC update. It seamlessly locates installed files, runs npm tooling, and applies updates without requiring user intervention or disrupting your current setup.

Do I need npm installed to update GSD-CC?

You need npm installed to update GSD-CC because the updater relies on npm tooling to run the installer. It uses npm to locate skill files with Glob and apply the latest release to your global or local installations.