Supabase CLI Skill Complete CLI command reference for Supabase development. Quick Reference | Task | Command | |------|---------| | Install CLI | | | Login | | | Init project | | | Link to remote | | | Start local stack | | | Stop local stack | | | Check status | | | Create migration | | | Push to remote | | | Pull from remote | | | Reset local DB | | | Generate types | | Installation Prerequisites : Docker (required for local development) Project Setup Initialize Project Creates: - - Configuration file - - Migration files - - Seed data Link to Remote Project Get project ref from: Dashboard →…