| name | olore-convex-latest |
| description | Local Convex documentation reference (latest). Convex backend documentation. Use for real-time database, serverless functions, file storage, authentication, scheduling, search, AI agents, and full-stack TypeScript development. |
convex Documentation
Convex backend documentation. Use for real-time database, serverless functions, file storage, authentication, scheduling, search, AI agents, and full-stack TypeScript development.
Quick Reference
| Task | Entry Point |
|---|
| Getting started | contents/quickstart/react.mdx or contents/quickstart/nextjs.mdx |
| Functions (query/mutation/action) | contents/functions/overview.mdx |
| Database read/write | contents/database/overview.mdx |
| AI agent framework | contents/agents/overview.mdx |
| Authentication | contents/auth/overview.mdx |
| Scheduling / crons | contents/scheduling/overview.mdx |
| Search | contents/search/overview.mdx |
| File storage | contents/file-storage/overview.mdx |
| CLI commands | contents/cli/overview.mdx |
| Production deployment | contents/production/overview.mdx |
When to use
Use this skill when the user asks about:
- Writing Convex query, mutation, or action functions
- Defining database schemas, reading/writing data, indexes
- Setting up authentication (Clerk, Auth0, WorkOS, custom JWT)
- Building AI agents or agentic workflows with Convex
- Scheduling cron jobs or delayed functions
- Full-text or vector search
- File upload and storage
- Deploying Convex apps to production (Vercel, Netlify, custom)
- Client integration (React, Next.js, Vue, Node.js, Python, mobile)
- Testing Convex functions
- CLI usage and configuration
How to find information
- First, read
TOC.md for complete file listing organized by directory
- Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.