version-management

Community

Version-control for Claude Skills and prompts

AuthorWesley1600
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides git-based version control for Claude Skills, enabling semantic version tagging, changelog tracking, rollbacks, and history viewing.

Core Features & Use Cases

  • Tag releases with semantic versions (MAJOR.MINOR.PATCH)
  • Maintain changelogs and track changes to SKILL.md and scripts
  • Roll back to previous versions with safe backups
  • Compare versions and generate version reports

Quick Start

Initialize version tracking for a skill, then create a new release and tag it.

Dependency Matrix

Required Modules

git

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: version-management
Download link: https://github.com/Wesley1600/ClaudeCodeFrameWork/archive/main.zip#version-management

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository