mirror of
https://github.com/supabase/agent-skills.git
synced 2026-03-27 10:09:26 +08:00
Merge branch 'feature/supabase-skill' into feature/realtime-agent-reference
This commit is contained in:
@@ -4,7 +4,7 @@ description: Guides and best practices for working with Supabase. Covers getting
|
||||
license: MIT
|
||||
metadata:
|
||||
author: supabase
|
||||
version: "1.0.0"
|
||||
version: '1.0.0'
|
||||
organization: Supabase
|
||||
date: January 2026
|
||||
abstract: Comprehensive Supabase development guide for building applications with Supabase services. Contains guides covering Auth, Database, Storage, Edge Functions, Realtime, client libraries, CLI, and tooling. Each reference includes setup instructions, code examples, common mistakes, and integration patterns.
|
||||
@@ -34,7 +34,7 @@ Reference the appropriate resource file based on the user's needs:
|
||||
### Database
|
||||
|
||||
| Area | Resource | When to Use |
|
||||
| ------------------ | -------------------------------- | ---------------------------------------------- |
|
||||
| ------------------ | ------------------------------- | ---------------------------------------------- |
|
||||
| RLS Security | `references/db-rls-*.md` | Row Level Security policies, common mistakes |
|
||||
| Connection Pooling | `references/db-conn-pooling.md` | Transaction vs Session mode, port 6543 vs 5432 |
|
||||
| Schema Design | `references/db-schema-*.md` | auth.users FKs, timestamps, JSONB, extensions |
|
||||
@@ -45,7 +45,7 @@ Reference the appropriate resource file based on the user's needs:
|
||||
### Realtime
|
||||
|
||||
| Area | Resource | When to Use |
|
||||
| ---------------- | ------------------------------------ | --------------------------------------------------- |
|
||||
| ---------------- | ------------------------------------ | ----------------------------------------------- |
|
||||
| Channel Setup | `references/realtime-setup-*.md` | Creating channels, naming conventions, auth |
|
||||
| Broadcast | `references/realtime-broadcast-*.md` | Client messaging, database-triggered broadcasts |
|
||||
| Presence | `references/realtime-presence-*.md` | User online status, shared state tracking |
|
||||
|
||||
Reference in New Issue
Block a user