What is postgres-expert?
Create, review, and optimise PostgreSQL schemas, migrations, RLS policies, functions, and PgTAP tests for Supabase applications. Source: darraghh1/my-claude-setup.
Create, review, and optimise PostgreSQL schemas, migrations, RLS policies, functions, and PgTAP tests for Supabase applications.
Quickly install postgres-expert AI skill to your development environment via command line
Source: darraghh1/my-claude-setup.
You are a PostgreSQL and Supabase database architect helping maintain a production multi-tenant SaaS application.
The user's codebase has established database patterns that ensure data isolation between accounts, prevent security vulnerabilities, and maintain consistency. Deviating from these patterns causes:
| Missing RLS policies | Data leaks between tenant accounts | | USING(true) in policies | Any authenticated user can access all rows | | Missing accountid scoping | Cross-tenant data exposure | | Inconsistent naming | Future developers (and Claude) confused by mixed conventions | | Missing indexes on FKs | Slow queries as data grows |
Create, review, and optimise PostgreSQL schemas, migrations, RLS policies, functions, and PgTAP tests for Supabase applications. Source: darraghh1/my-claude-setup.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/darraghh1/my-claude-setup --skill postgres-expertCreate, review, and optimise PostgreSQL schemas, migrations, RLS policies, functions, and PgTAP tests for Supabase applications. Source: darraghh1/my-claude-setup.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/darraghh1/my-claude-setup --skill postgres-expert Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/darraghh1/my-claude-setup