asdf
Installation
SKILL.md
asdf - Multiversion Runtime Manager
The asdf module enhances the standard asdf version manager by providing simplified x-cmd style commands for installing and switching environment runtimes.
When to Activate
- When the user wants to install a new programming language environment (e.g., Node.js, Elixir).
- When switching between different versions of a tool globally or per project.
- When managing asdf plugins or updating the asdf core.
Core Principles & Rules
- Enhanced Flow: Use
useto automatically add a plugin, install the latest version, and set it as global. - Environment State: Use
--activateand--deactivateto control if asdf managed binaries are in the current shell's PATH. - Zero-Setup: Automatically handles asdf installation if it's missing.