convex
Installation
SKILL.md
Convex Development
Workflow
- Starting a project - See patterns for structure, types, validators
- Database queries - See queries for indexes, filtering, performance
- Actions and scheduling - See actions for external APIs, transactions
- Realtime features - See realtime for subscriptions, optimistic updates
- HTTP endpoints - See http for webhooks, REST, CORS
- File handling - See file-storage for uploads, serving
- Background jobs - See cron for scheduled functions
- Schema changes - See migrations for data evolution
- AI integration - See agents for LLM chat, RAG, tool calling
- Security - See security for auth, ConvexError, ESLint, access control
- Code review - See review for production readiness checklist
- Components - See components for reusable Convex packages