What problem does it solve? Choosing the right database, designing schemas, and tuning queries across relational, document, in-memory, and cloud platforms requires deep, scattered expertise. This Skill consolidates database patterns for PostgreSQL, MongoDB, Redis, Oracle, and cloud platforms (Neon, Supabase, Firestore) into one reference so you can make correct design and optimization decisions. ## Core Features & Use Cases - Schema Design & Migrations: Model relational and document schemas with reversible migration discipline and indexing strategies. - Query & Performance Optimization: Run EXPLAIN ANALYZE workflows, optimize aggregation pipelines, and tune connection pools and caching layers. - Cloud Database Selection: Compare Neon, Supabase, and Firestore with a decision guide covering branching, RLS, pgvector, and offline sync. - Use Case: When building a multi-tenant app, use the Skill to choose Supabase for Row-Level Security, write the RLS policy, and verify indexes exist for every filtered column. ## Quick Start Ask the agent to design a PostgreSQL schema with indexes and a migration file for your application's data model.