npm

Installation
SKILL.md

npm - Node.js Package Management

The npm module provides integrated access to the Node Package Manager, simplifying dependency installation and script execution for Node.js projects.

When to Activate

  • When installing or managing Node.js packages.
  • When running predefined scripts in package.json.

Patterns & Examples

Install Global Package

# Install a package globally via npm
x npm install -g nodemon

Checklist

  • Confirm the package name.
  • Verify the target project directory.
Related skills

More from x-cmd/skill

Installs
3
Repository
x-cmd/skill
GitHub Stars
20
First Seen
Apr 10, 2026