supabase

Automate Supabase table creation, migrations, RLS policies, and schema documentation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/marcoapereirav-arch/nvision-saas-factory --skill supabase-marcoapereirav-arch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/marcoapereirav-arch/nvision-saas-factory/tree/main/saas-factory/.claude/skills/supabase
Command: npx skills add https://github.com/marcoapereirav-arch/nvision-saas-factory --skill supabase-marcoapereirav-arch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Supabase automation and governance: simplify creating tables, migrations, RLS, and data operations in a single workflow.

Core Features & Use Cases

  • Table creation and migrations with named migrations
  • Row-Level Security setup and policies
  • SQL-driven data operations and CRUD workflows (PostgREST/Management API)
  • Schema documentation generation and auditing

Quick Start

Provide your project credentials and run the Supabase skill to initialize DB schema and security rules.

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 table creation?

Automate Supabase database migrations by using the skill to apply named migrations for DDL operations like table creation across multiple environments. It validates results against safety checks before proceeding, ensuring secure schema evolution for your project.

What is the best way to set up Row-Level Security (RLS) policies in Supabase?

Set up Row-Level Security (RLS) policies in Supabase through an automated workflow that enables RLS and defines security rules. The skill manages this provisioning process alongside schema creation to ensure database governance and data protection.

Can I use SQL queries for data operations and CRUD workflows in Supabase?

Yes, you can execute SQL-driven data operations and CRUD workflows in Supabase using queries for DML. The skill utilizes the PostgREST and Management APIs to perform these data operations after validating your explicit credentials and API keys.

Do I need explicit API keys to manage Supabase schema and security rules?

Yes, you need explicit credentials and API keys to manage Supabase schema and security rules. The skill requires these credentials to authenticate requests and applies safety checks before executing any database provisioning, migrations, or data operations.

How does Supabase schema documentation generation and auditing work?

Supabase schema documentation generation and auditing works by automatically extracting your database structure and rules to produce documentation. This feature audits your schema and security policies, simplifying governance across multiple environments.