migrate-cloudflare-to-void

Installation
SKILL.md

Migrate Vite + Cloudflare Plugin to Void

When to use

Use this skill when the user has an existing Vite app with @cloudflare/vite-plugin and wants to migrate to void with minimal breakage.

Do not use this for greenfield apps started via npm install -D void + npx void init.

Inputs to gather first

Read these files before editing:

  • package.json
  • vite.config.*
  • wrangler.jsonc (if present)
  • Current worker entrypoint (src/worker.*, src/index.*, etc.)
  • Any existing API handlers and migration SQL files

Confirm:

Installs
13
First Seen
Jul 8, 2026
migrate-cloudflare-to-void — liangmiqwq/skills