什麼是 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