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.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin mindtickle-packThis skill is limited to using the following tools:
```bash
Upgrades 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.
Installs MindTickle SDK and configures API key authentication for Node.js/TypeScript or Python apps. Verifies connections and covers common errors.
Share bugs, ideas, or general feedback.
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.