What problem does it solve?
Supabase projects often require consistent best practices and guardrails across databases, auth, and edge services. This skill provides structured guidance, checks, and validated workflows to reduce misconfigurations and security risks.
Core Features & Use Cases
- Comprehensive guidance across Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues) and client libraries (supabase-js, @supabase/ssr) across popular frameworks (Next.js, React, SvelteKit, Astro, Remix).
- Emphasizes security best practices (RLS by default, safe handling of JWT claims, correct app_metadata usage, and secret management) and MCP tooling guidance for verification against current docs.
- Use cases include implementing robust authentication flows, role-based access control, migrations, performance tuning, and troubleshooting common issues.
Quick Start
Configure a new Supabase project by following this guide to securely set up authentication, database schemas, and storage with recommended access controls.