What problem does it solve?
This Skill enables agents to manage and operate Supabase projects entirely through a terminal-first, no-dashboard workflow, covering both data and platform management.
Core Features & Use Cases
- Data-Plane Operations: Perform CRUD operations, execute RPC calls, and conduct vector searches on your Supabase project data.
- Platform-Plane Management: Provision projects, manage configurations, apply migrations, handle authentication settings, manage storage, and deploy edge functions.
- Use Case: An agent can use this skill to automatically create a new Supabase project, set up a storage bucket for user avatars with specific access policies, and deploy a new edge function for user notifications, all via command-line instructions.
Quick Start
Use the supa command to select all users from the 'users' table, filtering for active users and limiting the results to 10.