bun-runtime

Installation
SKILL.md

Bun Runtime Workflows

Leverage Bun's integrated toolkit for faster development. From one-off commands with bunx to optimizing monorepos, master the workflows that keep full-stack teams moving.

Why Bun?

Bun is a complete toolkit in a single binary:

  • Runtime — JavaScript/TypeScript execution (4x faster Node startup)
  • Package Manager — Replaces npm/yarn (faster installs)
  • Bundler — Built-in code bundling
  • Test Runner — Native test framework (no external runners)

All in one. No configuration. No separate tools.


1. bunx: No Global Installs

Replace globally installed CLI tools with bunx. Each command runs the latest version without cluttering your environment.

Installs
Repository
smithery/ai
First Seen
bun-runtime — smithery/ai