What problem does it solve?
This Skill turns informal, natural-language data model descriptions into fully-formed, production-ready Supabase SQL migrations and developer artifacts, removing guesswork and reducing migration errors.
Core Features & Use Cases
- Entity-Relationship Extraction: Parse plain-English requirements into entities, attributes, relationships, and constraints for review.
- SQL Migration Generation: Produce CREATE TABLE statements with recommended Postgres types, UUID primary keys, timestamps, triggers, and indexes following best practices.
- Row Level Security & Policies: Enable RLS and generate sensible default policies for privacy and access control.
- Developer Tooling: Output TypeScript types and integration guidance for Supabase MCP and apply-migration workflows while enforcing an explicit confirmation step.
- Use Case: Design a multi-tenant SaaS schema or a blog/task-management app with secure per-user access and ready-to-apply migration SQL.
Quick Start
Use the supabase-schema skill to generate a reviewed SQL migration, RLS policies, indexes, and TypeScript types from this description: Create a multi-tenant SaaS schema with organizations, members, billing, and role-based access.