dex-update

Update the Dex personal operating system by merging Git repositories and resolving conflicts.

461|129|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/davekilleen/Dex --skill dex-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dex-update
Source: https://github.com/davekilleen/Dex/tree/main/.claude/skills/dex-update
Command: npx skills add https://github.com/davekilleen/Dex --skill dex-update

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of updating the Dex personal operating system, ensuring users always have the latest features and bug fixes without manual intervention or complex command-line operations.

Core Features & Use Cases

  • One-Click Updates: Safely updates Dex with a single command, handling Git operations, conflict resolution, and dependency management automatically.
  • Data Protection: Guarantees that user data, custom configurations, and protected blocks are preserved during the update process.
  • Conflict Resolution: Provides guided choices for resolving any merge conflicts, preventing data loss and ensuring a smooth transition.
  • Use Case: A user receives a notification that a new version of Dex is available. They run /dex-update, and the Skill seamlessly downloads, merges, and applies the update, confirming success and highlighting new features.

Quick Start

Run the dex-update skill to automatically update Dex to the latest version.

Frequently Asked Questions about dex-update

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

FAQPage Schema
How do I automatically update Dex to the latest version?

To automatically update Dex, you can use a script that manages Git repositories by fetching upstream changes and merging them into your local branch. This process handles dependency installation and post-update migrations seamlessly.

What happens to my custom configurations when merging upstream changes for Dex?

When merging upstream changes for Dex, your custom configurations and protected blocks are preserved. The update process provides guided choices for resolving merge conflicts to prevent data loss and ensure a smooth transition.

Do I need Git and npm installed to automate Dex deployment updates?

Yes, you need Git, npm, and pip installed in your environment to automate Dex deployment updates. These dependencies are required for fetching repositories, installing packages, and performing post-update configurations.

How do I resolve Git merge conflicts when updating my personal operating system?

To resolve Git merge conflicts when updating your personal operating system, the update process provides guided choices or predefined strategies. This prevents data loss and ensures your local branch integrates upstream changes correctly.

What is the best way to handle dependency installation during a version control update?

The best way to handle dependency installation during a version control update is to automate it within the merge workflow. This ensures that after fetching upstream changes, all required packages are installed automatically before post-update migrations run.