AgentSkillsCN

olore-supabase-latest

本地 Supabase 文档参考(最新版)。适用于 Supabase 身份验证、数据库管理、存储服务、边缘函数、实时通信,以及各类客户端 SDK。

SKILL.md
--- frontmatter
name: olore-supabase-latest
description: Local Supabase documentation reference (latest). Use for Supabase Auth, Database, Storage, Edge Functions, Realtime, and client SDKs.

Supabase Documentation

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

Quick Reference

TaskEntry Point
Getting startedcontents/guides/getting-started/
Authenticationcontents/guides/auth/
Database (PostgreSQL)contents/guides/database/
Storage (files)contents/guides/storage/
Edge Functionscontents/guides/functions/
Realtimecontents/guides/realtime/
AI/Vector searchcontents/guides/ai/
REST APIcontents/guides/api/rest/
Troubleshootingcontents/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.