# SVK Update

> >

- **Type:** Skill
- **Install:** `agentstack add skill-metallegbob-solana-vibes-kit-svk-update`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [MetalLegBob](https://agentstack.voostack.com/s/metallegbob)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [MetalLegBob](https://github.com/MetalLegBob)
- **Source:** https://github.com/MetalLegBob/solana-vibes-kit/tree/main/svk-update

## Install

```sh
agentstack add skill-metallegbob-solana-vibes-kit-svk-update
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

**On first invocation this session**, silently perform a version check:

1. Look for `.claude/svk-meta.json` in the current project. If it doesn't exist, skip this check entirely.
2. Read the `svk_repo` path and `installed_version` from the metadata file.
3. Run: `git -C  fetch --tags --quiet 2>/dev/null`
4. Run: `git -C  tag --sort=-v:refname | head -1` to get the latest tag.
5. Compare the installed version against the latest tag (strip the leading `v`).
6. If they match, skip — the user is up to date.
7. If the latest tag is newer, show this message ONCE (never repeat in this session):

> **SVK Update Available:** v{latest} is available (you're on v{installed}).
> - **Update now:** I can pull and reinstall the changed skills in this session
> - **Update later:** Start a new chat and run `/SVK:update`

8. If the git commands fail (offline, repo moved, etc.), skip silently. Never show errors from version checking.

**Important:** Do NOT block or delay the user's actual command. Perform this check, show the notification if needed, then proceed with the command they invoked.

# SVK Update

Update your installed SVK skills to the latest version.

## Command

| Command | Description |
|---------|-------------|
| `/SVK:update` | Check for updates and selectively reinstall changed skills |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [MetalLegBob](https://github.com/MetalLegBob)
- **Source:** [MetalLegBob/solana-vibes-kit](https://github.com/MetalLegBob/solana-vibes-kit)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-metallegbob-solana-vibes-kit-svk-update
- Seller: https://agentstack.voostack.com/s/metallegbob
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
