bun-knowledge-patchlisted
Install: claude install-skill Nevaberry/nevaberry-plugins
# 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`](references/build-and-frontend.md) | Build behavior, HTML entrypoints, CSS, HMR, plugins, transpilation, standalone executables |
| [`databases-and-storage.md`](references/databases-and-storage.md) | Unified SQL, PostgreSQL, MySQL/MariaDB, SQLite, Redis/Valkey, S3-compatible storage |
| [`http-and-networking.md`](references/http-and-networking.md) | Routes, cookies, WebSockets, fetch, proxies, HTTP protocols, TLS, TCP, UDP, DNS |
| [`node-compatibility.md`](references/node-compatibility.md) | Core modules, loading, filesystem, crypto, VM, workers, native addons, remaining gaps |
| [`packages-and-workspaces.md`](references/packages-and-workspaces.md) | Lockfiles, installs, linker modes, workspaces, catalogs, scripts, audits, publishing |
| [`runtime-and-platform.md`](references/runtime-and-platform.md) | CLI and process behavior, data formats, terminal APIs, profiling, cron, platforms |
| [`testing.md`](references/testing.md) | Discovery, concurrency, assertions, snapshots, mocks, timers, coverage, reporters |
## Critical behavior and default changes
### Use `routes`, not the former `static` s