nvm (Node Version Manager) logo

nvm (Node Version Manager)

teachingai/full-stack-skills

Installation

npx skills add https://github.com/teachingai/full-stack-skills --skill nvm

Summary

A router skill that identifies the user's nvm intent (install, setup, usage, defaults, troubleshooting) and dispatches to focused sub-skills mapped from the official nvm README — install scripts, .nvmrc and LTS handling, default aliases, global packages, Docker/CI usage, and PATH/profile troubleshooting across macOS, Linux, WSL, and Alpine.

SKILL.md

When to use this skill

Use this skill when the request is broad or ambiguous, and you need to route the user to a focused nvm sub-skill.

How to use this skill

  1. Identify the user's intent (install, setup, usage, defaults, troubleshooting, or metadata).
  2. Switch to the best-matching nvm sub-skill below.

Sub-skill map

  • nvm-install
  • nvm-setup
  • nvm-usage-basics
  • nvm-defaults-and-nvmrc
  • nvm-global-packages
  • nvm-mirror-and-auth
  • nvm-docker-ci
  • nvm-verify
  • nvm-troubleshooting-macos
  • nvm-troubleshooting-linux
  • nvm-uninstall
  • nvm-misc
  • nvm-project-meta

Keywords

nvm, node version manager, node.js, install nvm, nvm use, nvm install, .nvmrc, lts, node versions, npm global packages, macos, linux, wsl, alpine, docker

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.