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 use to automatically add a plugin, install the latest version, and set it as global.
  • Environment State: Use --activate and --deactivate to control if asdf managed binaries are in the current shell's PATH.
  • Zero-Setup: Automatically handles asdf installation if it's missing.

Patterns & Examples

Install and Use

# Install the latest Node.js and set it as global
Related skills

More from x-cmd/skill

Installs
3
Repository
x-cmd/skill
GitHub Stars
20
First Seen
Apr 10, 2026