AI AGENT ADDONS

Bun is a fast all-in-one toolkit for JavaScript and TypeScript. It works as a runtime, package manager, bundler, and test runner. Developers can use one tool for running code, installing packages, building projects, and running tests.

Bun is built for speed. It starts quickly and runs scripts faster than older tools. You can replace Node.js with Bun in many projects. Most packages that work with Node also work with Bun. This makes migration simple.

Bun also works well on Vercel and other platforms. Choose Bun when you want a single fast toolchain for your JavaScript work. It is great for new projects and scripts where speed matters.

Add Bun Runtime skill to your workflow

Global

mkdir -p ~/.claude/skills/bun-runtime

Project

mkdir -p .claude/skills/bun-runtime

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago