gylt-update

Update a GYLT vault from official GitHub patchnotes with user-selected merge options.

3|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Zoomma1/get-your-life-together --skill gylt-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gylt-update
Source: https://github.com/Zoomma1/get-your-life-together/tree/main/99%20-%20Claude%20Code/Skills/gylt-update
Command: npx skills add https://github.com/Zoomma1/get-your-life-together --skill gylt-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures your GYLT vault remains up-to-date by applying changes from the official GitHub repository using versioned patchnotes.

Core Features & Use Cases

  • Version Control: Automatically applies versioned changes to the vault based on official patchnotes.
  • Semantic Changes: Reads the upstream VERSION and CHANGELOG.md files to understand what changed and how.
  • Release Management: Offers a menu to select between new skills, overwrites, migrations, manual hooks, or protected merges.

Quick Start

Run the /gylt-update command in Claude Code to apply updates to your vault.

Frequently Asked Questions about gylt-update

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

FAQPage Schema
How do I keep my GYLT vault updated with official changes?

To keep your GYLT vault updated, this Skill applies changes from the official GitHub repository using versioned patchnotes, offering a menu to select new skills, overwrites, migrations, or protected merges.

How does repository synchronization work for GYLT vault updates?

Repository synchronization reads the upstream VERSION and CHANGELOG.md files to understand semantic changes, then uses git to apply those versioned updates directly to your local vault.

Do I need git to apply version control updates to my vault?

Yes, you need git installed for version control, along with internet access for fetching updates from the official GitHub repository to successfully apply versioned patchnotes to your vault.

Can I choose which release management updates to apply to my vault?

Yes, release management offers an interactive menu allowing you to choose between applying new skills, overwrites, protected merges, migrations, or manual hooks when updating your vault.

What is the best way to handle protected merges during a vault update?

The best way to handle protected merges is selecting the protected merge option from the update menu, which safely integrates official repository changes without overwriting your local vault customizations.