This skill exposes shortcuts and guidance for running TypeScript and JavaScript with the Deno runtime. It helps agents prepare and execute Deno scripts, consider required permissions (network/file), and follow secure runtime patterns without complex environment setup. Typical operations include running scripts, managing dependencies, and ensuring runtime permissions are correct.
Activate when an agent needs to execute TypeScript/JavaScript files, run one-off scripts, or manage Deno-based tooling in automation tasks. Useful for code evaluation, lightweight task runners, or when an environment without Node.js is preferred.
x deno run script.ts) and a checklist to confirm permissions and file types.Best for agents that can execute shell commands or invoke runtimes (Copilot, Codex, Gemini CLI). Works for any agent needing to run TS/JS in a secure, minimal runtime.
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
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
Node.js Environment Manager
Provides Node.js version management and convenient npm/npx wrappers so agents can install packages, run JS tools, and switch Node versions reliably across envir
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.