supabase-setup
Installation
SKILL.md
Supabase Setup
Set up Supabase (Postgres database) for this project.
This skill is called by the
vibe-shiporchestrator. The variableFRAMEWORKis set to eithernextjsorviteby the caller.
1. Read the codebase
Scan for existing data models:
- TypeScript
interfaceandtypedefinitions - 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.