asdf-runtime-version-updater

Installation
SKILL.md

ASDF Runtime Version Updater

Update language runtime versions consistently across your project.

Workflow

  1. Parse current versions - Read .tool-versions to get current runtime versions
  2. Find latest version - Run asdf latest <runtime> to get the latest available version
  3. Update .tool-versions - Update the version in .tool-versions
  4. Install new version - Run asdf install to install the runtime
  5. Find version references - Search for files referencing the old version
  6. Update all references - Update versions consistently across all files
  7. Verify project - Install deps, build, format check, and run tests

Version Lookup

Installs
5
First Seen
Jan 30, 2026
asdf-runtime-version-updater — tylercannon/agent-skills