Agent Skill
2/7/2026

supabase-guide

This skill should be used when the user asks to "query database", "supabase query", "fetch data", "insert data", or mentions tables, RLS, or Supabase client.

M
melihguven98
0GitHub Stars
1Views
npx skills add melihguven98/expo-nativewind-supabase

SKILL.md

Namesupabase-guide
DescriptionThis skill should be used when the user asks to "query database", "supabase query", "fetch data", "insert data", or mentions tables, RLS, or Supabase client.

name: Supabase Guide description: This skill should be used when the user asks to "query database", "supabase query", "fetch data", "insert data", or mentions tables, RLS, or Supabase client. version: 0.1.0

Supabase Usage

  • Client: import { supabase } from '@/lib/supabase'
  • Use .single() for single records
  • Always handle errors
  • Follow RLS policies
Skills Info
Original Name:supabase-guideAuthor:melihguven98