Back to list
5dlabs

bun-llm-docs

by 5dlabs

Cognitive Task Orchestrator - GitOps on Bare Metal or Cloud for AI Agents

2🍴 1📅 Jan 25, 2026

SKILL.md


name: bun-llm-docs description: Fetch Bun runtime documentation via llms.txt for up-to-date API references agents: [nova, blaze] triggers: [bun, bun runtime, bun install, bunx, bun test, bun build] llm_docs_url: https://bun.sh/llms.txt

Bun LLM Documentation

Bun provides comprehensive LLM-optimized documentation at https://bun.sh/llms.txt.

When to Use

Fetch this documentation when:

  • Setting up a new Bun project or migrating from Node.js
  • Working with Bun-specific APIs (SQLite, S3, Redis, FFI)
  • Configuring the bundler, minifier, or bytecode caching
  • Writing tests with bun test
  • Using Bun's shell scripting API
  • Deploying to cloud platforms (AWS Lambda, Vercel, Railway)

Key Topics Covered

  • Runtime: File I/O, HTTP Server, WebSockets, Workers, Streams
  • Bundler: CSS, HTML, Hot Reloading, Macros, Plugins, Executables
  • Package Manager: Install, Add, Update, Workspaces, Lockfile
  • Testing: Coverage, Mocks, Snapshots, DOM testing, Jest migration
  • Ecosystem: Elysia, Express, Hono, Drizzle, Prisma, Next.js, Remix

Quick Reference

// Fetch Bun docs via Firecrawl
const docs = await firecrawl.scrape({
  url: "https://bun.sh/llms.txt",
  formats: ["markdown"]
});

Key APIs Documented

ModuleDescription
Bun.serveHTTP server with WebSocket support
Bun.fileFile I/O with lazy loading
Bun.buildJavaScript/TypeScript bundler
Bun.$Shell scripting API
Bun.sqlSQL database client
bun:sqliteSQLite database
bun:ffiForeign function interface
  • elysia-llm-docs - Elysia web framework
  • effect-patterns - Effect TypeScript patterns

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon