Simplifies Node.js development and runtime tasks by exposing commands for installing/switching Node versions, running npm installs, and invoking npx tools. It makes it easier for an agent to perform JavaScript-related operations—like scaffolding projects or running single-use tools—without manual environment setup.
Activate when a user needs to install or change Node.js versions, install npm packages, run npx-based tools, or execute JavaScript files from the terminal. Useful for project scaffolding, dependency management, or running build/test commands.
x node npm install -g <pkg> and x node npx create-react-app my-app, plus checks for desired Node version and npm availability.Agents that can execute shell/npm workflows (Copilot/Codex-style or CLI-capable assistants) will be able to use this skill effectively.
This skill has not been reviewed by our automated audit pipeline yet.
x-zuz — Unified Archive/Compression
Unified command-line interface for compressing, extracting, and listing many archive formats (zip, tar, 7z, zst, xz). Provides aliases and zero-dependency backe
Deno Runtime
Provides Deno runtime support for executing modern JavaScript/TypeScript tasks and managing Deno permissions and dependencies.
LinuxServer.io (LSIO) Container Manager
Simplifies deploying and managing popular LinuxServer.io containerized apps (code-server, filebrowser, media/home automation) with consistent defaults and quick
Bun — High-performance JS/TS Tooling
Provides Bun runtime and package manager patterns for fast local JS/TS development, with examples for running scripts and installing dependencies.
pkgx — Universal Tool Runner
On-demand tool runner that fetches and executes open-source CLI tools without global installation, useful for one-off runs or version-specific tests.