bun-knowledge-patch
Installation
SKILL.md
Bun Knowledge Patch
Use this skill when implementing or reviewing Bun applications, libraries, tooling, packages, tests, or migrations. Start with the quick references below, then open the topic file that matches the task. In a topic, later entries supersede earlier defaults or limitations.
Reference index
| Reference | Topics |
|---|---|
build-and-frontend.md |
Build behavior, HTML entrypoints, CSS, HMR, plugins, transpilation, standalone executables |
databases-and-storage.md |
Unified SQL, PostgreSQL, MySQL/MariaDB, SQLite, Redis/Valkey, S3-compatible storage |
http-and-networking.md |
Routes, cookies, WebSockets, fetch, proxies, HTTP protocols, TLS, TCP, UDP, DNS |
node-compatibility.md |
Core modules, loading, filesystem, crypto, VM, workers, native addons, remaining gaps |
packages-and-workspaces.md |
Lockfiles, installs, linker modes, workspaces, catalogs, scripts, audits, publishing |
runtime-and-platform.md |
CLI and process behavior, data formats, terminal APIs, profiling, cron, platforms |
testing.md |
Discovery, concurrency, assertions, snapshots, mocks, timers, coverage, reporters |