What problem does it solve? Choosing and configuring the right toolchain to run Next.js applications on Cloudflare Workers is confusing, with competing options like vinext and OpenNext and incomplete feature parity to navigate. ## Core Features & Use Cases - Toolchain Guidance: Defaults to vinext for new Next.js projects on Cloudflare Workers while preserving existing OpenNext setups during unrelated maintenance. - Upstream Skill Delegation: Installs and follows vinext's official skills via npx skills add cloudflare/vinext for setup, migration, and deployment workflows. - Migration Support: Guides moving an existing Next.js app to Workers using the upstream migrate-to-vinext skill, including its compatibility check. - Use Case: You have an existing Next.js app and want to deploy it on Cloudflare Workers. This Skill checks for the upstream vinext skills, installs them if missing, and walks you through the migration with Cloudflare as the deployment target. ## Quick Start Ask the assistant to migrate your existing Next.js project to Cloudflare Workers using vinext, or to scaffold a new Next.js project targeting Workers.