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".
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install supabase-pack@claude-code-plugins-plusThis skill is limited to using the following tools:
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.