supabase-pack

v1.53.0 by Jeremy Longshore

Complete Supabase integration skill pack with 30 skills covering authentication, database, storage, realtime, edge functions, and production operations. Flagship+ tier vendor pack.

30 Skills
MIT License

Installation

Open Claude Code and run this command:

/plugin install supabase-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

> 30 production-grade Claude Code skills for Supabase: real @supabase/supabase-js v2 client methods, real PostgreSQL RLS policies, real Edge Functions, real Supabase CLI workflows.

Skills (30)

supabase-advanced-troubleshooting View full skill →

Deep Supabase diagnostics: pg_stat_statements for slow queries, lock debugging with pg_locks, connection leak detection, RLS policy conflicts, Edge Function cold starts, and Realtime connection drop analysis.

ReadGrepBash(npx supabase:*)Bash(supabase:*)Bash(curl:*)Bash(psql:*)
supabase-architecture-variants View full skill →

Use when choosing how to integrate Supabase into a specific stack — setting up Next.

ReadWriteEditBash(supabase:*)Bash(npx:*)Grep

'Implement Supabase Auth (signUp, signIn, OAuth, session management),.

ReadWriteEditBash(npm:*)Bash(supabase:*)Grep
supabase-ci-integration View full skill →

Configure Supabase continuous-integration and deployment pipelines with GitHub Actions: link projects, push migrations, deploy Edge Functions, generate types, and run tests against local Supabase instances.

WriteBash(npx:*)Bash(gh:*)