Update web-dev agent with Supabase best practices
Added to web-dev agent: - firebase-auth-basics and firebase-firestore-basics skills - Supabase-specific rules and patterns - SSR auth, server components, RLS policies guidance - Service role key security practices Updated SPECIALIZED_AGENTS.md documentation
This commit is contained in:
parent
8f4f979c85
commit
2c41753316
@ -57,6 +57,8 @@ openclaw agents switch ios-dev
|
|||||||
- shadcn-ui
|
- shadcn-ui
|
||||||
- ui-ux-pro-max
|
- ui-ux-pro-max
|
||||||
- firebase-basics
|
- firebase-basics
|
||||||
|
- firebase-auth-basics
|
||||||
|
- firebase-firestore-basics
|
||||||
|
|
||||||
**Default Patterns:**
|
**Default Patterns:**
|
||||||
- Next.js App Router
|
- Next.js App Router
|
||||||
@ -66,6 +68,11 @@ openclaw agents switch ios-dev
|
|||||||
- Component composition
|
- Component composition
|
||||||
- Error boundaries & loading states
|
- Error boundaries & loading states
|
||||||
- Semantic HTML & accessibility
|
- Semantic HTML & accessibility
|
||||||
|
- **Supabase for backend/database (preferred)**
|
||||||
|
- Supabase SSR auth patterns
|
||||||
|
- Server components for data fetching
|
||||||
|
- Proper RLS policies
|
||||||
|
- Service role key only in API routes
|
||||||
|
|
||||||
**Usage:**
|
**Usage:**
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user