Supabase Postgres Best Practices
Schema, query, indexing, and security guidance for Postgres.
Supabase's database skill helps agents design and review Postgres schemas, queries, indexes, row-level security policies, migrations, and operational patterns.
Install
npx skills add https://github.com/supabase/agent-skills --skill supabase-postgres-best-practicesSkill content
The instructions an agent receives when this skill is active.
FAQ
- What does Supabase Postgres Best Practices do?
- Supabase's database skill helps agents design and review Postgres schemas, queries, indexes, row-level security policies, migrations, and operational patterns. Schema, query, indexing, and security guidance for Postgres.
- How do I install Supabase Postgres Best Practices?
- In a supported agent environment, run: npx skills add https://github.com/supabase/agent-skills --skill supabase-postgres-best-practices
- When should I use Supabase Postgres Best Practices?
- Use while designing, optimizing, or securing Postgres and Supabase databases.
- Got an example for Supabase Postgres Best Practices?
- Review this schema and RLS policy set for performance and privilege escalation risks.
- Where does Supabase Postgres Best Practices come from?
- Source and updates: https://www.skills.sh/supabase/agent-skills/supabase-postgres-best-practices. Confirm install steps and permissions there before you rely on it.