mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
14 lines
832 B
JSON
14 lines
832 B
JSON
{
|
|
"version": "1.0.0",
|
|
"organization": "Supabase",
|
|
"date": "January 2026",
|
|
"abstract": "Comprehensive Postgre performance optimization guide for developers using Supabase and Postgre. Contains performance rules across 8 categories, prioritized by impact from critical (query performance, connection management) to incremental (advanced features). Each rule includes detailed explanations, incorrect vs. correct SQL examples, query plan analysis, and specific performance metrics to guide automated optimization and code generation.",
|
|
"references": [
|
|
"https://www.postgresql.org/docs/current/",
|
|
"https://supabase.com/docs",
|
|
"https://wiki.postgresql.org/wiki/Performance_Optimization",
|
|
"https://supabase.com/docs/guides/database/overview",
|
|
"https://supabase.com/docs/guides/auth/row-level-security"
|
|
]
|
|
}
|