supabase

Manage Supabase projects via CLI and Management API.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Vero-Ventures/fuzzycat --skill supabase-vero-ventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/Vero-Ventures/fuzzycat/tree/main/.claude/skills/supabase
Command: npx skills add https://github.com/Vero-Ventures/fuzzycat --skill supabase-vero-ventures

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the administration of Supabase projects, enabling efficient management of databases, authentication, and project configurations through both the CLI and the Management API.

Core Features & Use Cases

  • Project Management: List, inspect, and manage Supabase projects.
  • Database Operations: Push schema changes, dump, and diff databases.
  • Authentication Management: Configure and manage users and authentication settings.
  • Use Case: A developer needs to deploy schema changes to the development Supabase project and then check the authentication configuration for the production project.

Quick Start

Use the supabase skill to list all available Supabase projects.

Frequently Asked Questions about supabase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Supabase authentication and users across multiple projects?

You can manage Supabase authentication by using the skill to configure authentication settings and handle user management for specific projects. It streamlines administration tasks via the CLI and Management API across your development and production projects.

What's the best way to deploy database schema changes to a Supabase project?

The best way to deploy database schema changes is using the skill to push schema updates directly to your Supabase project. It also supports dumping and diffing databases to ensure your schema modifications are applied correctly.

Can I list and inspect all my Supabase projects from the command line?

Yes, you can list and inspect all available Supabase projects from the command line. The skill connects to the Supabase Management API to retrieve and display your project details for efficient cross-project administrative control.

Does the Supabase Management API support project health checks and operational monitoring?

Yes, the Supabase Management API supports project health checks through this skill. You can perform per-project operational tasks to verify the status and health of your Supabase infrastructure after making configuration changes.

Do I need the Supabase CLI to configure database and authentication settings?

You need the Supabase CLI or Management API access to configure database and authentication settings. This skill leverages both interfaces to administer project configurations, push schema changes, and manage users without requiring direct database logins.