This walks you through spinning up a complete Convex backend with schema, auth, and CRUD operations. It defaults to WorkOS AuthKit for authentication (though you can swap in Clerk or Auth0), sets up a typed schema with indexes, and gives you working query and mutation patterns with proper auth checks. The getCurrentUser helper and the tasks example are solid templates you can clone for other resources. If you're starting a new React or Next.js project and want real-time data sync without building your own backend, this gets you from zero to production-ready queries in about 15 minutes. The step-by-step flow is clear enough for Convex beginners but moves fast.
npx skills add https://github.com/get-convex/convex-agent-plugins --skill convex-quickstart