From lucidchart-pack
Guides upgrading Lucidchart SDK packages with npm/pip: version checks, git branches, updates, tests, rollbacks, and changelog links.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin lucidchart-packThis skill is limited to using the following tools:
```bash
Installs 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.
Share bugs, ideas, or general feedback.
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.