This brings together seven major frameworks that can run on Cloudflare Workers, from Hono (the lightweight native option) to Next.js via OpenNext. The real value is the decision tree and the top 10 framework errors table, which covers the usual suspects like CPU limit overruns and missing bindings. Each framework gets its own reference guide for when you commit to one. If you're starting fresh and just need an API, Hono is the obvious choice. For full-stack React, you're choosing between Remix (native adapter) and Next.js (more complex setup). The binding access patterns across frameworks save you from documentation diving when you need to hit D1 or KV from your chosen stack.
npx skills add https://github.com/secondsky/claude-skills --skill cloudflare-workers-frameworks