chore: remove unused using-supabase skill sections (#15)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Pedro Rodrigues
2026-01-26 21:00:46 +00:00
committed by GitHub
parent f421451c79
commit 7aa8ecc25f

View File

@@ -1,35 +0,0 @@
# Reference Sections
Defines the organization of reference documentation. Each section groups related content.
## 1. Getting Started (getting-started)
**Description:** Project setup, connection strings, initial configuration, and first steps with Supabase.
## 2. Auth (auth)
**Description:** Authentication, authorization, Row Level Security, social login, and session management.
## 3. Database (database)
**Description:** Postgres database, migrations, queries, RLS policies, and data modeling.
## 4. Storage (storage)
**Description:** File uploads, buckets, access control, and media handling.
## 5. Edge Functions (functions)
**Description:** Serverless functions, Deno runtime, webhooks, and background tasks.
## 6. Realtime (realtime)
**Description:** Real-time subscriptions, presence, broadcast, and live updates.
## 7. Client Libraries (client)
**Description:** supabase-js SDK, client configuration, and framework integrations.
## 8. CLI & Tools (cli)
**Description:** Supabase CLI, local development, migrations, CI/CD, and MCP integration.