← Back to list

bump-version
by powdream
Claude Code plugins to boost your development workflow
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: bump-version description: Bump plugin version. Use when you need to increment a plugin's version number.
Bump Version
Increment a plugin's version number (major, minor, or patch).
Arguments
[plugin-name]: (Optional) Target plugin name
Instructions
1. Determine Target Plugin
If plugin name is provided as argument:
- Use that plugin name and proceed to step 2
If no argument:
- Infer plugin name from session context (e.g., recently edited files under
plugins/<name>/) - Use AskUserQuestion tool to confirm: "Bump version for
<plugin-name>?" - STOP and WAIT for user response before proceeding to step 2
2. Read Current Version
Read plugins/<plugin-name>/.claude-plugin/plugin.json and extract current
version.
3. Ask Version Type
Use AskUserQuestion tool to ask which version to bump:
- Options: minor (Recommended), patch, major
- minor as first option with "(Recommended)"
4. Update Version
- Parse current version (e.g., "0.2.0" -> major=0, minor=2, patch=0)
- Increment selected component, reset lower components to 0
- major: 1.0.0
- minor: 0.3.0
- patch: 0.2.1
- Update plugin.json with new version
5. Confirm Result
Output: "Updated version: 0.2.0 -> 0.3.0"
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon