Help us improve
Share bugs, ideas, or general feedback.
From antigravity-bundle-data-analytics
Provides Postgres best practices from Supabase for optimizing queries, schema designs, indexes, connection pooling, RLS, and configurations.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-data-analyticsHow this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-bundle-data-analytics:postgres-best-practicesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design.
AGENTS.mdREADME.mdmetadata.jsonrules/_contributing.mdrules/_sections.mdrules/_template.mdrules/advanced-full-text-search.mdrules/advanced-jsonb-indexing.mdrules/conn-idle-timeout.mdrules/conn-limits.mdrules/conn-pooling.mdrules/conn-prepared-statements.mdrules/data-batch-inserts.mdrules/data-n-plus-one.mdrules/data-pagination.mdrules/data-upsert.mdrules/lock-advisory.mdrules/lock-deadlock-prevention.mdrules/lock-short-transactions.mdrules/lock-skip-locked.mdProvides Postgres best practices from Supabase for optimizing queries, schema designs, indexes, connection pooling, RLS, and configurations.
Provides Supabase Postgres best practices for optimizing queries, schema designs, indexes, connection pooling, RLS, and performance across 8 priority categories.
Provides Supabase Postgres best practices for query performance, schema design, connection management, RLS security, and more with SQL examples and metrics.
Share bugs, ideas, or general feedback.
Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design.
Reference these guidelines when:
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Query Performance | CRITICAL | query- |
| 2 | Connection Management | CRITICAL | conn- |
| 3 | Security & RLS | CRITICAL | security- |
| 4 | Schema Design | HIGH | schema- |
| 5 | Concurrency & Locking | MEDIUM-HIGH | lock- |
| 6 | Data Access Patterns | MEDIUM | data- |
| 7 | Monitoring & Diagnostics | LOW-MEDIUM | monitor- |
| 8 | Advanced Features | LOW | advanced- |
Read individual rule files for detailed explanations and SQL examples:
rules/query-missing-indexes.md
rules/schema-partial-indexes.md
rules/_sections.md
Each rule file contains:
For the complete guide with all rules expanded: AGENTS.md
This skill is applicable to execute the workflow or actions described in the overview.