Agent SkillsAgent Skills
olorehq

olore-supabase-latest

@olorehq/olore-supabase-latest
olorehq
64
4 forks
Updated 3/31/2026
View on GitHub

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

Installation

$npx agent-skills-cli install @olorehq/olore-supabase-latest
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Repositoryolorehq/olore
Pathvault/packages/supabase/latest/SKILL.md
Branchmain
Scoped Name@olorehq/olore-supabase-latest

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


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.