Skill Vision Control banner
Jane-xiaoer Jane-xiaoer

Skill Vision Control

Testing community

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)

[![npm version](https://badge.fury.io/js/skill-vision-control.svg)](https://badge.fury.io/js/skill-vision-control) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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