From juicebox-pack
Guides Juicebox SDK upgrades in npm projects: check versions, git branch, install latest, test, rollback, changelog.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin juicebox-packThis skill is limited to using the following tools:
```bash
Configures GitHub Actions workflows for Juicebox CI/CD tests and integration jobs in npm projects using JUICEBOX_API_KEY secret.
Upgrades 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, Vue 3, Next.js, Laravel 11, Python 3.12, Node 22.
Share bugs, ideas, or general feedback.
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.