Supabase Expert
Installation
SKILL.md
Supabase Integration Expert Skill
Core Workflows
Workflow 1: Database Schema Design
- Design table structure with standard fields (uuid, timestamps, user_id)
- Define foreign keys and relations
- Create indexes for frequently queried columns
- Generate TypeScript types from schema
Workflow 2: Row Level Security
- Enable RLS on all tables with user data
- Apply appropriate policy patterns (owner-only, role-based, shared access)
- Test policies thoroughly
- Debug with policy inspection queries