SVK-update

Detect version changes between installed SVK skills and latest git tags.

18|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/MetalLegBob/solana-vibes-kit --skill svk-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SVK-update
Source: https://github.com/MetalLegBob/solana-vibes-kit/tree/main/svk-update
Command: npx skills add https://github.com/MetalLegBob/solana-vibes-kit --skill svk-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3.

What problem does it solve?

Keeps SVK skills up-to-date by automatically detecting changes between installed versions and latest releases and reinstalling only the changed skills.

Core Features & Use Cases

  • Detects updated skills by diffing installed_version against the latest git tag and planning selective reinstall.
  • Reinstalls only changed skills to minimize downtime and disruption.
  • Integrates with a local SVK repository tracked in .claude/svk-meta.json and runs each skill's install.sh during updates.

Quick Start

Run /SVK:update in your project to check for and install updated SVK skills.

Frequently Asked Questions about SVK-update

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

FAQPage Schema
How do I automatically update installed skills to the latest git release versions?

Automatically update installed skills by diffing the installed_version against the latest git tag and selectively reinstalling only the changed skills to minimize disruption.

What is the best way to keep local version-controlled skills up-to-date without reinstalling everything?

Keep version-controlled skills up-to-date by detecting changes between installed versions and the latest git tags, then reinstalling only the affected skills to reduce downtime.

Do I need Python3 and a working git environment to run selective skill updates?

Yes, selective skill updates require Python3 for metadata updates during installation and a working git environment with access to the tracked repository.

How does the update process detect which skills need reinstalling?

The update process detects changed skills by reading the local .claude/svk-meta.json file, diffing the installed_version with the latest git tag, and planning a selective reinstall.

Can I run skill updates directly inside my project directory?

Yes, you can run the update command in your project to check the tracked local repository metadata and automatically install updated skills.