Agent Skills to help developers using AI agents with Supabase. Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and ...
description TEXT NOT NULL CHECK (char_length(description) <= 500), name TEXT NOT NULL CHECK (char_length(name) <= 100) user_id UUID NOT NULL REFERENCES auth.users(id) ON DELETE CASCADE, collection_id ...