supabase

Guide Supabase implementation across databases, auth, and infrastructure.

3|1|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/Antony-Figueroa/UNEFA_DASHBOARD --skill supabase-antony-figueroa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/Antony-Figueroa/UNEFA_DASHBOARD/tree/main/.agents/skills/supabase
Command: npx skills add https://github.com/Antony-Figueroa/UNEFA_DASHBOARD --skill supabase-antony-figueroa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Supabase users and teams often struggle to navigate the breadth of Supabase products and implement secure, scalable configurations across projects. This skill provides structured guidance, best practices, and practical steps to plan migrations, enforce security (RLS, JWT, app_metadata vs raw_user_meta_data), and optimize workflows with MCP server and client libraries.

Core Features & Use Cases

  • Supports end-to-end guidance for all Supabase products and integrations (supabase-js, @supabase/ssr) across frameworks like Next.js, React, SvelteKit, Astro, and Remix.
  • Provides security-first recommendations for auth, RLS, and data access, plus migration and schema-change workflows.
  • Useful for troubleshooting, architecture reviews, and deployment planning in teams integrating Supabase into frontend or backend services.

Quick Start

Tell me your Supabase task and I will outline the first concrete action to take.

Frequently Asked Questions about supabase

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

FAQPage Schema
How do I set up Row Level Security policies in Supabase?

To set up Row Level Security policies in Supabase, you write SQL rules restricting data access based on user authentication. This skill provides security-first recommendations for configuring RLS and JWT handling to enforce strict data access controls.

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

The best way to manage database migrations using the Supabase MCP server is to follow structured migration workflows. This skill models MCP migration workflows to help you plan schema changes and safely apply database updates across your stack.

Does this Supabase skill provide integration guidance for Next.js and SvelteKit?

Yes, this Supabase skill provides end-to-end integration guidance for Next.js and SvelteKit. It supports client libraries like supabase-js and @supabase/ssr across frameworks including React, Astro, and Remix.

How do I handle JWT and app_metadata vs raw_user_meta_data in Supabase auth?

Handling JWT and app_metadata versus raw_user_meta_data in Supabase auth requires understanding security context. This skill guides you through JWT handling and differentiating metadata types for secure server-side integrations.

Can I use this for troubleshooting Supabase architecture and deployment planning?

Yes, you can use this for troubleshooting Supabase architecture and deployment planning. It provides structured guidance for architecture reviews, enforcing deployment guardrails, and optimizing workflows for teams integrating Supabase.