infra:bump

Automate plugin version updates across JSON, changelog, and documentation files.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill infra-bump
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra:bump
Source: https://github.com/atournayre/claude-personas/tree/main/infra/skills/bump
Command: npx skills add https://github.com/atournayre/claude-personas --skill infra-bump

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex process of updating version numbers and related documentation across multiple plugins, ensuring consistency and saving significant manual effort.

Core Features & Use Cases

  • Automated Versioning: Detects changes and automatically determines if a PATCH or MINOR version update is needed.
  • Comprehensive Updates: Updates plugin.json, CHANGELOG, global README.md, marketplace.json, PR templates, and VitePress documentation.
  • Use Case: After adding a new feature to a plugin, run this Skill to automatically increment the version, update all relevant files, and prepare for a release.

Quick Start

Run the infra:bump skill to automate version updates for your plugins.

Frequently Asked Questions about infra:bump

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

FAQPage Schema
How do I automate version updates and changelog generation across multiple plugins?

Automate version updates by detecting modified plugins via Git diffs and interactively selecting which to bump. This updates version numbers in plugin.json, CHANGELOG, global README.md, marketplace.json, PR templates, and VitePress documentation automatically.

How does automated versioning determine whether to apply a PATCH or MINOR increment?

Automated versioning detects changes in your plugins and automatically determines if a PATCH or MINOR version update is needed based on those modifications, ensuring consistent semantic versioning without manual intervention.

Do I need Git installed to run automated version bumps for plugin documentation?

Git is required for diffing modified plugins and interactively selecting which ones to bump. The process relies on Git to detect changes across plugin.json, CHANGELOG, README.md, marketplace.json, PR templates, and VitePress documentation.

Can I use this automated versioning process to update VitePress documentation and marketplace.json?

Yes, the version update process comprehensively modifies VitePress documentation and marketplace.json alongside plugin.json, global README.md, CHANGELOG, and PR templates to ensure all release artifacts remain synchronized.

What is the best way to prepare a multi-plugin release when documentation is scattered across different files?

Run an automated version bump to detect modified plugins interactively and update version numbers across plugin.json, CHANGELOG, README.md, marketplace.json, PR templates, and VitePress documentation simultaneously, preventing manual synchronization errors.