Convex Runtime

Implement Convex runtime features: HTTP actions, file storage, search (full text + vector), scheduling (crons + scheduled functions), and RAG patterns. Use for webhooks, uploads, search indexes, vectorSearch actions, and background workflows. Use proactively when users mention HTTP endpoints, files, search, embeddings, or cron/schedule. Examples: - user: "Add full text search" → define searchIndex + withSearchIndex query - user: "Upload files" → generate upload URL and persist storageId - user: "Vector search" → action with ctx.vectorSearch and doc fetch - user: "Run cleanup nightly" → cronJobs + function reference

igorwarzocha 2bbdc51 4.2 KB Updated

File contents

igorwarzocha/opencode-workflows/tree/main/agents/vite-react-ts-convex-tailwind/.opencode/skill/convex-runtime commit 2bbdc514a8

Frequently asked questions

npx skillmds@latest add igorwarzocha/convex-runtime