Handles the full auth lifecycle for Supabase projects through bash scripts: signup, login, token management, password resets, and user CRUD. The examples cover both client-side operations (using access tokens) and admin functions (requiring service role keys), which is helpful since the permission model matters a lot here. You get practical patterns for storing tokens after login and paginating through user lists. The reliance on a shared supabase-api.sh helper keeps things clean, though you'll need to make sure that script exists in your project structure. If you're building CLI tools or automation around a Supabase backend, this gives you the auth primitives without reaching for a JavaScript client.
npx skills add https://github.com/nice-wolf-studio/claude-code-supabase-skills --skill supabase-auth