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 partme-ai/full-stack-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
Provides per-component and per-API examples with cross-platform compatibility details for uni-app, covering built-in components, uni-ui components, and APIs (network, storage, device, UI, navigation, media). Use when the user needs official uni-app components or APIs, wants per-component examples with doc links, or needs platform compatibility checks.
tools
Creates new uni-app projects via the official CLI or HBuilderX with Vue 2/Vue 3 template selection, manifest.json and pages.json configuration, and directory structure setup. Use when the user wants to scaffold a new uni-app project, initialize project files with a single command, or set up the development environment.
tools
Browses, installs, configures, and manages plugins from the uni-app plugin market (ext.dcloud.net.cn) including component plugins, API plugins, and template plugins with dependency handling. Use when the user needs to find and install uni-app plugins, configure plugin settings, manage plugin dependencies, or integrate third-party components.
tools
Develops native Android and iOS plugins for uni-app including module creation, JavaScript-to-native communication, and plugin packaging for distribution. Use when the user needs to build custom native modules, extend uni-app with native capabilities (camera, Bluetooth, sensors), or create publishable native plugins.