supabase-rls-policy

Installation
SKILL.md

Supabase RLS Policy Expert

Generate production-ready row-level security policies for Supabase PostgreSQL databases following best practices and Supabase-specific conventions.

Core Policy Syntax

Policy Structure

All policies follow this structure:

CREATE POLICY "Policy description" ON table_name
FOR operation
TO role
USING (condition)
WITH CHECK (condition);

Operations and Conditions

Installs
16
GitHub Stars
4
First Seen
Jan 22, 2026
supabase-rls-policy — linehaul-ai/linehaulai-claude-marketplace