What problem does it solve?
Supabase projects often suffer from misconfigured Row Level Security (RLS) and incomplete auth integration, which can expose data or block legitimate users. This skill guides you through scaffolding a local Supabase project with a properly designed database schema, RLS policies, and authentication hooks to enforce safe, multi-tenant access.
Core Features & Use Cases
- Step-by-step workflow from requirements gathering to generating a typed client, including local development setup with Supabase CLI, schema design with auth.users integration, and creation of RLS policies.
- Reference-guided approach using bundled templates and guides to configure projects, policies, and verification without building boilerplate from scratch.
- Supports multi-tenant patterns (organizations/members) with role-based access, profile triggers, and policy verification.
Quick Start
Outline your app's access patterns and run the local Supabase workflow to initialize and start the project.