nvm-skills

June 23, 2026 · View on GitHub

nvm-skills

Node Version Manager (nvm) skills — install, setup, CI, troubleshooting

GitHub License Agent Skills

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)

SkillDescription
nvm-defaults-and-nvmrcDefine default Node versions and manage project-specific versions with .nvmrc and auto-use flows.
nvm-docker-ciCover nvm installation and usage in Docker images and CI/CD pipelines, including non-interactive shell loading.
nvm-global-packagesMigrate global packages between Node versions and define a default global packages file for consistency.
nvm-installProvide comprehensive guidance for installing and updating nvm from the official README, including install scripts, p...
nvm-mirror-and-authConfigure Node.js binary mirrors and authentication headers for restricted or 10、Company Manger network environments.
nvm-miscProvide nvm overview, output color customization, tests, and automation examples like Ansible. Use when users ask for...
nvm-project-metaProvide nvm project metadata like maintainers, support policy, enterprise support, license, and copyright notice. Use...
nvm-setupConfigure shell initialization and environment variables so nvm loads correctly across bash, zsh, and fish.
nvm-shell-integrationEnable deeper shell integration and auto-switching for nvm across bash, zsh, and fish.
nvm-troubleshooting-linuxDiagnose common nvm issues on Linux and WSL, including distro differences, profiles, and PATH errors.
nvm-troubleshooting-macosDiagnose common nvm issues on macOS, including profile loading, PATH priority, and permissions.
nvm-uninstallRemove nvm cleanly, including NVM_DIR cleanup, profile edits, and PATH restoration.
nvm-usage-basicsCover everyday nvm usage for installing, switching, and listing Node versions, including LTS and system node.
nvm-verifyVerify nvm installation and diagnose PATH or profile loading issues after setup.
nvmGuidance 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

ResourceLink
Full Stack Skillsgithub.com/partme-ai/full-stack-skills
All Skill Groupsgithub.com/full-stack-skills
Agent Skills Specagentskills.io
Skills CLIgithub.com/vercel-labs/skills

📄 License

Apache 2.0 — see LICENSE.