·supabase-auth

Manage authentication and user operations in Supabase. Use for sign up, sign in, sign out, password resets, and user management.

58Installs·2Trend·@nice-wolf-studio

Installation

$npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-auth

SKILL.md

This skill provides authentication and user management operations through the Supabase Auth API. Supports email/password authentication, session management, user metadata, and password recovery.

Helper script: This skill uses the shared Supabase API helper. Make sure to source it:

| 400 | Invalid login credentials | Wrong email or password | | 400 | User already registered | Email already exists | | 401 | Invalid token | Access token expired or invalid | | 422 | Validation error | Invalid email format or weak password | | 429 | Too many requests | Rate limit exceeded |

Manage authentication and user operations in Supabase. Use for sign up, sign in, sign out, password resets, and user management. Source: nice-wolf-studio/claude-code-supabase-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-auth
Category
!Security
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is supabase-auth?

Manage authentication and user operations in Supabase. Use for sign up, sign in, sign out, password resets, and user management. Source: nice-wolf-studio/claude-code-supabase-skills.

How do I install supabase-auth?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-auth Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/nice-wolf-studio/claude-code-supabase-skills

Details

Category
!Security
Source
skills.sh
First Seen
2026-02-01