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.jsonvite.config.*wrangler.jsonc(if present)- Current worker entrypoint (
src/worker.*,src/index.*, etc.) - Any existing API handlers and migration SQL files
Confirm: