vercel-to-cloudflare-migrator

Installation
SKILL.md

Vercel → Cloudflare Migrator

Analyze a Next.js-on-Vercel repository, pull real billing data from Vercel, estimate the projected monthly bill on Cloudflare Workers, provision the replacement Cloudflare resources, and open a draft PR that wires them in. App-code rewrites of @vercel/* data clients are reported, not applied — this skill's code changes stop at the deployment scaffolding layer.

Severity levels used throughout: BLOCKER (migration can't proceed as-is) · HIGH (needs rewrite before cutover) · MEDIUM (works but degraded) · LOW (cosmetic / best practice) · PASS (no issue).

Phase 1: Project Detection

Use Glob, Grep, and Read only — no network calls in this phase.

Required signals

Both must be present, otherwise stop and tell the user this skill targets Next.js apps currently on Vercel.

Signal Category
next in dependencies of any package.json nextjs
vercel.json OR .vercel/ OR .vercelignore present vercel
Related skills
Installs
1
GitHub Stars
1
First Seen
Apr 24, 2026