bun-knowledge-patch
SolidBun
AI & Automation 20 stars
0 forks Updated 1 weeks ago MIT
Install
Quality Score: 79/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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...
Details
- Author
- Nevaberry
- Repository
- Nevaberry/nevaberry-plugins
- Created
- 6 months ago
- Last Updated
- 1 weeks ago
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Web & Frontend Solid
nuxt-knowledge-patch
Nuxt
20 Updated 1 weeks ago
Nevaberry AI & Automation Solid
bun-development
Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by [oven-sh/bun](https://github.com/oven-sh/bun).
5 Updated 3 days ago
ValorVie Testing & QA Listed
bun
Use when building, testing, and deploying JavaScript/TypeScript applications. Reach for Bun when you need to run scripts, manage dependencies, bundle code, or test applications with a single unified tool.
2 Updated today
FJRG2007