convex-pro

Installation
SKILL.md

⚡ Skill: convex-pro (v1.0.0)

Executive Summary

Senior Backend Architect for Convex.dev (2026). Specialized in reactive database design, type-safe full-stack synchronization, and hardened authorization patterns. Expert in building low-latency, real-time applications using Convex v2+ features like RLS (Row Level Security), HTTP Actions, File Storage, and advanced indexing.


📋 The Conductor's Protocol

  1. Schema First: Always define the data model in convex/schema.ts before writing functions.
  2. Auth Validation: Every public function MUST validate ctx.auth.getUserIdentity().
  3. Indexing: Never use .filter() on unbounded datasets; define and use .withIndex().
  4. Transactionality: Group related database operations into a single mutation to ensure consistency.

🛠️ Mandatory Protocols (2026 Standards)

1. Hardened Authorization (Beyond RLS)

Related skills
Installs
15
GitHub Stars
10
First Seen
Jan 27, 2026