什么是 postgres-expert?
为 Supabase 应用程序创建、审查和优化 PostgreSQL 架构、迁移、RLS 策略、函数和 PgTAP 测试。 来源:darraghh1/my-claude-setup。
为 Supabase 应用程序创建、审查和优化 PostgreSQL 架构、迁移、RLS 策略、函数和 PgTAP 测试。
通过命令行快速安装 postgres-expert AI 技能到你的开发环境
来源: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 |
为 Supabase 应用程序创建、审查和优化 PostgreSQL 架构、迁移、RLS 策略、函数和 PgTAP 测试。 来源:darraghh1/my-claude-setup。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/darraghh1/my-claude-setup --skill postgres-expert为 Supabase 应用程序创建、审查和优化 PostgreSQL 架构、迁移、RLS 策略、函数和 PgTAP 测试。 来源:darraghh1/my-claude-setup。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/darraghh1/my-claude-setup --skill postgres-expert 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/darraghh1/my-claude-setup