What problem does it solve?
This Skill helps you implement Supabase features safely and correctly by providing up-to-date, practice-focused guidance for common database, auth, RLS, migrations, and integration tasks.
Core Features & Use Cases
- Supabase change-proofing: Guides you to verify breaking changes via the Supabase changelog before implementing anything that depends on current behavior.
- RLS and security correctness: Covers frequent authorization traps (JWT claims, service_role exposure, view RLS behavior, UPDATE requiring SELECT policy) with a targeted security checklist.
- Operational workflow for schema changes: Recommends safe iteration via direct SQL execution and a clean migration workflow once ready.
Use case examples: Debug why a user can’t log in due to session/JWT/RLS configuration, design policies for exposed schemas so tables are accessible through the Data API, or safely create migrations and verify advisors before rollout.
Quick Start
Use the supabase skill to design and implement the required RLS policies and migration steps for a table you want accessible through Supabase Data API.