nvm-skills
June 23, 2026 · View on GitHub
nvm-skills
Node Version Manager (nvm) skills — install, setup, CI, troubleshooting
English | 简体中文
Introduction · Install · Skills · Supported Agents · Ecosystem
📖 Introduction
nvm Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.
This package includes 15 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.
📦 Install
npx skills add full-stack-skills/nvm-skills
Or install specific skills:
npx skills add full-stack-skills/nvm-skills --skill <skill-name>
🎯 Skills (15)
| Skill | Description |
|---|---|
nvm-defaults-and-nvmrc | Define default Node versions and manage project-specific versions with .nvmrc and auto-use flows. |
nvm-docker-ci | Cover nvm installation and usage in Docker images and CI/CD pipelines, including non-interactive shell loading. |
nvm-global-packages | Migrate global packages between Node versions and define a default global packages file for consistency. |
nvm-install | Provide comprehensive guidance for installing and updating nvm from the official README, including install scripts, p... |
nvm-mirror-and-auth | Configure Node.js binary mirrors and authentication headers for restricted or 10、Company Manger network environments. |
nvm-misc | Provide nvm overview, output color customization, tests, and automation examples like Ansible. Use when users ask for... |
nvm-project-meta | Provide nvm project metadata like maintainers, support policy, enterprise support, license, and copyright notice. Use... |
nvm-setup | Configure shell initialization and environment variables so nvm loads correctly across bash, zsh, and fish. |
nvm-shell-integration | Enable deeper shell integration and auto-switching for nvm across bash, zsh, and fish. |
nvm-troubleshooting-linux | Diagnose common nvm issues on Linux and WSL, including distro differences, profiles, and PATH errors. |
nvm-troubleshooting-macos | Diagnose common nvm issues on macOS, including profile loading, PATH priority, and permissions. |
nvm-uninstall | Remove nvm cleanly, including NVM_DIR cleanup, profile edits, and PATH restoration. |
nvm-usage-basics | Cover everyday nvm usage for installing, switching, and listing Node versions, including LTS and system node. |
nvm-verify | Verify nvm installation and diagnose PATH or profile loading issues after setup. |
nvm | Guidance for installing, configuring, and using nvm (Node Version Manager) based on the official README. Use when the... |
🤖 Supported Agents
Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.
Claude Code Installation
Option 1: npx skills CLI (Recommended)
npx skills add full-stack-skills/nvm-skills
Option 2: Manual Installation
git clone https://github.com/full-stack-skills/nvm-skills.git
cp -r nvm-skills/skills/* .claude/skills/
For more details, see the Claude Code Skills Guide and Agent Skills Spec.
🌐 Ecosystem
| Resource | Link |
|---|---|
| Full Stack Skills | github.com/partme-ai/full-stack-skills |
| All Skill Groups | github.com/full-stack-skills |
| Agent Skills Spec | agentskills.io |
| Skills CLI | github.com/vercel-labs/skills |
📄 License
Apache 2.0 — see LICENSE.