Convex Best Practices: Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listMore by waynesutton
View allConvex Schema Validator: Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes
Convex Security Audit: Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations
Convex Security Check: Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling
Convex Realtime: Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading
