version

Bumps semantic plugin versions in manifests and catalogsGitHub via commits and tags.

15|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/sergio-bershadsky/ai --skill version
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: version
Source: https://github.com/sergio-bershadsky/ai/tree/main/plugins/git/skills/version
Command: npx skills add https://github.com/sergio-bershadsky/ai --skill version

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes and automates semantic version bumps for plugins, ensuring releases are consistent and auditable.

Core Features & Use Cases

  • Bump major, minor, or patch versions in plugin manifests (plugin.json) and marketplace catalogs.
  • Create annotated git tags and commits that reflect the new version.
  • Handle release workflows for feature releases, bug fixes, and breaking changes across multiple plugins.

Quick Start

Run the /version patch command to bump the patch version for the current plugin.

Frequently Asked Questions about version

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

FAQPage Schema
How do I automate semantic version bumps for plugins using git?

You can bump the patch version by running the /version patch command, which automatically updates the plugin.json and marketplace.json manifests, creates a git commit, and tags the release.

What is the best way to bump a plugin version for a breaking change?

For a breaking change, bump the major semantic version. This updates the plugin manifests and generates an annotated git commit and tag to ensure the release is consistent and auditable.

Does this versioning skill update both plugin manifests and marketplace catalogs?

Yes, the semantic versioning process updates both plugin.json manifests and marketplace.json catalogs simultaneously, ensuring version numbers remain synchronized across your release workflows.

Can I use this to handle release workflows for multiple plugins at once?

Yes, this skill handles release workflows for feature releases, bug fixes, and breaking changes across multiple plugins by standardizing version bumps in manifests and creating annotated git tags.

Do I need any external dependencies to bump plugin versions with git?

No external dependencies are required. The skill operates independently to apply semantic versioning, update plugin and marketplace manifests, and generate git commits and annotated tags.