supabase-postgres-best-practices

Installation
SKILL.md

Supabase Postgres Best Practices

Postgres query performance and runtime optimization for Supabase projects. Focus: making queries fast, connections efficient, and RLS performant at runtime.

Scope & Boundaries

Topic This Skill Other Skill
Query optimization, indexing, EXPLAIN Here -
Connection pooling (Supavisor), timeouts Here -
RLS performance (subquery caching, index) Here supabase-auth-patterns (RLS policy design, auth flows)
Concurrency, locking, queues Here -
Monitoring (pg_stat_*, VACUUM) Here -
Unused index detection, index maintenance Here -
Full-text search, JSONB query tuning Here -
Edge Function DB connections Here -
Schema design (naming, types, constraints, FK) - ansem-db-patterns
Auth flows, session management, RLS creation - supabase-auth-patterns
Query performance debugging process - systematic-debugging (Phase 1 investigation)
Related skills
Installs
2
GitHub Stars
35
First Seen
Mar 17, 2026