supabase

Orchestrate Supabase tasks across databases, auth, edge functions, and storage.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rally19/goform --skill supabase-rally19
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/rally19/goform/tree/main/.qwen/skills/supabase
Command: npx skills add https://github.com/rally19/goform --skill supabase-rally19

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Supabase is a backend platform; this skill guides developers to efficiently work with Supabase across products, libraries, and server setups, aligning usage with security best practices and up-to-date docs.

Core Features & Use Cases

  • Unified guidance for working with Supabase Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, and Queues across frontend frameworks (Next.js, React, SvelteKit, Astro, Remix).
  • Security and configuration checks: RLS setup guidance, safe handling of auth metadata, and best practices for app_metadata vs raw_user_meta_data.
  • CLI and MCP workflows: instructions for using the Supabase CLI and MCP server for migrations, deployments, and local-first development.

Quick Start

Ask me to set up a new Supabase project with authentication, RLS policies, and a basic storage bucket.

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 RLS policies for secure database access?

To set up Supabase RLS policies, you configure row-level security rules on your Postgres tables. This skill standardizes policy generation and ensures security-first configuration with verifiable test queries.

What is the best way to manage Supabase CLI migrations for local-first development?

The best way to manage Supabase CLI migrations is using local-first workflows. This skill provides instructions for CLI-based schema changes and deployments to ensure verifiable database modifications.

Does this approach work with supabase-js and Next.js for authentication?

Yes, this approach works with supabase-js and Next.js. It provides unified guidance for frontend frameworks and standardizes auth setup, ensuring safe handling of app_metadata versus raw_user_meta_data.

How do I deploy Supabase Edge Functions using an MCP server workflow?

To deploy Supabase Edge Functions using an MCP server, you follow specific CLI and server instructions. This skill orchestrates edge function tasks alongside database and storage setup for consistent deployments.

Why should I use standardized Supabase schema changes instead of manual edits?

You should use standardized Supabase schema changes to ensure verifiable modifications and security-first configuration. This approach prevents misaligned policies and aligns database structure with up-to-date documentation.