← Back to list

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
| Module | Description |
|---|---|
Bun.serve | HTTP server with WebSocket support |
Bun.file | File I/O with lazy loading |
Bun.build | JavaScript/TypeScript bundler |
Bun.$ | Shell scripting API |
Bun.sql | SQL database client |
bun:sqlite | SQLite database |
bun:ffi | Foreign function interface |
Related Skills
elysia-llm-docs- Elysia web frameworkeffect-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


