supabase
Installation
SKILL.md
Supabase
Overview
This skill helps AI agents build full-stack applications using Supabase as the backend platform. It covers Postgres database design with Row-Level Security, authentication flows (email, OAuth, magic links), real-time subscriptions, file storage with access policies, and edge functions for server-side logic.
Instructions
Step 1: Project Setup
npm install -g supabase
supabase init # Init local project
supabase start # Start local development
supabase link --project-ref your-project-ref
// lib/supabase.ts
Related skills