What problem does it solve?
This Skill helps you design, implement, and refine Convex backend functions with the right patterns for validation, data access, external integrations, and operational safety.
Core Features & Use Cases
- Queries and Mutations: Create reactive read functions and transactional write functions with clear argument and return validation.
- Actions and HTTP Actions: Build server-side workflows that call external APIs, handle webhooks, and bridge Convex with outside services.
- Internal Functions and Scheduling: Use internal functions for sensitive operations and scheduled execution for delayed or recurring tasks.
- Use Case: A real-time app needs to send notifications, process payments, and update records safely without mixing database access and external network calls in the wrong runtime.
Quick Start
Ask me to write or review a Convex function for your app, and I will produce the correct function type with validation, error handling, and runtime guidance.