bump-version

Increment plugin versions with semantic versioning and atomic file updates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/synapseradio/thinkies --skill bump-version
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bump-version
Source: https://github.com/synapseradio/thinkies/tree/main/.claude/skills/bump-version
Command: npx skills add https://github.com/synapseradio/thinkies --skill bump-version

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

Manually updating version numbers across multiple files is error-prone and can lead to inconsistencies, breaking semantic versioning rules and causing release issues. This Skill automates version arithmetic and file updates safely.

Core Features & Use Cases

  • Semantic Versioning: Supports major, minor, and patch increments based on the nature of changes.
  • Dry-Run Preview: Allows previewing the calculated new version before applying any changes to files.
  • Atomic Updates: Safely updates the plugin's plugin.json file with the new version.
  • Use Case: After completing a set of changes (e.g., bug fixes, new features), use this Skill to correctly increment your plugin's version, ensuring consistency and adherence to semantic versioning principles.

Quick Start

Bump the 'thinkies' plugin version by a minor increment.