Skill

Supabase

Skill

Official skill for Postgres, auth, and RLS the Supabase way.

How to schema, policy, and client against current Supabase — not a generic SQL paste.

spec·Apache-2.0·Updated this quarter·github.com/supabase

Claude CodeCursorDesktop
Scanned
npx skills add supabase/agent-skills

By Supabase

Input

A Supabase feature or a failing policy.

Output

SQL or client code that matches the project.

supabase-skill.skill/invoke

You say

Users can see other orgs’ rows.

It returns

Policy used auth.uid() but not org_id. New policy attached.

Prompt notebook

Prompts this skill is built for.

  • You say

    Users can see other orgs’ rows.

    It returns

    Policy used auth.uid() but not org_id. New policy attached.

  • You say

    Add a signed upload.

    It returns

    Storage policy + createSignedUploadUrl. No public bucket.

What it teaches

  1. 01RLS
  2. 02Auth
  3. 03Schema