Hex upgrade migration
'Analyze, plan, and execute Hex SDK upgrades with breaking change detection.From its SKILL.md
npx -y skills add jeremylongshore/claude-code-plugins-plus-skills --skill hex-upgrade-migrationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.0 KB, 121 tokens by cl100k_base, as published. Nobody here has run it
Hex Upgrade & Migration
Overview
Hex API is versioned at /api/v1/. Monitor the Hex changelog for new endpoints and deprecations.
Instructions
Check API Usage
grep -r "app.hex.tech" src/ --include="*.ts" --include="*.py"
Airflow Provider Updates
pip install --upgrade airflow-provider-hex
Resources
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.