jutsu-bun:bun-runtime

Official

Harness Bun's runtime for fast file I/O and servers.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers Bun's modern runtime APIs for file I/O, HTTP servers, environment access, and shell integration.

Core Features & Use Cases

  • File I/O & HTTP: Fast file reads/writes and building high-performance HTTP servers.
  • Environment Safety: Type-safe environment variable access.
  • Shell Integration: Use Bun.$ for shell commands within code.

Quick Start

Build a tiny HTTP server using Bun.serve and read a JSON file from disk.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: jutsu-bun:bun-runtime
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#jutsu-bun-bun-runtime

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository