ワンクリックで
bun-first
Describes efficient usage of Bun and Bun APIs instead of Node.js (and its APIs)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Describes efficient usage of Bun and Bun APIs instead of Node.js (and its APIs)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | bun-first |
| description | Describes efficient usage of Bun and Bun APIs instead of Node.js (and its APIs) |
We default to Bun as our JavaScript runtime, package manager, and task runner. Assume Bun is available unless explicitly stated otherwise.
bun install, bun add, bun removenpm, yarn, pnpmbun run for scriptsbun test) => We'll use Vitest for testingbun build) => We'll use ViteWrite clean, efficient TypeScript code that follows common best practices
Write clean, modern, and highly accessible HTML & JSX code, using semantically correct elements and attributes
Build modern Next.js apps with App Router and best practices
Build clean, modern React components that apply common best practices and avoid common pitfalls like unnecessary state management or useEffect usage
Utilize built-in browser APIs (like Popover API, View Transitions etc) instead of building features manually via JavaScript
Build clean, scalable UIs with Tailwind CSS using modern utilities and variants