mirror of
https://github.com/supabase/agent-skills.git
synced 2026-01-26 19:09:51 +08:00
feat: postgrest best practices skill
This commit is contained in:
committed by
Pedro Rodrigues
parent
bbde7ff5f8
commit
e056e4ddb9
@@ -15,6 +15,13 @@
|
||||
"source": "./",
|
||||
"strict": false,
|
||||
"skills": ["./skills/postgres-best-practices"]
|
||||
},
|
||||
{
|
||||
"name": "postgrest-best-practices",
|
||||
"description": "PostgREST API usage patterns and best practices. Use when writing, reviewing, or optimizing PostgREST queries, resource embedding, filtering, mutations, or RPC calls.",
|
||||
"source": "./",
|
||||
"strict": false,
|
||||
"skills": ["./skills/postgrest-best-practices"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user