From linktree-pack
Guides Linktree package upgrades via npm or pip, including version checks, git branching, testing, rollback, and changelog resources.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin linktree-packThis skill is limited to using the following tools:
```bash
Configures and manages UpgradeLink for system upgrades, version migrations, and workflows including link creation, settings, API integrations, rollbacks. Activates on UpgradeLink, migration, or upgrade queries.
Installs 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.
Share bugs, ideas, or general feedback.
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.