supabase

Manage Supabase database queries, authentication, and SSR integrations.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/tduck1equack/Web-Technology-Project --skill supabase-tduck1equack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: supabase
Source: https://github.com/tduck1equack/Web-Technology-Project/tree/main/.agents/skills/supabase
Command: npx skills add https://github.com/tduck1equack/Web-Technology-Project --skill supabase-tduck1equack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Streamlines the process of working with Supabase, handling tasks such as database queries, auth management, and integration with various client libraries.

Core Features & Use Cases

  • Database Operations: Perform SQL queries, manage schema changes, and execute migrations.
  • Authentication Management: Handle login, logout, session management, and JWT token handling.
  • Integration Support: Integrates with client libraries for Next.js, React, SvelteKit, Astro, and Remix.
  • Use Case: Simplify the integration of Supabase Auth into a React application, enabling seamless user authentication and management.

Quick Start

Use the supabase skill to initialize Supabase Auth in your Next.js app.

Frequently Asked Questions about supabase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Supabase authentication into a Next.js application?

To integrate Supabase authentication into a Next.js application, you initialize Supabase Auth using the @supabase/ssr package to handle login, logout, session management, and JWT cookie interactions seamlessly.

Does this support Supabase SSR integrations for frameworks like SvelteKit and Remix?

Yes, Supabase SSR integrations are fully supported for frameworks including Next.js, React, SvelteKit, Astro, and Remix, managing server-side rendering tasks and client library connections.

How do I manage schema changes and execute SQL migrations in Supabase?

You manage schema changes and execute SQL migrations in Supabase by utilizing the Supabase CLI interactions provided, allowing you to perform database queries and apply structural updates directly.

What is the best way to handle JWT tokens and RLS policies in a Supabase database?

The best way to handle JWT tokens and Row Level Security (RLS) policies is by using the built-in auth management and security audit features to validate tokens and enforce database access rules.

Why are my Supabase auth sessions dropping when navigating between client-side routes?

Dropping Supabase auth sessions during client-side navigation often occurs when JWT cookies are not properly refreshed or passed, which can be resolved by correctly configuring the @supabase/ssr integration.