Convex Helpers Library Patterns Overview The library provides battle-tested patterns for common Convex development needs. This skill covers Triggers (automatic side effects), Row-Level Security, Relationship helpers, Custom Functions, Rate Limiting, and Workpool for concurrency control. Installation TypeScript: NEVER Use Type CRITICAL RULE: This codebase has enabled. Using will cause build failures. When to Use This Skill Use this skill when: - Implementing automatic side effects on document changes (Triggers) - Adding declarative access control (Row-Level Security) - Traversing relationships…