From linktree-pack
Guides Linktree package upgrades via npm or pip, including version checks, git branching, testing, rollback, and changelog resources.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linktree-pack:linktree-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 linktree
pip show linktree 2>/dev/null
git checkout -b upgrade/linktree
npm update # or pip install --upgrade
npm test
git checkout main -- package.json
npm install
See linktree-ci-integration.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin linktree-packInstalls Linktree SDK via npm or pip, configures API key auth in env vars, verifies connections in TypeScript/Python, and handles errors.
Guides upgrading MindTickle SDK in Node.js or Python projects via npm/pip, with git branching, version checks, testing, and rollback steps.
Guides upgrading Lucidchart SDK packages with npm/pip: version checks, git branches, updates, tests, rollbacks, and changelog links.