什麼是 bun-runtime?
Bun JavaScript 執行時間、捆綁器和套件管理器。涵蓋 Bun.serve() HTTP 伺服器、Bun.file() I/O、SQLite、密碼雜湊、Bun.build() 捆綁器、bun:test 運行器和套件管理。 在使用 Bun API 進行建置、使用 Bun 運行腳本、捆綁程式碼、使用 Bun install/add 管理套件或使用 Bun:test 編寫測試時使用。 來源:oakoss/agent-skills。
Bun JavaScript 執行時間、捆綁器和套件管理器。涵蓋 Bun.serve() HTTP 伺服器、Bun.file() I/O、SQLite、密碼雜湊、Bun.build() 捆綁器、bun:test 運行器和套件管理。 在使用 Bun API 進行建置、使用 Bun 運行腳本、捆綁程式碼、使用 Bun install/add 管理套件或使用 Bun:test 編寫測試時使用。
透過命令列快速安裝 bun-runtime AI 技能到你的開發環境
來源:oakoss/agent-skills。
Bun is an all-in-one JavaScript and TypeScript runtime that includes a fast package manager, bundler, test runner, and Node.js-compatible APIs. It natively executes TypeScript and JSX without a separate compilation step.
When to use: Fast server-side JavaScript, TypeScript-first projects, replacing Node.js for better startup performance, built-in SQLite, password hashing, file I/O, HTTP servers, bundling, and testing without external tooling.
When NOT to use: Projects requiring full Node.js ecosystem compatibility (some native modules unsupported), production environments needing battle-tested stability of Node.js, or browser-only code that does not need a runtime.
Bun JavaScript 執行時間、捆綁器和套件管理器。涵蓋 Bun.serve() HTTP 伺服器、Bun.file() I/O、SQLite、密碼雜湊、Bun.build() 捆綁器、bun:test 運行器和套件管理。 在使用 Bun API 進行建置、使用 Bun 運行腳本、捆綁程式碼、使用 Bun install/add 管理套件或使用 Bun:test 編寫測試時使用。 來源:oakoss/agent-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/oakoss/agent-skills --skill bun-runtimeBun JavaScript 執行時間、捆綁器和套件管理器。涵蓋 Bun.serve() HTTP 伺服器、Bun.file() I/O、SQLite、密碼雜湊、Bun.build() 捆綁器、bun:test 運行器和套件管理。 在使用 Bun API 進行建置、使用 Bun 運行腳本、捆綁程式碼、使用 Bun install/add 管理套件或使用 Bun:test 編寫測試時使用。 來源:oakoss/agent-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/oakoss/agent-skills --skill bun-runtime 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/oakoss/agent-skills