supabase-postgres-best-practices
Comprehensive performance, security, and schema design guidelines for optimizing PostgreSQL and Supabase databases.
Install
npx skills add https://github.com/supabase/agent-skills --skill supabase-postgres-best-practicesStats
| Total installs | 54,199 |
| Weekly installs | 54.0K |
| GitHub stars | 1.7K |
| First seen | Jan 21, 2026 |
| Source | @supabase/agent-skills |
Summary
- Organized into 8 rule categories prioritized by impact: query performance and connection management (critical), security and RLS, schema design, concurrency, data access patterns, monitoring, and advanced features
- Each rule includes detailed explanations, incorrect vs. correct SQL examples, EXPLAIN output analysis, and performance metrics to guide optimization decisions
- Covers query indexing, connection pooling, Row-Level Security configuration, schema design patterns, locking behavior, and Postgres-specific tuning
- Designed for use during SQL writing, schema design, performance reviews, and database scaling decisions
Tags
Related skills
| Skill | Installs | vs supabase-postgres-best-practices |
|---|---|---|
| database-schema-design | 12,147 | -42,052 |
| nestjs-best-practices | 9,419 | -44,780 |
| azure-postgres | 34,754 | -19,445 |
| breakdown-feature-implementation | 7,538 | -46,661 |
| python-testing-patterns | 10,474 | -43,725 |
FAQ
- How many installs does supabase-postgres-best-practices have?
- supabase-postgres-best-practices has 54,199 total installs and 54.0K installs this week.
- Where is supabase-postgres-best-practices hosted?
- supabase-postgres-best-practices is published by @supabase/agent-skills at https://github.com/supabase/agent-skills.
- How many GitHub stars does supabase-postgres-best-practices have?
- supabase-postgres-best-practices has 1.7K GitHub stars.
- When was supabase-postgres-best-practices first indexed?
- OrangeBot.AI first indexed supabase-postgres-best-practices on Jan 21, 2026.
- How do I install supabase-postgres-best-practices?
- Run: npx skills add https://github.com/supabase/agent-skills --skill supabase-postgres-best-practices