oven-shoven-shOfficial·10 Agent Skills Included

bun

Fast all-in-one JavaScript runtime, bundler, test runner, and package manager

Runs JavaScript and TypeScript apps as a fast drop-in replacement for Node.js. Bundles code, runs tests, and installs packages from one single executable tool. Eliminates slow startup times, heavy node_modules folders, and juggling separate build tools. Helps developers build, test, and ship web projects faster with far less configuration.
npx skills add oven-sh/bun --all -g -y
Available:

Tells the AI agent how to build Bun, run the correct test commands, and follow the repository's coding and testing rules when making changes.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Bun?â–¼

Run `npx skills add oven-sh/bun --all -g -y` in your terminal to install all tools in this suite globally.

What is Bun used for?â–¼

Bun is an all-in-one toolkit that runs JavaScript and TypeScript, bundles code, runs tests, and manages packages as a fast drop-in replacement for Node.js.

Is Bun compatible with Node.js projects?â–¼

Yes. Bun implements Node.js APIs and works with most existing Node.js projects and npm packages with little or no changes.

Can Bun replace npm and Jest?â–¼

Yes. Bun includes a built-in package manager and a Jest-compatible test runner, so you can install dependencies and run tests without separate tools.

Does Bun support TypeScript out of the box?â–¼

Yes. Bun runs TypeScript and JSX files directly with no extra configuration or transpiler setup required.

Related Repositories in Software Engineering

View All in Software Engineering→