cathy-kim/skill-semver

14 stars · Last commit 2026-02-03

Automatic version control for Claude Code Skills with semantic versioning, auto-backup, and changelog generation

README preview

# Skill SemVer

> Automatic version control for Claude Code Skills with semantic versioning, auto-backup, and changelog generation.

[![Version](https://img.shields.io/badge/version-1.1.0-blue.svg)](https://github.com/cathy-kim/skill-semver/releases)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

## Features

- 🔄 **Auto-backup**: Automatically backs up SKILL.md on every edit
- 📋 **Semantic Versioning**: MAJOR.MINOR.PATCH format with pre-release support
- 📜 **Changelog**: Track changes with Keep a Changelog format
- 🎯 **Zero config**: Works out of the box with PostToolUse hook
- 📁 **Organized**: Clean releases/ folder for version history
- 📅 **Auto-update**: Automatically updates "Last Updated" date
- 🏷️ **Pre-release**: Support for alpha, beta, rc versions (e.g., `1.0.0-alpha`, `2.0.0-beta.1`)

## Quick Start

### 1. Install the plugin

View full repository on GitHub →