supabase

Manage Supabase databases with migrations, RLS policies, and SQL queries.

4|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/JocDLC/saas-factory-v5 --skill supabase-jocdlc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/JocDLC/saas-factory-v5/tree/main/.claude/skills/supabase
Command: npx skills add https://github.com/JocDLC/saas-factory-v5 --skill supabase-jocdlc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill consolidates all Supabase-related tasks—creating tables, migrations, RLS policies, queries, metrics, CRUD operations, authentication, storage, logs, and general data operations—into a single, repeatable workflow.

Core Features & Use Cases

  • Schema provisioning: create and evolve database schemas with properly named migrations and RLS.
  • Security and governance: enable Row-Level Security and write policies to protect data access.
  • Data operations & metrics: run SQL, REST, and management API calls to read, write, and monitor data; export or report metrics and revenue indicators.
  • Documentation & auditing: generate and store a schema reference at references/schema.md for team collaboration and audits.

Quick Start

Create a sample table in Supabase by applying a migration after setting environment variables.

Frequently Asked Questions about supabase

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

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

You can manage Supabase migrations by applying DDL through the apply_migration process, which enables schema creation, evolution, and automatic documentation in references/schema.md.

How do I implement Row-Level Security policies in Supabase?

Implement Row-Level Security (RLS) in Supabase by enabling RLS and writing specific policies to protect data access, validated further by running get_advisors for security checks.

What is the best way to run data operations and metrics queries in Supabase?

The best way to run data operations and metrics queries in Supabase is by using execute_sql for DML and REST or management API calls to read, write, and monitor revenue indicators.

Does this Supabase workflow handle authentication and storage access?

Yes, this Supabase workflow handles authentication and storage access, consolidating these tasks alongside CRUD operations, logs, and database queries into a single repeatable process.

How do I audit and document a Supabase database schema for team collaboration?

Audit and document a Supabase database schema by utilizing automatic schema documentation, which generates and stores a schema reference at references/schema.md for team collaboration.