Opentabs bump-version

Bump package versions across all platform packages and plugins in lockstep. Use when the user wants to bump versions, update versions, or prepare a release. Triggers on: bump version, bump versions, version bump, update version, prepare release.

install
source · Clone the upstream repo
git clone https://github.com/opentabs-dev/opentabs
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/opentabs-dev/opentabs "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/bump-version" ~/.claude/skills/opentabs-dev-opentabs-bump-version-d559f7 && rm -rf "$T"
manifest: .claude/skills/bump-version/SKILL.md
source content

IMPORTANT: This file is a stub. The actual skill content is maintained in

__SKILL__.md
in this same directory.

Before proceeding, you MUST read the file

.claude/skills/bump-version/__SKILL__.md
for the latest skill instructions. The content is kept separate so that updates to the skill are always picked up fresh, even if this stub was cached at the start of a session.