olorehq

olore-supabase-latest

Local Supabase documentation reference (latest). Use for Supabase Auth, Database, Storage, Edge Functions, Realtime, and client SDKs.

olorehq 67 4 Updated 4mo ago

Resources

3
GitHub

Install

npx skillscat add olorehq/olore/olore-supabase-latest

Install via the SkillsCat registry.

SKILL.md

Supabase Documentation

Supabase documentation. Use for Supabase Auth, Database, Storage, Edge Functions, Realtime, and client SDKs.

Quick Reference

Task Entry Point
Getting started contents/guides/getting-started/
Authentication contents/guides/auth/
Database (PostgreSQL) contents/guides/database/
Storage (files) contents/guides/storage/
Edge Functions contents/guides/functions/
Realtime contents/guides/realtime/
AI/Vector search contents/guides/ai/
REST API contents/guides/api/rest/
Troubleshooting contents/troubleshooting/

When to use

Use this skill when the user asks about:

  • Supabase Auth (social login, SSO, MFA, sessions, RLS)
  • Supabase Database (PostgreSQL, tables, functions, extensions, migrations)
  • Supabase Storage (file uploads, buckets, image transformations)
  • Supabase Edge Functions (serverless functions, Deno runtime)
  • Supabase Realtime (subscriptions, broadcast, presence)
  • Supabase AI features (vector embeddings, pgvector, semantic search)
  • Supabase CLI and local development
  • Supabase platform features (organizations, billing, regions)
  • Client SDKs (JavaScript, Python, etc.)

How to find information

  1. First, read TOC.md for complete file listing organized by directory
  2. Identify relevant section based on user's question
  3. Read specific files for details

TOC.md contains all files organized by directory - always check it first.