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/.agents/skills/bump-version" ~/.claude/skills/opentabs-dev-opentabs-bump-version && rm -rf "$T"
manifest:
.agents/skills/bump-version/SKILL.mdsource content
IMPORTANT: This file is a stub. The actual skill content is maintained in
in this same directory.__SKILL__.md
Before proceeding, you MUST read the file
.Codex/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.