supabase_patterns

Installation
SKILL.md

Implementing Next.js with Supabase

Interactive guide for implementing features using patterns from .claude/modules/nextjs-patterns.md and .claude/modules/supabase-security.md.

Quick Decision: Server or Client Component?

Use this decision tree to choose the right component type:

Step 1: Does it need user interaction?

  • onClick, onChange, onSubmit handlers?
  • useState, useEffect, or other React hooks?
  • Browser APIs (localStorage, window)?

YES = Client Component ('use client') → NO = Continue to Step 2

Related skills

More from vuralserhat86/antigravity-agentic-skills

Installs
11
GitHub Stars
43
First Seen
Jan 24, 2026