S
supabase-postgres-best-practices
by @supabasev
4.8(2,000)
SupabaseのPostgres性能最適化とベストプラクティスを提供し、Postgresクエリとスキーマの作成、レビュー、最適化に利用します。
インストール方法
npx skills add supabase/agent-skills --skill supabase-postgres-best-practicescompare_arrows
Before / After 効果比較
1 组使用前
SupabaseでPostgresを使用する際、パフォーマンス最適化とベストプラクティスの指導が不足しているため、クエリ効率が低く、データベースの応答が遅くなります。開発者は効率的なコードを書くのに苦労します。
使用後
Postgresのパフォーマンス最適化とベストプラクティスを提供し、クエリとスキーマの作成、レビュー、最適化を指導します。データベース性能を大幅に向上させ、アプリケーションが効率的に動作することを保証します。
description SKILL.md
Supabase Postgres Best Practices
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.
When to Apply
Reference these guidelines when:
- Writing SQL queries or designing schemas
- Implementing indexes or query optimization
- Reviewing database performance issues
- Configuring connection pooling or scaling
- Optimizing for Postgres-specific features
- Working with Row-Level Security (RLS)
Rule Categories by Priority
| 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- |
How to Use
Read individual rule files for detailed explanations and SQL examples:
references/query-missing-indexes.md
references/schema-partial-indexes.md
references/_sections.md
Each rule file contains:
- Brief explanation of why it matters
- Incorrect SQL example with explanation
- Correct SQL example with explanation
- Optional EXPLAIN output or metrics
- Additional context and references
- Supabase-specific notes (when applicable)
References
forumユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数131.4K
評価4.8 / 5.0
バージョン
更新日2026年4月30日
比較事例1 件
ユーザー評価
4.8(2,000)
5
36%
4
49%
3
14%
2
1%
1
0%
この Skill を評価
0.0
対応プラットフォーム
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
タイムライン
作成2026年3月14日
最終更新2026年4月30日