What problem does it solve? Building connected Specs Lenses requires a cloud backend for persistent data, multiplayer sync, and media storage, but wiring Supabase into Lens Studio involves editor friction, auth quirks, and platform-specific limits. This Skill provides the complete workflow for connecting Lenses to Snap Cloud (powered by Supabase) with minimal manual steps. ## Core Features & Use Cases - Agent-Driven Setup: Generate .supabaseProject assets, run CLI migrations, deploy edge functions, and manage secrets entirely from the terminal with only a one-time browser login. - Full Backend Coverage: Database CRUD with RLS, Realtime broadcast and Postgres changes, Storage upload/download for images, GLTF models, and audio, plus Deno-based edge functions. - Media Capture & Streaming: Capture camera images, video frames, and microphone audio on Specs, upload to Storage, or stream live over Realtime channels. - Use Case: Build a global leaderboard Lens where scores persist per user, sync in realtime across players, and captured photos upload to a shared cloud bucket. ## Quick Start Use the specs-snap-cloud skill to set up a Snap Cloud backend for my Lens with a leaderboard table and realtime sync.