asdf-runtime-version-updater
Installation
SKILL.md
ASDF Runtime Version Updater
Update language runtime versions consistently across your project.
Workflow
- Parse current versions - Read
.tool-versionsto get current runtime versions - Find latest version - Run
asdf latest <runtime>to get the latest available version - Update
.tool-versions- Update the version in.tool-versions - Install new version - Run
asdf installto install the runtime - Find version references - Search for files referencing the old version
- Update all references - Update versions consistently across all files
- Verify project - Install deps, build, format check, and run tests