What problem does it solve? Supabase APIs, CLI commands, and security conventions change frequently, so relying on stale training data leads to broken implementations and silent vulnerabilities like RLS bypasses. This Skill grounds every Supabase task in current documentation, changelogs, and a security checklist. ## Core Features & Use Cases - Verified Implementation Guidance: Fetches the Supabase changelog and docs (via MCP search_docs or .md URLs) before writing any code, avoiding outdated function signatures and config settings. - Security Checklist: Covers Supabase-specific traps including user_metadata in JWT claims, views bypassing RLS, SECURITY DEFINER functions, BOLA/IDOR policies, and service_role key exposure. - Schema Change Workflow: Directs safe iteration with execute_sql or supabase db query, then commits via advisors, db pull, and migration verification. - Use Case: When a user reports that a newly created table is unreachable via the REST API, the Skill checks Data API exposure settings and role grants, then applies RLS policies correctly. ## Quick Start Ask the agent to help with any Supabase task, such as "set up RLS policies for my tables" or "debug why my Next.js auth session is not persisting".