node

Installation
SKILL.md

node - Node.js Development Environment

The node module simplifies Node.js development by offering integrated version management and direct access to npm and npx tools across various platforms.

When to Activate

  • When installing or switching Node.js versions.
  • When using npm to manage dependencies or npx to run remote tools.
  • When executing JavaScript files in the terminal.

Patterns & Examples

Install NPM Packages

# Install a Node package globally
x node npm install -g typescript

Run Tool via NPX

Related skills

More from x-cmd/skill

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