This is a comprehensive reference for building production Next.js apps on Vercel's platform. You get opinionated guidance on React Server Components (minimize 'use client'), TypeScript patterns (interfaces over types, const objects over enums), and the Vercel AI SDK for streaming chat interfaces. The project structure recommendations and API route examples with Zod validation are immediately applicable. Worth noting: it pushes hard toward server components and URL state over client-side hooks, which matches Vercel's current direction but might feel restrictive if you're migrating existing codebases. The AI SDK error handling examples covering rate limits and quota issues are especially practical.
npx skills add https://github.com/mindrally/skills --skill vercel-development