From mindtickle-pack
Guides upgrading MindTickle SDK in Node.js or Python projects via npm/pip, with git branching, version checks, testing, and rollback steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mindtickle-pack:mindtickle-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 | grep mindtickle
pip show mindtickle 2>/dev/null
git checkout -b upgrade/mindtickle
npm update # or pip install --upgrade
npm test
git checkout main -- package.json
npm install
See mindtickle-ci-integration.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin mindtickle-packUpgrades Gamma SDK (@gamma/sdk npm, gamma-sdk pip) and migrates code for API breaking changes like client init, responses, errors. Checks versions, changelog, tests.
Analyzes Mistral AI SDK versions in JavaScript/TypeScript and Python, detects breaking changes, and automates migrations like ESM shifts and API updates.
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.