supabase

Guide planning and execution of Supabase Database, Auth, and Edge Functions tasks.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/BFLabsAI/algoritmo-milionario --skill supabase-bflabsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/BFLabsAI/algoritmo-milionario/tree/main/.maestri/roles/d85dc92b-2483-4a33-bb50-3240f82a04be/.agents/skills/supabase
Command: npx skills add https://github.com/BFLabsAI/algoritmo-milionario --skill supabase-bflabsai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Supabase tasks span multiple products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues) and integration points. This skill provides consistent guidance to plan, implement, and troubleshoot across the Supabase ecosystem, preventing scope creep and misconfigurations.

Core Features & Use Cases

  • Guided task planning for Database schemas, Auth flows, and edge deployments.
  • Best-practice enforcement for security, RLS, migrations, and API access control.
  • Cross-project coordination for CLI, MCP server work, and frontend/backend integration.

Quick Start

Tell me your Supabase task and I will guide you through the relevant steps across Database, Auth, and Edge features.

Frequently Asked Questions about supabase

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

FAQPage Schema
How do I set up Supabase Row Level Security policies for authentication flows?

To set up Supabase Row Level Security (RLS) for authentication, you configure database policies that map user roles to access control rules. This enforces best-practice security by restricting API access to authenticated users based on their session data.

What is the best way to manage Supabase database migrations using the CLI?

The best way to manage Supabase database migrations is by using the CLI to apply schema changes incrementally. This ensures consistent state across cross-project coordination and prevents scope creep during frontend and backend integration.

How do I troubleshoot Supabase Edge Functions deployment and execution issues?

To troubleshoot Supabase Edge Functions issues, you debug the deployment configurations and execution logic. Guided task planning helps identify misconfigurations and verify endpoint behavior across your edge deployments.

Does the Supabase MCP server support automated schema changes and security audits?

Yes, the Supabase MCP server supports automated schema changes and security audits. It enables cross-project coordination for CLI workflows, allowing you to enforce best practices and verify database configurations programmatically.

Why are my Supabase authentication callbacks failing during frontend integration?

Supabase authentication callbacks fail during frontend integration when redirect URLs or security policies are misconfigured. Verifying your Auth flows against current documentation ensures correct session handling and API access control.