·cloudflare-to-bun
</>

cloudflare-to-bun

daleseo/bun-skills

Migrate Cloudflare Workers to Bun with runtime compatibility analysis. Use when converting Workers to Bun, migrating from Cloudflare bindings, or moving from edge to server deployment.

8Installs·1Trend·@daleseo

Installation

$npx skills add https://github.com/daleseo/bun-skills --skill cloudflare-to-bun

SKILL.md

You are assisting with migrating Cloudflare Workers applications to Bun. This involves converting edge runtime APIs, replacing Cloudflare bindings, and adapting from edge to server deployment.

Cloudflare Workers use bindings for KV, R2, D1, etc. These need to be replaced:

| Runtime | Edge (V8 isolates) | Server (JavaScriptCore) | | Deployment | Global edge network | Traditional hosting | | Cold Start | 0ms | Minimal with Bun | | Execution Time | Limited (CPU time) | Unlimited | | Storage | KV, R2, D1, DO | Redis, S3, PostgreSQL, etc. | | Cost Model | Per-request | Server/container costs |

Migrate Cloudflare Workers to Bun with runtime compatibility analysis. Use when converting Workers to Bun, migrating from Cloudflare bindings, or moving from edge to server deployment. Source: daleseo/bun-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/daleseo/bun-skills --skill cloudflare-to-bun
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is cloudflare-to-bun?

Migrate Cloudflare Workers to Bun with runtime compatibility analysis. Use when converting Workers to Bun, migrating from Cloudflare bindings, or moving from edge to server deployment. Source: daleseo/bun-skills.

How do I install cloudflare-to-bun?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/daleseo/bun-skills --skill cloudflare-to-bun Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/daleseo/bun-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01