What problem does it solve? Setting up a Convex backend involves scaffolding, provisioning a deployment, wiring environment variables, and connecting a frontend provider. This Skill walks an AI agent through the entire setup so a working Convex project is running in minutes without manual configuration errors. ## Core Features & Use Cases - New Project Scaffolding: Creates complete projects with npm create convex@latest using templates for React, Next.js, Clerk auth, Convex Auth, and more. - Existing App Integration: Installs the convex package, wires the ConvexProvider into React, Next.js, Vue, Svelte, or other frameworks, and configures the correct environment variables. - Automated Provisioning & Validation: Runs npx convex dev --once to provision an anonymous local deployment, push code, typecheck functions, and validate the schema in one shot. - Use Case: You have an existing Next.js app and want a realtime backend. The Skill installs Convex, wraps your root layout with the provider, provisions a local deployment, 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, then verify the setup works.