What problem does it solve?
This Skill consolidates Supabase-curated Postgres performance and reliability rules into actionable guidance so teams can fix slow queries, connection exhaustion, insecure RLS, and costly schema mistakes without guesswork.
Core Features & Use Cases
- Query performance diagnosis and fixes: Identify missing or wrong index patterns, recommend composite/partial/covering indexes and provide EXPLAIN-based reasoning.
- Connection and pooling guidance: Recommend connection limits, idle timeouts, and pooler configurations for serverless and high-concurrency apps.
- Security and schema hardening: Enforce RLS patterns safely, add constraints in migrations without downtime, and index foreign keys.
- Real-world example: For a payments system experiencing slow order lookups and connection spikes, use this Skill to produce a prioritized plan of index additions, partitioning, pooler tuning, and RLS optimizations with estimated impact.
Quick Start
Analyze a slow SELECT on the orders table and produce a prioritized remediation plan with exact SQL rewrites, index suggestions, connection-pooling settings, and an estimated performance impact.