database-schema-generator
Installation
SKILL.md
Database Schema Generator
Generate production-ready PostgreSQL/Supabase database schemas from natural language descriptions using AI.
Overview
This skill transforms natural language descriptions into complete, production-ready database schemas with:
- PostgreSQL/Supabase SQL - Clean, executable SQL
- Row Level Security (RLS) - Security policies by default
- TypeScript Types - Auto-generated from schema
- Migration Files - Version-controlled schema changes
- Best Practices - UUIDs, timestamps, indexes, constraints
- Validation - Syntax and structure checking
- Direct Application - Apply to Supabase via MCP