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
Installs
3
Repository
x-cmd/skill
GitHub Stars
26
First Seen
Apr 10, 2026
node — x-cmd/skill