This hooks into the fullstackrecipes MCP server to scaffold a Next.js app running on Bun and wire up Vercel deployment with automatic pushes. It's the kind of thing you use when you want to skip the dozen setup steps between "create-next-app" and actually having a live site. The recipe approach is clever because it keeps the opinionated setup steps in one maintained place instead of copy-pasting from stale docs. If you deploy Next.js apps regularly and like Bun's speed, this cuts out the boilerplate. Just make sure you have the MCP server configured or you'll need to curl the recipe manually.
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill nextjs-on-vercel