waynesutton/convexskills
These skills were imported into SkillJury from the public skills ecosystem.
convex-component-authoring
Self-contained Convex packages with isolated databases, functions, and type-safe exports for reuse across projects.
convex-best-practices
Production-ready Convex patterns for function organization, validation, query optimization, TypeScript safety, and error handling.
convex-functions
Build Convex queries, mutations, actions, and HTTP endpoints with validation, error handling, and proper runtime considerations.
convex-realtime
Real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination for reactive Convex applications.
convex-schema-validator
Type-safe database schema definition with indexes, validation, and migration strategies for Convex.
avoid-feature-creep
Stay focused on core problems, ship faster, and avoid bloated products through disciplined scope management.
convex-agents
Persistent, stateful AI agents with thread management, tool integration, streaming, and RAG on Convex.
convex-cron-jobs
Schedule recurring background tasks with interval and cron expression patterns in Convex.
convex-file-storage
Complete file handling with uploads, URL serving, generated file storage, deletion, and metadata access in Convex.
convex-http-actions
HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications.
convex-migrations
Safe schema evolution with optional fields, batched backfills, and zero-downtime migration patterns.
convex-security-audit
Security audit patterns for authorization, data access, action isolation, rate limiting, and sensitive operations in Convex applications.
convex-security-check
Security audit checklist for Convex applications covering authentication, exposure, validation, and access control.