supabase-dev-workflow

Installation
SKILL.md

Supabase Local Dev Workflow

Core Philosophy

  1. Schema-driven development — all structural changes go to schema files, never direct SQL
  2. RPC-first architecture — no direct supabase-js table calls; all data access through RPCs
  3. DB functions as first-class citizens — business logic lives in the database

Process

Phase 1: Schema Changes

Write structural changes to the appropriate schema file based on the folder structure:

Related skills
Installs
2
First Seen
Feb 7, 2026