LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Overview, installation methods, quickstart tutorial, and TypeScript setup for Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Overview, installation methods, quickstart tutorial, and TypeScript setup for Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Guides for creating and distributing standalone binary executables with Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Deployment guides for Bun applications on AWS, Docker, Vercel, Fly.io, Railway, and other platforms.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Guides for using Bun with frameworks and libraries: Next.js, React, Astro, Vite, Hono, Elysia, Express, Prisma, Drizzle, etc.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Guides for streaming HTML rewriting and transformation using HTMLRewriter in Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Practical guides and recipes for HTTP servers, routing, file uploads, CORS, streaming, and proxying in Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Guides for installing Bun across various operating systems and CI/CD environments.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Guides for child processes, IPC, spawning commands, and signal handling with Bun.$ and Bun.spawn.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Guides and patterns for reading text, binary, JSON, and streaming files in Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Guides for runtime features: environment variables, timers, console logging, debugging, and crash handling in Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Guides for working with WHATWG Streams, ReadableStream, WritableStream, and TransformStream in Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Practical guides for testing TypeScript applications, mocking modules, mocking fetch, and running unit tests in Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Guides for utility functions: hashing, base64, nanoseconds timer, UUID, and byte arrays in Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Guides for building real-time WebSocket servers, pub/sub, client connections, and auto-reconnect in Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Guides for writing files, appending data, atomic writes, and streaming file output in Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
General Bun development guides and best practice workflows.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Reference for all Bun package manager CLI commands: bun install, bun add, bun remove, bun update, bun link, bun patch, bun publish, bun audit, bun dedupe, bun outdated, bun why, and bun prune.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Covers Bun's package manager: workspaces, isolated installs, global cache, lockfile format, npmrc, catalogs, filters, and security scanner.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Bun project configuration, roadmap, benchmarking, contributing guidelines, Windows builds, and licensing.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Covers Bun.serve, HTTP server configuration, routing, streaming responses, WebSockets, TLS/SSL, and middleware with Bun's native APIs.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Covers Bun low-level networking: TCP sockets, UDP sockets, Unix domain sockets, DNS resolution, and TLS.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Covers HTML templating, JSX rendering, and server-side component rendering with Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
CLI snippets and command-line automation recipes with Bun.
LuigiColantuono/bun-docs-toolkit
Skill Claude CodeCodex
Complete guide to Bun's native test runner: writing tests, expect matchers, mocks, spies, lifecycle hooks, snapshots, code coverage, reporters, DOM testing, and test configuration.