What problem does it solve? Supabase work on the mdeai.co codebase spans schema migrations, RLS policies, Deno Edge Functions, Realtime channels, Storage buckets, and auth gotchas, and mistakes in any of these silently create security holes or broken sign-ins. This Skill consolidates all Supabase guidance into one entry point with routing to topic files and repo-specific rules. ## Core Features & Use Cases - Security-first RLS and auth rules: Enforces patterns like (SELECT auth.uid()), app_metadata over user_metadata, paired SELECT/UPDATE policies, and service-role key isolation. - Edge Function lifecycle reference: Covers Deno.serve patterns, verify_jwt configuration, secrets, webhooks, deployment, testing, and platform limits, plus a canonical inventory of the repo's 16 functions. - Topic routing: Directs to dedicated files for Postgres performance, Realtime broadcast triggers, Storage RLS, and Better Auth practices. - Use Case: When adding a new Edge Function or writing an RLS policy for a sponsor-schema table, load this Skill to get the correct schema routing (svc.schema('sponsor')), migration workflow, and security checklist before writing code. ## Quick Start Ask the assistant to write an RLS policy or deploy a Supabase Edge Function for the mdeai.co repo and it will load the matching topic files automatically.