mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
chore: add generated AGENTS.md for postgrest skill
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
6076
skills/postgrest-best-practices/AGENTS.md
Normal file
6076
skills/postgrest-best-practices/AGENTS.md
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"organization": "Supabase",
|
||||
"date": "January 2026",
|
||||
"abstract": "Comprehensive PostgREST API best practices guide for developers using Supabase and PostgREST. Contains rules across 9 categories covering query filtering, resource embedding, column selection, mutations, RPC calls, pagination, response handling, authentication, and performance optimization. Each rule includes detailed explanations with curl commands and supabase-js examples.",
|
||||
"references": [
|
||||
"https://postgrest.org/en/stable/",
|
||||
"https://supabase.com/docs/guides/api",
|
||||
"https://supabase.com/docs/reference/javascript/select",
|
||||
"https://supabase.com/docs/guides/database/joins-and-nesting"
|
||||
]
|
||||
"version": "1.0.0",
|
||||
"organization": "Supabase",
|
||||
"date": "January 2026",
|
||||
"abstract": "Comprehensive PostgREST API best practices guide for developers using Supabase and PostgREST. Contains rules across 9 categories covering query filtering, resource embedding, column selection, mutations, RPC calls, pagination, response handling, authentication, and performance optimization. Each rule includes detailed explanations with curl commands and supabase-js examples.",
|
||||
"references": [
|
||||
"https://postgrest.org/en/stable/",
|
||||
"https://supabase.com/docs/guides/api",
|
||||
"https://supabase.com/docs/reference/javascript/select",
|
||||
"https://supabase.com/docs/guides/database/joins-and-nesting"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user