What problem does it solve?
This Skill helps you implement Convex backend functions correctly, so you can avoid validation mistakes, runtime issues, and unsafe database or API usage.
Core Features & Use Cases
- Queries, Mutations, and Actions: Choose the right function type for reactive reads, transactional writes, or external integrations.
- HTTP Actions and Internal Functions: Build webhooks, API endpoints, and sensitive private workflows with proper separation of concerns.
- Validation and Error Handling: Add argument and return validators, use ConvexError for user-facing failures, and keep code aligned with Convex best practices.
- Use Case: Use this Skill when creating a production Convex feature such as a task manager, payment workflow, webhook handler, or scheduled notification pipeline.
Quick Start
Use this skill to draft a Convex function with the correct type, validators, runtime setup, and error handling for your specific backend task.