Translates natural language requirements into production-ready Supabase schemas, SQL migrations, and Row Level Security policies.
This skill automates the critical process of database modeling within the Supabase ecosystem by converting high-level business requirements into structured PostgreSQL schemas. It handles the heavy lifting of entity relationship mapping, foreign key constraints, and performance-focused indexing. Crucially, it prioritizes security by automatically generating granular Row Level Security (RLS) policies based on defined access control rules. Whether you are bootstrapping a new project or refactoring an existing database to support new features, this skill ensures your data layer is secure, normalized, and optimized from the start.
Características Principales
01Validation of schema normalization and access control intent
02Automated SQL migration generation for tables, keys, and indexes