
from solana-vibes-kit15
Check for and selectively install updates to SVK skills by comparing installed versions against the latest git tags and reinstalling changed skills.
Performs a one-time, silent version check for your Solana Vibes Kit (SVK) skills on first invocation each session. The skill reads local SVK metadata, fetches remote git tags, compares the installed version to the latest tag, and—if updates are available—offers the user a choice to update now or later. It avoids blocking the user's command flow and fails silently if git commands cannot run.
Use this skill when you maintain a local SVK collection and want automatic, non-intrusive update notifications. It activates on first invocation in a session (if .claude/svk-meta.json is present) and is designed for developers who want to keep their local collection in sync without manual tag-checking.
.claude/svk-meta.json, fetch tags, determine latest tag, compare versions, and present a one-time update notification with options to update now or later. Errors are suppressed to avoid interrupting the user.This skill targets Claude Code / Claude-style agent flows and agents that support shell/git interactions and the listed allowed-tools (Read, Bash, Glob, Grep, Write).
This skill has not been reviewed by our automated audit pipeline yet.
Forge — SVK Skill Builder
A meta-skill that scaffolds a 5‑phase pipeline to design, build, validate, and ship SVK skills with a strict shipping checklist and automation helpers.
Stronghold of Security (SOS)
Phase-based adversarial security audit pipeline for Solana/Anchor codebases: scan, analyze, strategize, investigate, and report with parallel auditors and a str
Don't Break Shit (DBS)
Controlled change-management for large codebase modifications: guided brief → analysis → mapping → phased execution to avoid regressions and missed impacts.