From juicebox-pack
Guides Juicebox SDK upgrades in npm projects: check versions, git branch, install latest, test, rollback, changelog.
How this skill is triggered — by the user, by Claude, or both
Slash command
/juicebox-pack:juicebox-upgrade-migrationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
npm list @juicebox/sdk
npm view @juicebox/sdk version
git checkout -b upgrade/juicebox-sdk
npm install @juicebox/sdk@latest
npm test
npm install @juicebox/sdk@previous-version --save-exact
See juicebox-ci-integration.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin juicebox-packUpgrades exa-js SDK to latest in Node.js projects: checks versions, creates git branch, installs/updates, runs tests, verifies search API methods.
Guides framework and language migrations: version upgrades, breaking changes, dependency audits, codemods, rollbacks. For React 19, Next.js App Router, Python 3.12, Node 22, etc.
Upgrades @linear/sdk versions safely: checks npm versions, reviews changelogs, creates git branches, fixes breaking changes with TypeScript compatibility layers.