feat: postgrest best practices skill

This commit is contained in:
Greg Richardson
2026-01-21 21:08:08 -07:00
committed by Pedro Rodrigues
parent bbde7ff5f8
commit e056e4ddb9
71 changed files with 6839 additions and 0 deletions

View File

@@ -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"]
}
]
}