What problem does it solve?
Supabase administration often requires manual, error-prone operations across multiple projects, including provisioning, migrations, and configuration of auth, storage, and edge functions. This skill provides a structured guide to performing those admin tasks efficiently via the Supabase Management API.
Core Features & Use Cases
- Project administration: list, view, and manage multiple Supabase projects via the Management API.
- Database operations: run SQL, list migrations, and inspect database structures.
- Edge Functions: deploy, update, and manage serverless functions.
- Auth and Storage: configure users, roles, and storage buckets across projects.
- Use Case: A practitioner standardizes onboarding by provisioning a new project, applying migrations, deploying initial functions, and configuring auth rules in a few steps.
Quick Start
Ask me to list your Supabase projects and run a sample database query using the Management API.