supabase

Research Supabase documentation and provide guidance on backend development tasks.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/miketromba/skills --skill supabase-miketromba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/miketromba/skills/tree/main/skills/supabase
Command: npx skills add https://github.com/miketromba/skills --skill supabase-miketromba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidance and research capabilities for working with the Supabase platform, simplifying complex backend-as-a-service tasks.

Core Features & Use Cases

  • Documentation Research: Leverages a sub-agent to fetch and synthesize information from Supabase's extensive documentation.
  • Task-Oriented Guidance: Provides detailed prompts for researching specific Supabase features like authentication, database management, edge functions, and AI integrations.
  • Use Case: A developer needs to implement real-time subscriptions in their application. They can use this Skill to quickly find the relevant documentation and code examples for setting up Supabase Realtime.

Quick Start

Use the supabase skill to research how to set up email/password authentication in a Next.js application.

Frequently Asked Questions about supabase

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

FAQPage Schema
How do I set up email and password authentication using Supabase?

To set up email and password authentication using Supabase, you need to configure the authentication providers in your project dashboard and integrate the client SDK into your application to handle user sign-ups and sign-ins.

What is the best way to write RLS policies for a Postgres database in Supabase?

Writing RLS policies for a Postgres database in Supabase involves defining SQL rules using the Supabase dashboard or migrations to restrict row-level access based on user authentication tokens and roles.

Can I use pgvector in Supabase for AI vector embeddings?

Yes, you can use pgvector in Supabase for AI vector embeddings. It allows you to store and query vector embeddings directly within your Postgres database to build AI-driven semantic search applications.

How do I configure real-time subscriptions for my backend application?

Configuring real-time subscriptions for your backend application requires enabling the Supabase Realtime feature and connecting your client to listen for database row changes via WebSockets.

Does Supabase support self-hosting and CLI usage for database migrations?

Supabase supports self-hosting and CLI usage for database migrations, allowing developers to manage local development environments and deploy schema changes directly through the Supabase CLI.