Skip to content
Trending 2026One of the top-searched agent skills of 2026.

// Bun-native apps — bun.serve, sqlite-native, test runner, package manager, hot reload, single binary.

Bun Runtime ProVerified Creator

git log --oneline --stat
HEAD
Stars
3.9k
Forks
218
Updated
Jun 2, 2026
repo --stat
  • stars

    3.9k

  • forks

    218

  • last update

    Jun 2, 2026

  • license

    MITv1.2.0

quickstart.sh
3 steps
  1. Install

    // Drops SKILL.md into ~/.claude/skills/

    $ claude skills add bun-runtime-pro
  2. Invoke

    // Run from any project directory

    $ claude --skill bun-runtime-pro "scaffold a typed REST endpoint"
  3. Iterate

    // Re-run with edits — Claude keeps the skill loaded

    $ claude --skill bun-runtime-pro "now refactor it"
bun-runtime-pro/
references
  • references/
  • SKILL.mdopen
  • README.mdopen
SKILL.md
readonly
name:
Bun Runtime Pro
slug:
bun-runtime-pro
version:
v1.2.0
license:
MIT
author:
@bun-craft
categories:
tags:
#bun#javascript#typescript#runtime#sqlite
description:

Bun-native apps — bun.serve, sqlite-native, test runner, package manager, hot reload, single binary.

features.md
6 capabilities

// What you can do with it

  • HTTP / WebSocket: Bun.serve({ port, fetch, websocket }), returning standard Response objects, plus routes for path matching and server.upgrade(req) for WS.
  • SQLite: import { Database } from "bun:sqlite", prepared statements via db.query(...).all()/.get()/.run(), and db.transaction().
  • Testing: import { test, expect, describe, mock } from "bun:test", run with bun test --watch and --coverage.
  • Packages & scripts: bun install (uses bun.lockb), bunx, and bun run.
  • Bundling: Bun.build({ entrypoints, outdir, target }) and bun build --compile --target=bun-linux-x64.
  • Env & files: automatic .env loading, Bun.file() / Bun.write().

README.md

bun-runtime-pro/README.md
6 sections
Loading README…

$ cat reviews/

Reviews

// No reviews yet. Be the first.
Loading review form…