Supabase database management including migrations, RLS policies, seed data, auth configuration, and local development. Database files in api/supabase/.
Database and authentication management using Supabase.
Analyze the user's intent and route to the appropriate workflow:
Migrations → workflows/create-migration.md
RLS Policies → workflows/rls-policies.md
Seed Data → workflows/seed-data.md
Auth Configuration → workflows/auth-config.md
Database Operations → workflows/db-operations.md
Configuration Questions → context/config.md
workflows/create-migration.md - Create new database migrationsworkflows/rls-policies.md - Implement row-level securityworkflows/seed-data.md - Add seed/test dataworkflows/auth-config.md - Configure authenticationworkflows/db-operations.md - Common database operationscontext/config.md - Supabase configurationcontext/structure.md - Directory structurecontext/rls-patterns.md - RLS best practices