Gets you from zero to a working Convex backend in minutes. Scaffolds new projects with `npm create convex@latest` using templates like React+Vite+shadcn or Next.js+Clerk, or adds Convex to existing apps by installing the package and wiring up ConvexProvider. Handles the annoying bits like picking the right environment variable names for your framework (VITE_CONVEX_URL vs NEXT_PUBLIC_CONVEX_URL) and setting up the client correctly at module scope. Won't run `npx convex dev` for you since that needs interactive login, but walks you through it. Smart enough to detect if Convex is already installed and skip the setup.
npx skills add https://github.com/get-convex/agent-skills --skill convex-quickstart