supabase-auth-storage-realtime-core
File Scaffold
supabase-auth-storage-realtime-core/
-- SKILL.md
File Descriptions
1. SKILL.md
Purpose: Implement the core Supabase trifecta: authentication, file storage, and real-time subscriptions in a single cohesive setup. Workflow: Secondary workflow skill. Complements the primary schema workflow with full-stack Supabase features. Relates to: Follows supabase-schema-from-requirements; enables modern real-time application development.
Summary
This skill provides guidance on implementing the three core Supabase features together: authentication for user management, storage for file uploads, and realtime for live data subscriptions. Use this skill when building a full-stack application that needs user authentication, file handling, and real-time updates. This combination covers most modern web application requirements.