Agent Skills
› kaininx/PlainTab
› bump-version
bump-version
GitHub用于触发PlainTab版本更新流程的Claude适配器。当用户请求发布新版本、升级版本号或执行发布准备时激活,确保遵循标准工作流并同步更新技能文件。
Trigger Scenarios
用户询问如何更新版本
要求bump version
指定升级到特定版本号
请求发布新版本
Install
npx skills add kaininx/PlainTab --skill bump-version -g -y
SKILL.md
Frontmatter
{
"name": "bump-version",
"description": "Claude adapter for bumping the PlainTab version. Use when the user asks \"更新版本\", \"bump version\", \"upgrade to vX.Y.Z\", \"发布新版本\", or asks to prepare a PlainTab release."
}
Bump PlainTab Version
This is a Claude Code adapter. The canonical workflow lives at:
.agents/skills/bump-version/SKILL.md from the repository root.
Before doing version work:
- Read the canonical skill file above.
- Follow that workflow exactly.
- Update the canonical skill in
.agents/skills/if the release process changes. - Keep this Claude adapter short.
Do not duplicate the long workflow here.
Version History
- 955e53e Current 2026-07-24 12:24


