From supabase-pack
Execute Supabase secondary workflow: Auth + Storage + Realtime. Use when implementing secondary use case, or complementing primary workflow. Trigger with phrases like "supabase auth storage realtime", "implement full stack features with supabase".
How this skill is triggered — by the user, by Claude, or both
Slash command
/supabase-pack:supabase-auth-storage-realtime-coreThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement the core Supabase trifecta: authentication, file storage,
Implement the core Supabase trifecta: authentication, file storage, and real-time subscriptions in a single cohesive setup.
supabase-install-auth setupsupabase-schema-from-requirements// Step 1 implementation
// Step 2 implementation
// Step 3 implementation
| Aspect | Schema from Requirements | Auth + Storage + Realtime |
|---|---|---|
| Use Case | Starting a new project with defined data requirements | Secondary |
| Complexity | Medium | Lower |
| Performance | Standard | Optimized |
// Complete workflow example
// Error handling code
For common errors, see supabase-common-errors.
npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin supabase-packGuides @supabase/supabase-js SDK usage for database queries via PostgREST, authentication, storage uploads, realtime subscriptions, and edge functions.
Implements Supabase Auth (signUp, signIn, OAuth, sessions), Storage (uploads, downloads, signed URLs, policies), Realtime (Postgres changes, broadcast, presence). For auth flows, file handling, live UIs.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.