gsd-update

Automate GSD framework updates with version detection, changelog retrieval, and configuration synchronization.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the complex process of updating the GSD framework, ensuring that version transitions, changelog reviews, and local configuration reapplications are handled safely and consistently.

Core Features & Use Cases

  • Automated Versioning: Detects local vs. global installations and checks for updates against npm registries.
  • Customization Preservation: Uses three-way comparison to reapply local patches and modifications after an update.
  • Release Channel Management: Supports targeting specific release candidates or stable versions via simple flags.
  • Use Case: When a new GSD version is released, use this skill to preview the changelog, verify your local customizations are preserved, and perform a clean update without manual file management.

Quick Start

Ask the assistant to update GSD to the latest version 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 the GSD framework without losing local workflow modifications?

You can automate the GSD framework update lifecycle by checking local versions against npm registries, previewing the changelog, and synchronizing configurations to ensure consistent toolchain updates across your development environment.

How do I update the GSD framework without losing local workflow modifications?

To update the GSD framework without losing local workflow modifications, the skill uses a three-way comparison to safely reapply your custom patches and configurations after the version transition is complete.

Can I target a specific release channel when updating GSD?

Yes, you can target specific release candidates or stable versions when updating GSD by using simple flags, allowing you to manage release channels directly within your development environment.

Does the GSD update process support multi-runtime alignment?

The GSD update process supports multi-runtime alignment by requiring integration with GSD core workflows, which ensures patch reapplications and configuration synchronization are consistently applied across all runtimes.

What is the best way to verify local customizations are preserved during a GSD version transition?

The best way to verify customizations during a GSD version transition is to let the skill retrieve the changelog and perform a clean update, which inherently uses three-way comparison to preserve local modifications without manual file management.