npm

Installation
SKILL.md

NPM Skill

Use the npm tool to manage Node.js packages and run npm workflows.

Common workflows

Install dependencies

npm tool: action=install
npm tool: action=install, args="express @types/express --save-dev"

Run scripts

npm tool: action=run, args="dev"
npm tool: action=test
npm tool: action=build
Installs
2
Repository
espennilsen/pi
GitHub Stars
116
First Seen
Apr 2, 2026
npm — espennilsen/pi