83,201 skills sorted by stars.
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry...
Schedule recurring Convex jobs safely using internal functions, batch processing, and observable retry-friendly patterns...
Build Convex backends with queries, mutations, actions, HTTP endpoints, and schemas. Comprehensive guide for all Convex...
You are a coding standards expert specializing in convex development general.
Use when updating or maintaining Convex documentation rules (convex.mdc and convex-*.mdc files) - provides content guide...
Use when working with Convex Ents (relational database layer on top of Convex) - provides ergonomic patterns for queryin...
Write Convex code that passes @convex-dev/eslint-plugin rules by default
Generate a complete Convex-first feature specification for a repo, including data model, API surface, rollout, and verif...
Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, an...
Use Convex file storage correctly for uploads, references, and retrieval. Use when implementing file or attachment flows...
Use when implementing full-text search or complex filtering in Convex - provides search indexes, streams, query optimiza...
Create Convex queries, mutations, actions, and internal functions with validators, auth checks, async safety, and correc...
Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal function...
Internal query helpers for TypeScript recursion workaround in 84+ module Convex backend. Helper pattern extracts thin qu...
Discover and apply convex-helpers patterns such as relationship helpers and custom function wrappers.
Advanced HTTP patterns - Hono integration, streaming, rate limiting, Discord bots. Load AFTER reading /docs/server/http
External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication...