From lucidchart-pack
Guides upgrading Lucidchart SDK packages with npm/pip: version checks, git branches, updates, tests, rollbacks, and changelog links.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lucidchart-pack:lucidchart-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 lucidchart
pip show lucidchart 2>/dev/null
git checkout -b upgrade/lucidchart
npm update # or pip install --upgrade
npm test
git checkout main -- package.json
npm install
See lucidchart-ci-integration.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin lucidchart-packInstalls and configures Lucidchart SDK authentication for Node.js/TypeScript or Python, with verification scripts and error handling for API integrations.
Guides upgrading MindTickle SDK in Node.js or Python projects via npm/pip, with git branching, version checks, testing, and rollback steps.
Upgrades @linear/sdk versions safely: checks npm versions, reviews changelogs, creates git branches, fixes breaking changes with TypeScript compatibility layers.