supabase

Automate Supabase schema creation, SQL migrations, and RLS policies.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/arroyo2009jose-max/civradar-autoridades --skill supabase-arroyo2009jose-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/arroyo2009jose-max/civradar-autoridades/tree/main/.claude/skills/supabase
Command: npx skills add https://github.com/arroyo2009jose-max/civradar-autoridades --skill supabase-arroyo2009jose-max

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Todo lo relacionado con Supabase: crear tablas, migraciones, RLS, queries, metricas, CRUD, auth, storage, logs, y operaciones de datos.

Core Features & Use Cases

  • Setup Inicial: credentials management, environment setup, and initial MCP workflow.
  • Estructura y seguridad: habilitar RLS, políticas, y seguridad de acceso.
  • Documentación y consultas: generar schema docs (references/schema.md) and perform SQL via PostgREST/Management API.

Quick Start

Initialize the Supabase project by creating tables, enabling RLS, and generating the schema documentation.

Frequently Asked Questions about supabase

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

FAQPage Schema
How do I automate Supabase database migrations and schema creation?

Automating Supabase database migrations involves running SQL scripts to create tables and apply schema changes. This Skill manages that process via PostgREST and the Management API, while generating a references/schema.md file for schema documentation.

How do I enable Row Level Security (RLS) and set access policies in Supabase?

Enabling Row Level Security (RLS) in Supabase requires applying specific access policies to your tables. This Skill automates configuring RLS and access controls directly within your SQL migrations to secure your project's data.

What is the best way to document my Supabase database schema for my team?

Documenting your Supabase database schema is achieved by generating a references/schema.md file. This Skill automates that output, capturing your table structures and security configurations for team-wide access.

Can I manage Supabase credentials and environment setup using MCP workflows?

Yes, you can manage Supabase credentials and environment setup through MCP workflows. This Skill handles the initial environment configuration and credential management required to establish your MCP tooling integration.

Does this Supabase automation tool support PostgREST and Management API integration?

Yes, this Supabase automation tool supports both PostgREST and Management API integration. It leverages these interfaces to execute SQL queries, run data operations, and manage database schemas within your MCP workflows.

What are the limitations of managing Supabase logs and storage with this approach?

The primary limitation of managing Supabase operations with this approach is the prerequisite environment complexity. You must have the infrastructure to run SQL migrations, manage credentials securely, and support MCP tooling integrations.