with one click
node-package
Add or upgrade Node.js/npm packages in the nix-registry
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Add or upgrade Node.js/npm packages in the nix-registry
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Add or upgrade Bun-based wrapper packages in the nix-registry
Add or upgrade pre-built binary packages (binWrapper) in the nix-registry
Add or upgrade Go packages in the nix-registry
Add or upgrade .NET/NuGet packages in the nix-registry
Add or upgrade Python packages in the nix-registry
Add or upgrade Rust packages in the nix-registry
| name | node-package |
| description | Add or upgrade Node.js/npm packages in the nix-registry |
| trigger | /node-package |
Guide for working with Node.js packages (built the official nixpkgs way with buildNpmPackage).
Note: This project uses
plsinstead oftaskfor running Taskfile commands (e.g.,pls gen:node:22).
Packages are declared in node/22/node-packages.json (the manifest) and built
via node/22/build-npm.nix + export.nix. Registry tarballs ship pre-built
output but no lockfile, so pls gen:node:22 vendors a prod-only
package-lock.json per package and pins the tarball + npm-deps hashes.
See Node Guide for complete documentation on:
pls gen:node:22 for lockfile/hash generation