dbskill-upgrade

Upgrade dbskill installations under ~/.claude/skills with automatic backup and rollback.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zwmopen/skills --skill dbskill-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dbskill-upgrade
Source: https://github.com/zwmopen/skills/tree/main/dbskill-upgrade
Command: npx skills add https://github.com/zwmopen/skills --skill dbskill-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill upgrades dbskill to the latest release, ensuring you have the newest features and fixes.

Core Features & Use Cases

  • Backup current dbskill installation before upgrading to prevent data loss.
  • Detect the local install location and fetch the latest version from the remote repository.
  • Replace old files with the updated version and verify the upgrade.

Quick Start

Upgrade dbskill to the latest version using the upgrade skill command.

Frequently Asked Questions about dbskill-upgrade

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

FAQPage Schema
How do I upgrade installed CLI tools automatically without manual git steps?

To upgrade installed CLI tools automatically, this skill fetches the latest release from the remote repository, backs up current files, swaps old content, and verifies the update without requiring manual git steps.

What is the safest way to apply version updates to CLI skills in local directories?

The safest way to apply version updates is using an automated process that backs up current files before downloading and swapping content, ensuring automatic rollback if the upgrade fails.

Do I need git installed to run automated upgrades for local skill installations?

No, you do not need to run manual git commands. The upgrade process handles version comparison and remote repository fetching internally to apply updates automatically.

How does automatic backup and rollback work during a CLI upgrade?

Automatic backup and rollback works by copying current installation files before downloading the latest version, allowing the system to restore the previous state if the file swap or verification fails.

Can I use this upgrade process for skills installed under the ~/.claude/skills directory?

Yes, you can use this process for skills installed under ~/.claude/skills. It detects the local install location and applies updates directly to that directory environment.