supabase-setup

Installation
SKILL.md

Supabase Setup

Set up Supabase (Postgres database) for this project.

This skill is called by the vibe-ship orchestrator. The variable FRAMEWORK is set to either nextjs or vite by the caller.

1. Read the codebase

Scan for existing data models:

  • TypeScript interface and type definitions
  • Mock data arrays or objects
  • localStorage usage patterns (these reveal entity shapes)
  • Any existing SQL or schema files

List every entity found and its key fields before proceeding.

2. Design the schema

Installs
2
First Seen
Feb 22, 2026
supabase-setup — chloezhu010/vibe-ship