Skip to main content
Back to registry

supabase-nextjs

alinaqi/claude-bootstrap

Load with: base.md + supabase.md + typescript.md

Installs240
Install command
npx skills add https://github.com/alinaqi/claude-bootstrap --skill supabase-nextjs
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Load with: base.md + supabase.md + typescript.md Next.js App Router patterns with Supabase Auth and Drizzle ORM. Sources: Supabase Next.js Guide | Drizzle + Supabase Drizzle for queries, Supabase for auth/storage, server components by default. Use Drizzle ORM for type-safe database access. Use Supabase client for auth, storage, and realtime. Prefer server components; use client components only when needed. - Using Supabase client for DB queries - Use Drizzle for type-safety - Fetching in client components - Prefer server components - Not using middleware for auth - Session refresh is critical - Calling cookies() synchronously - Must await in Next.js 15+ - Service key in client - Never expose, server-only - Missing revalidatePath - Always revalidate after mutations - Not handling auth errors - Show user-friendly messages

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does supabase-nextjs do?

Load with: base.md + supabase.md + typescript.md

Is supabase-nextjs good?

supabase-nextjs does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does supabase-nextjs work with?

supabase-nextjs currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to supabase-nextjs?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install supabase-nextjs?

npx skills add https://github.com/alinaqi/claude-bootstrap --skill supabase-nextjs

Related skills

More from alinaqi/claude-bootstrap

Related skills

Alternatives in Software Engineering