什么是 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