Skill Vision Control
Description
Safe MCP Skill version manager - detect updates, A/B testing, smart merge
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Skill Vision Control (SVC)
[](https://badge.fury.io/js/skill-vision-control) [](https://opensource.org/licenses/MIT)
**Safe MCP Skill Version Manager** - Detect updates, parallel testing, smart merge, confirm before replace
Features
- ๐ Update Detection - Automatically detect new versions from GitHub/npm
- ๐ก๏ธ Security Scanning - Auto scan before download (Sentinel integration)
- ๐ฆ Version Management - Keep multiple versions, switch anytime
- ๐ Smart Merge - Merge official updates with your custom changes
- ๐งช A/B Testing - Test new versions before switching
- โฐ Scheduled Checks - Automatic weekly/monthly update checks
- ๐ Notifications - Desktop notifications for updates
- ๐ค MCP Server - Let AI manage your skills
Installation
npm install -g skill-vision-control
Or with yarn:
yarn global add skill-vision-control
Quick Start
# Add a skill to manage
svc add weather --source github:username/weather-mcp
# Check for updates
svc check
# Download new version (keeps old version)
svc download weather
# Test and switch
svc switch weather --version v1.1.0
# Or if you have custom changes, merge them
svc merge weather
Commands
Skill Management
| Command | Description |
|---|---|
svc add --source |
Register a skill (github:user/repo or npm:package) |
svc list |
List all managed skills |
svc info |
Show detailed information |
svc remove |
Remove a skill |
Version Control
| Command | Description |
|---|---|
svc check [name] |
Check for updates |
svc download |
Download new version (keep old) |
svc versions |
List all local versions |
svc switch -v |
Switch to specific version |
svc rollback |
Rollback to pr |
Related Skills
Spec Kit
๐ซ Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing