What problem does it solve?
It prevents common Supabase security, RLS, Data API exposure, and auth integration mistakes that can break features or create vulnerabilities.
Core Features & Use Cases
- RLS and Data API correctness: Ensures tables in exposed schemas are accessible via the Data API and that row-level visibility is enforced with appropriate policies.
- Supabase-specific security guardrails: Covers JWT/session pitfalls, service role safety, view behavior with RLS, update/select policy interactions, and storage upsert permissions.
- Operational troubleshooting guidance: Provides safe workflows for Supabase CLI usage, MCP server connectivity, documentation discovery, and error recovery without retry loops.
Quick Start
Use the supabase skill when asked to help set up, debug, or secure a Supabase feature involving auth, RLS, schema changes, Data API exposure, storage, or Postgres extensions.