supabase-rls-gen
SKILL.md
Supabase RLS Generator
Row Level Security is powerful but the policy syntax is tricky. This reads your schema and generates proper RLS policies.
One command. Zero config. Just works.
Quick Start
npx ai-supabase-gen ./prisma/schema.prisma
What It Does
- Reads your Prisma schema
- Generates Supabase RLS policies
- Handles common patterns (own data, team access)
- Includes policy enable statements