Convex Best Practices Build production-ready Convex applications by following established patterns for function organization, query optimization, validation, TypeScript usage, and error handling. Code Quality All patterns in this skill comply with . Install it for build-time validation: The plugin enforces four rules: | Rule | What it enforces | | ----------------------------------- | --------------------------------- | | | Object syntax with | | | on all functions | | | Table name in db operations | | | No Node imports in Convex runtime | Docs: https://docs.convex.dev/eslint Documentation So…