agigante80

Version Management — Development skill for Claude Code

Development community

Semantic versioning strategy with a VERSION file, conventional commits and automated releases.

How to install Version Management

Installs to ~/.claude/skills/agigante80-vibe-coding-prompts-version-management/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agigante80-vibe-coding-prompts-version-management && curl -fsSL https://raw.githubusercontent.com/agigante80/vibe-coding-prompts/HEAD/prompts/version-management.md -o ~/.claude/skills/agigante80-vibe-coding-prompts-version-management/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Version Management does


name: version-management category: development-workflow version: 1.1.1 updated: 2026-08-28 description: Semantic versioning strategy with a VERSION file, conventional commits and automated releases. platforms: [chatgpt, claude, gemini, copilot-chat]

Version Management & Automated Releases

Overview

This guide covers semantic versioning concepts, strategies, and best practices for managing software versions. For complete CI/CD workflow implementation including dynamic versioning sc

Alternatives in Development

  • Releases 92.5k ★
  • Ralph Loop — Autonomous coding loop — works through tasks, commits, repeats 14k ★
  • Releasing — This project ships as a Claude Code plugin 10.9k ★

Full documentation available on GitHub

View Source Repository