supabase-scaffold-skill
Generate Supabase migrations, RLS policies, types, and Next.js routes from a data model.
Generate Supabase migrations, RLS policies, types, and Next.js routes from a data model.
Describe the entities, relationships, and ownership rules in natural language, and this Claude Code skill generates SQL migrations with Row Level Security, Supabase-style TypeScript types, Zod schemas, and Next.js App Router endpoints. It can also scaffold authentication choices, React forms, and many-to-many junction tables. Built-in checks call out common mistakes such as missing delete policies, unprotected junction tables, exposing the service-role key, or using imprecise numeric types for currency.
Resource types
Use cases
Platforms
Turns an existing app into a multi-tenant SaaS with auth, roles, billing, and onboarding.
Design and generate event-sourced Laravel domains with an approval gate before coding.
Capabilities
Audience
Public GitHub facts last synced Jul 10, 2026.
Generate Laravel 13 code with current framework features and conventions.
Scaffold an append-only admin activity log for Next.js and Supabase.