bun-api とは?
TypeScript スクリプトの Bun ランタイム API リファレンス。 Bun.file()、Bun.write()、Bun.$() シェル、Bun.spawn()、Bun.Glob、Bun.env、bun:sqlite、Bun.hash、Bun.password、圧縮、ファイル生成、データ処理、スクリプト作成用のユーティリティをカバーします。 ソース: dmythro/agent-skills。
TypeScript スクリプトの Bun ランタイム API リファレンス。 Bun.file()、Bun.write()、Bun.$() シェル、Bun.spawn()、Bun.Glob、Bun.env、bun:sqlite、Bun.hash、Bun.password、圧縮、ファイル生成、データ処理、スクリプト作成用のユーティリティをカバーします。
コマンドラインで bun-api AI スキルを開発環境にすばやくインストール
ソース: dmythro/agent-skills。
Bun runs TypeScript natively — no tsc compilation, no ts-node, no build step. Run any .ts file directly with bun file.ts. Use Bun's native APIs instead of Node.js equivalents — they're faster, more ergonomic, and require no additional dependencies.
Critical: In a Bun project (has bun.lock, bun.lockb, bunfig.toml, or @types/bun in devDependencies), always use Bun to run scripts (bun file.ts, not node file.ts) and prefer Bun-native APIs over Node.js equivalents. Mixing runtimes causes subtle bugs and unnecessary retries.
Built-in HTTP server — replaces Express, Fastify, or http.createServer.
TypeScript スクリプトの Bun ランタイム API リファレンス。 Bun.file()、Bun.write()、Bun.$() シェル、Bun.spawn()、Bun.Glob、Bun.env、bun:sqlite、Bun.hash、Bun.password、圧縮、ファイル生成、データ処理、スクリプト作成用のユーティリティをカバーします。 ソース: dmythro/agent-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/dmythro/agent-skills --skill bun-apiTypeScript スクリプトの Bun ランタイム API リファレンス。 Bun.file()、Bun.write()、Bun.$() シェル、Bun.spawn()、Bun.Glob、Bun.env、bun:sqlite、Bun.hash、Bun.password、圧縮、ファイル生成、データ処理、スクリプト作成用のユーティリティをカバーします。 ソース: dmythro/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/dmythro/agent-skills --skill bun-api インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/dmythro/agent-skills