Bump SDK Version
Bumps the FutureSearch SDK version across all 11 config/lockfile locations in one pass
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · c7a39e6
Live-bumped the version string in a throwaway clone of the real repo: a naive one-file bump leaves 14 stale version references across 10 files, while following the skill's 11-file checklist zeroed them all out — but the uv-all.sh sync script it instructs you to run from the repo root does not exist anywhere in this public mirror.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 3/5
What Bump SDK Version does
A release-engineering checklist for the futuresearch-python monorepo: it lists the exact 11 files (pyproject.toml, plugin/marketplace/gemini manifests, MCP subpackage, stub packages, CITATION.cff, README BibTeX) that must be updated together when bumping the SDK version, plus the lockfile-sync, test, and PyPI-release steps. Triggers when the user says bump version, release, or version bump in this repo.
How to install Bump SDK Version
git clone https://github.com/futuresearch/futuresearch-python
cd futuresearch-python
mkdir -p ~/.claude/skills
cp -r .claude/skills/bump-sdk-version ~/.claude/skills/bump-sdk-version
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Bump SDK Version
-
/bump-sdk-versionBumps the FutureSearch SDK version across all 11 config/lockfile locations in one pass
It also activates on plain-language prompts like these:
-
Bump the FutureSearch SDK version across every config file -
Release a new SDK version and sync all the lockfiles -
Update the SDK version number everywhere it appears in the repo
Frequently asked questions
- Is the Bump SDK Version skill free?
- Yes. The skill itself is free from futuresearch/futuresearch-python. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Bump SDK Version work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Live-bumped the version string in a throwaway clone of the real repo: a naive one-file bump leaves 14 stale version references across 10 files, while following the skill's 11-file checklist zeroed them all out — but the uv-all.sh sync script it instructs you to run from the repo root does not exist anywhere in this public mirror.
- What is the Bump SDK Version SkillProof Score?
- 8.0/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 3/5.
- How do I install Bump SDK Version?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Bump SDK Version with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.