What problem does it solve? Setting up a Convex backend involves choosing templates, installing packages, wiring up providers, configuring environment variables, and starting the dev loop. This Skill guides you through the entire setup process so you get a working Convex project without missing configuration steps. ## Core Features & Use Cases - New Project Scaffolding: Creates complete projects with npm create convex@latest using templates like react-vite-shadcn, nextjs-shadcn, or auth-enabled variants. - Existing App Integration: Installs the convex package and wires up ConvexProvider correctly for React, Next.js, Vue, Svelte, and other frameworks with the right environment variable names. - Headless Agent Support: Configures anonymous local deployments via CONVEX_AGENT_MODE for cloud environments without browser login. - Use Case: You have an existing Next.js app and want a realtime backend. The Skill installs Convex, creates the ConvexClientProvider, sets NEXT_PUBLIC_CONVEX_URL, and verifies a query/mutation round-trip works. ## Quick Start Set up Convex for this project, scaffolding a new app or integrating into my existing frontend, and verify the connection works.