What problem does it solve?
This Skill helps developers manage Supabase databases, authentication, storage, and Edge Functions without making unsafe direct production changes or losing infrastructure changes outside version control.
Core Features & Use Cases
- CLI and Project Workflows: Initialize projects, start the local Supabase stack, link remote projects, inspect status, and deploy through the CLI.
- Database and Security Management: Create reviewed migrations, reset local databases, enable row-level security, define access policies, manage seed data, and configure connection pooling.
- Backend Services: Build authenticated Edge Functions, manage Storage buckets and policies, generate database types, and set up CI/CD pipelines.
- Use Case: Build a local-first application with protected user profiles, avatar uploads, authenticated Edge Functions, repeatable seed data, and migrations that can be tested before deployment.
Quick Start
Use the Supabase skill to design and implement a local-first Supabase workflow with reviewed migrations, secure RLS policies, authenticated Edge Functions, and a CI/CD deployment plan.