From hex-pack
Analyzes Hex SDK usage in TypeScript/Python code, detects breaking changes/deprecations, plans upgrades, and executes via npm/pip. Use for Hex version migrations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hex-pack:hex-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
Hex API is versioned at `/api/v1/`. Monitor the Hex changelog for new endpoints and deprecations.
Hex API is versioned at /api/v1/. Monitor the Hex changelog for new endpoints and deprecations.
grep -r "app.hex.tech" src/ --include="*.ts" --include="*.py"
pip install --upgrade airflow-provider-hex
4plugins reuse this skill
First indexed Jul 10, 2026
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin hex-packApplies Hex SDK patterns for TypeScript (retry, polling) and Python (hextoolkit client, Airflow operator) to run data projects reliably.
Provides migration strategies for framework and language upgrades, including dependency audits, breaking change detection, codemod references, and rollback plans. Covers React, Vue, Next.js, Laravel, Angular, and multiple languages.
Upgrades dependencies and frameworks with automated breaking change analysis and migration planning. Useful for update, migrate, or modernize requests.