vc-publish

Automate pushing harness improvements from a development repository to a remote kit repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill solves the problem of manually managing harness improvements by automating the process of pushing changes from the development repository to the remote kit repository, including managing versioning, diffs, and file synchronization.

Core Features & Use Cases

  • Automated Harness Updates: Automatically pushes improvements and updates from the development repository to the remote kit repository.
  • Version Management: Handles version bumps and tag creation according to predefined semantics (patch, minor, major).
  • File Synchronization: Synchronizes managed files between the development and kit repositories, handling new, modified, and deleted files.
  • Safety Checks: Performs leak detection to ensure no project-specific content leaks into the kit repository before pushing.
  • Use Case: A maintainer can use this Skill to update a harness and publish it to the remote repository with a single command, ensuring that all changes are properly versioned and documented.

Quick Start

Run the vc-publish skill with the current configuration to push your harness updates to the remote repository.

Frequently Asked Questions about vc-publish

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

FAQPage Schema
How do I automate harness updates and publish them to a remote repository?

You can automate harness updates by pushing improvements from your development repository to a remote kit repository. This handles version bumps, file synchronization, and leak detection automatically.

Can I push harness improvements to a remote kit repository with a single command?

Yes, you can push harness improvements to a remote kit repository with a single command. This automates version management, file synchronization, and leak detection for your harness management workflow.

Do I need Git and JSON to publish harness improvements?

Yes, you need Git for repository operations and JSON parsing for configuration to publish harness improvements. Git handles remote repository operations, while JSON manages the configuration.

What is the best way to prevent project-specific content leaking into a kit repository?

The best way to prevent project-specific content leaking into a kit repository is to perform leak detection safety checks before pushing. This ensures only appropriate harness updates are synchronized to the remote repository.

How does version management work when pushing harness updates to a remote repository?

Version management works by handling version bumps and tag creation according to predefined semantics like patch, minor, or major. This ensures harness updates are properly versioned and documented in the remote kit repository.