
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).
SVK Update is a skill for checking and installing updates to SVK (Solana Vibes Kit) skills. It compares installed versions against git tags and offers selective reinstalls. No bundled scripts — all logic is in the SKILL.md instructions for the agent to execute. The version-check pattern is well-designed with silent failure handling and user choice before updating. Minor security consideration: auto-fetch of git tags runs silently, but no destructive action happens without user opt-in.
Clean skill with no scripts. Auto-update mechanism is user-initiated (asks before pulling), which mitigates the security concern. Git commands used are read-only (fetch, tag listing).
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.