Bun runtime capabilities for filesystem, process, and network operations. Use when you need to execute Bun-specific operations like Bun.file(), Bun.write(), or Bun.glob() for optimized file handling, or when working with Bun's native process/network APIs. Triggered by requests for Bun runtime features, file operations with Bun, or high-performance I/O tasks.
Version 1.0.0 - Initial release of the bun-runtime skill. - Provides native Bun operations for filesystem (read, write, glob), process commands, and network requests. - Scripts utilize Bun APIs for optimized performance and I/O tasks. - Automatically manages file encodings and directory creation. - Returns clear, JSON-formatted results and error messages.