What problem does it solve? Writing and reviewing Postgres queries, schemas, and configurations without expert guidance often leads to slow queries, missing indexes, connection exhaustion, and insecure Row-Level Security policies that only surface in production. ## Core Features & Use Cases - Prioritized Rule Library: 8 categories of performance rules ranked by impact, from critical query performance and connection management to advanced features like full-text search and JSONB indexing. - Incorrect vs. Correct SQL Examples: Each rule shows the anti-pattern first, then the optimized rewrite, with quantified impact metrics and EXPLAIN output guidance. - Supabase-Specific Guidance: Covers RLS policy optimization, connection pooling modes, prepared statement handling, and Supabase platform configuration. - Use Case: When writing a migration that adds a foreign key or reviewing a slow endpoint, consult the relevant rule file to get the correct index strategy, pagination pattern, or RLS policy structure with ready-to-adapt SQL. ## Quick Start Ask the AI to review your Postgres query or schema design using the Supabase Postgres best practices skill and suggest optimizations.