What problem does it solve?
It reduces the risk and friction of implementing and debugging Supabase features by enforcing Supabase-specific correctness and security practices, especially around auth, RLS, and database changes.
Core Features & Use Cases
- Supabase-centric guidance across products: Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, and Queues with consistent operational advice.
- RLS and security guardrails: Practical checklists for common Supabase security traps (JWT/claims safety, service role exposure, view/RLS behavior, UPDATE policy requirements, storage upsert permissions).
- Correct tooling and iteration workflow: Prefer MCP doc search and SQL execution for iteration, then generate migrations safely, verify advisors, and validate after changes.
Quick Start
Use the supabase skill when you are about to change your schema, debug an auth/session/RLS issue, or apply a security-critical update for a Supabase-backed app.