Skip to main content
Back to registry

convex-quickstart

get-convex/agent-skills

Get a production-ready Convex backend set up in minutes. This skill guides you through initializing Convex, creating your schema, setting up auth, and building your first CRUD operations.

Installs447
Install command
npx skills add https://github.com/get-convex/agent-skills --skill convex-quickstart
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Get a production-ready Convex backend set up in minutes. This skill guides you through initializing Convex, creating your schema, setting up auth, and building your first CRUD operations. Before starting, verify: This command: Create convex/schema.ts : We'll use WorkOS AuthKit, which provides a complete auth solution with minimal setup. Alternative auth providers: If you need to use a different provider (Clerk, Auth0, custom JWT), see the Convex auth documentation . Create convex/lib/auth.ts : Create convex/users.ts : Create convex/tasks.ts : For Development (use this!): For Production Deployment: Important: Always use npx convex dev during development. Only use npx convex deploy when you're ready to ship to production. After quickstart: - Starting a brand new project with Convex - Adding Convex to an existing React/Next.js app - Prototyping a new feature with real-time data - Converting from another backend to Convex - Teaching someone Convex for the first time - Creates convex/ directory - Sets up authentication - Starts development server - Generates TypeScript types - Add more tables to schema - Implement relationships between tables - Add file storage (Convex supports file uploads) - Set up vector search for AI features - Add cron jobs for scheduled tasks - Configure production environment variables - Ensure auth provider is configured - Call storeUser mutation on first...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-quickstart do?

Get a production-ready Convex backend set up in minutes. This skill guides you through initializing Convex, creating your schema, setting up auth, and building your first CRUD operations.

Is convex-quickstart good?

convex-quickstart does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does convex-quickstart work with?

convex-quickstart currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to convex-quickstart?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install convex-quickstart?

npx skills add https://github.com/get-convex/agent-skills --skill convex-quickstart

Related skills

More from get-convex/agent-skills

Related skills

Alternatives in Software Engineering