skills/nvm-skills/nvm/SKILL.md
Install, configure, and use nvm (Node Version Manager) to manage Node.js versions. Routes to focused sub-skills for installation, shell setup, version switching, .nvmrc defaults, global packages, Docker/CI, troubleshooting, and more. Use when the user needs to manage Node.js versions, install nvm, or troubleshoot nvm usage.
npx skillsauth add teachingai/agent-skills nvmInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Route broad or ambiguous nvm requests to the most relevant sub-skill.
| User Intent | Sub-skill | |---|---| | "Install nvm", "How do I set up nvm?" | nvm-install | | "nvm not found", "shell profile setup" | nvm-setup | | "nvm install 20", "nvm use", "switch node" | nvm-usage-basics | | ".nvmrc", "default version", "nvm alias" | nvm-defaults-and-nvmrc | | "global packages", "reinstall-packages" | nvm-global-packages | | "mirror", "corporate proxy", "auth header" | nvm-mirror-and-auth | | "Docker", "CI/CD", "Dockerfile" | nvm-docker-ci | | "verify", "nvm --version", "is nvm working?" | nvm-verify | | "macOS nvm issues", "zshrc" | nvm-troubleshooting-macos | | "Linux nvm issues", "WSL" | nvm-troubleshooting-linux | | "auto use", "auto switch on cd" | nvm-shell-integration | | "uninstall nvm", "remove nvm" | nvm-uninstall | | "nvm colors", "ansible", "nvm tests" | nvm-misc | | "maintainers", "license", "support" | nvm-project-meta |
nvm, node version manager, node.js, install nvm, nvm use, nvm install, .nvmrc, lts, node versions, npm global packages, macos, linux, wsl, alpine, docker
development
Guidance for Next.js using the official docs at nextjs.org/docs. Use when the user needs Next.js concepts, configuration, routing, data fetching, or API reference details.
tools
Provides comprehensive guidance for Flask framework including routing, templates, forms, database integration, extensions, and deployment. Use when the user asks about Flask, needs to create web applications, implement routes, or build Python web services.
development
Provides comprehensive guidance for FastAPI framework including routing, request validation, dependency injection, async operations, OpenAPI documentation, and database integration. Use when the user asks about FastAPI, needs to create REST APIs, or build high-performance Python web services.
development
Provides comprehensive guidance for Django framework including models, views, templates, forms, admin, REST framework, and deployment. Use when the user asks about Django, needs to create web applications, implement models and views, or build Django REST APIs.