一键导入
bump-version
Bump the version number across all plugin and marketplace config files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bump the version number across all plugin and marketplace config files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | bump-version |
| description | Bump the version number across all plugin and marketplace config files |
| argument-hint | <new_version> |
Update the version string in all config files that reference it.
new_version (required): New semantic version (e.g., 0.2.0)plugin/.claude-plugin/plugin.json — "version": "<new_version>"public-repo/.claude-plugin/marketplace.json — plugin entry versionpublic-repo/plugins/arc-probe/.claude-plugin/plugin.json — "version": "<new_version>"grep -r '"version"' plugin/.claude-plugin/plugin.json public-repo/.claude-plugin/marketplace.json public-repo/plugins/arc-probe/.claude-plugin/plugin.json
All three should show "version": "<new_version>".
Full analysis of a single function — disassemble, identify args, find string refs, callers/callees, RTTI, generate signature, label in GUI
Fully analyze a C++ virtual function table — detect params, find string refs, measure sizes, and label all entries
Detect function parameters from prologue and register usage — infer types, count, and calling convention
Discover a C++ class by name via RTTI — map its vtable, disassemble key virtual functions, explore inheritance hierarchy, and label everything
Find all functions that call a given function address — shows argument setup, string refs, and containing function names
Compare a function between sessions — generate a signature, find it after binary update, compare disassembly, report changes