What problem does it solve? Choosing and configuring a cloud database is difficult when each platform (Neon, Supabase, Firestore) has different scaling models, security mechanisms, and pricing structures. This Skill consolidates decision guidance and setup patterns so you pick the right platform and configure it correctly the first time. ## Core Features & Use Cases - Platform Decision Guidance: Compare Neon (serverless PostgreSQL with branching), Supabase (PostgreSQL 16 with pgvector, RLS, real-time), and Firestore (NoSQL with offline sync) using feature matrices and a decision flowchart. - Setup and Integration Patterns: Provides connection management, ORM integration (Drizzle, Prisma), migration strategies, and security configuration (RLS policies, Firestore Security Rules) for each platform. - Use Case: You are building a multi-tenant SaaS and need tenant isolation. The Skill directs you to Supabase Row-Level Security and provides the policy patterns, JWT integration, and testing approach to implement it. ## Quick Start Ask the agent to help you choose between Neon, Supabase, and Firestore for your application and generate the initial connection setup code.