Convex Schema & Validators Guide Overview Convex uses a schema-first approach with built-in validators for type safety. This skill covers schema design, validator patterns, TypeScript type integration, and best practices for type-safe Convex development. TypeScript: NEVER Use Type CRITICAL RULE: This codebase has enabled. Using will cause build failures. ❌ WRONG: ✅ CORRECT: When to Use This Skill Use this skill when: - Creating or modifying - Defining validators for function arguments and returns - Working with document IDs and types - Setting up indexes for efficient queries - Handling optio…