vc-update

Compare local harness versions with a remote kit repository and apply updates after dry-run confirmation.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/lovecrushfamily/Manga2Anime --skill vc-update-lovecrushfamily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-update
Source: https://github.com/lovecrushfamily/Manga2Anime/tree/main/.claude/skills/vc-update
Command: npx skills add https://github.com/lovecrushfamily/Manga2Anime --skill vc-update-lovecrushfamily

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that your agent harness is always up-to-date with the latest improvements from the remote kit repository, allowing you to benefit from new features and fixes without manual intervention.

Core Features & Use Cases

  • Dry-Run and Confirmation: Provides a dry-run summary of the changes that will be applied, allowing you to review and confirm before proceeding.
  • Version Comparison: Compares the current version of your harness with the latest version from the remote repository.
  • Automatic Updates: Applies the updates automatically after confirmation, ensuring that your harness is always current.

Quick Start

Run the vc-update command to check for updates and apply them if available.

Frequently Asked Questions about vc-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync my local agent harness with a remote repository?

To sync your local agent harness, the vc-update Skill compares your current version with the remote kit repository and applies updates automatically after confirmation. It provides a dry-run summary for review before applying any changes.

Do I need git to update my agent harness?

Yes, you need git installed to update your agent harness. The Skill requires git for version control operations to compare local harness files with the remote repository and apply updates.

Can I review version control changes before applying them?

Yes, you can review changes before applying them using the dry-run phase. The Skill provides a dry-run summary of the changes that will be applied, allowing you to review and confirm before proceeding with the update.

What is the best way to keep an agent harness up-to-date automatically?

The best way to keep an agent harness up-to-date is using a Skill that performs version comparison and automatic updates. It checks for improvements from the remote repository and applies them after your confirmation.

How does version comparison work for an agent harness?

Version comparison for an agent harness works by checking the current local version against the latest version in the remote kit repository. This identifies available improvements before applying updates.

Why does updating my repository harness require specific kit files?

Updating your repository harness requires specific kit files because they contain the comparison and update logic needed to identify changes and apply them safely. Without these files, the update process cannot determine what improvements are available.