This skill equips the agent with concise patterns and examples for using Bun as a high-performance JavaScript/TypeScript runtime, package manager, and test runner. It outlines common commands for running scripts and installing dependencies and includes an activation checklist to verify environment compatibility.
Activate when the user requests a fast JS/TS runtime, needs to install or run packages quickly during local development, or asks for alternatives to npm/yarn for improved performance. Also useful when optimizing developer workflows or running tests rapidly.
Works with coding-capable agents that can execute shell commands and edit project files (Copilot/Codex, Claude Code, Cursor, Gemini CLI).
The skill entry x-cmd-bun references source_path data/x-cmd/bun/SKILL.md, but this path returns 404 on the x-cmd/skill GitHub repo — the directory does not exist. The skill_md_body from the DB is null, and no scripts were bundled. This appears to be a phantom/broken DB entry with no actual skill content to evaluate. The metadata (name, description, tags) exists but cannot be verified against any real file.
Phantom/broken skill entry. The referenced GitHub path does not exist. The x-cmd/skill repo has directories like x-cmd, x-env, x-git, etc. but no 'bun' directory. This entry should be flagged for cleanup or removed from the DB.
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
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
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.
Raku Language Support
Lightweight skill to run and manage Raku (Perl 6) scripts: provides examples and checklist for executing scripts and validating runtime availability.
Perl Language Management
Run and manage Perl scripts and runtimes from an agent with consistent patterns for execution and environment detection.
npx (Node Package Executor)
Run one-off Node.js packages or CLIs directly via npx — useful for scaffolding, testing package versions, and ad-hoc tool execution.