What problem does it solve?
This Skill consolidates a fast, all-in-one JavaScript/TypeScript runtime with built-in tooling to streamline AI-assisted coding workflows.
Core Features & Use Cases
- Runtime & Package Management: Native TypeScript/JSX execution plus Bun's package manager for fast, dependency-aware projects.
- Server & Data Capabilities: Built-in HTTP server (Bun.serve), WebSockets, file I/O, and SQLite bindings for self-contained apps.
- Interop & Ecosystem: FFI bindings, Node.js compatibility, and rich references documenting core APIs.
- Use Case: Spin up a REST API backed by SQLite in minutes and ship fast prototypes with reliable I/O and interop.
Quick Start
Install Bun in your environment and begin using the bun skill to run TypeScript directly, start servers, and access local and remote data sources. For examples and detailed API docs, consult the References section.