supabase-postgres-best-practices
This skill is a Supabase-maintained Postgres performance and contributor guide with SQL examples and build instructions. It includes shell commands like `npm install`/`npm run build`, examples that store credentials such as `create role app_user login password 'xxx';`, and an example of overly-broad `grant all privileges on all tables in schema public to app_user;`.