Waynesutton
14 skills · 3.2K stars total
14 skills
This skill guides you through Convex development patterns, routing to specialized skills for efficient backend, data, and automation workflows.
This skill guides you to author self-contained Convex components with isolation, exports, and dependency management for reusable production-ready modules.
This skill helps you build persistent AI agents with Convex, enabling streaming responses, tool usage, and durable workflows.
This skill helps you manage Convex schema migrations safely, enabling adding fields, backfilling data, removing deprecated fields, and zero-downtime patterns.
This skill helps you prevent feature creep by enforcing scope, validating value, and guiding MVP decisions to ship faster.
This skill helps you automate recurring Convex tasks with cron and interval schedules, including retries, monitoring, and scalable batching.
This skill helps you perform comprehensive Convex security audits focusing on authorization, data boundaries, rate limiting, and protecting sensitive
This skill performs a quick Convex security audit, validating authentication, function exposure, argument validation, row-level access, and environment
This skill streamlines Convex file storage workflows by uploading, serving, metadata access, and lifecycle management for images and generated files.
This skill master Convex functions including queries, mutations, actions, and HTTP endpoints with validation and robust runtime handling.
This skill helps you implement Convex realtime patterns including subscriptions, optimistic updates, intelligent caching, and cursor-based pagination for
This skill defines and validates Convex database schemas with precise typing, index configurations, optional fields, unions, and migration strategies.
This skill helps you build robust HTTP endpoints, webhooks, and API integrations in Convex with secure routing, authentication, and signature verification.
This skill helps you build production-ready Convex apps by applying best-practice patterns for function organization, validation, TypeScript usage, and error