What problem does it solve? Working with Neon Postgres involves platform-specific decisions—pooled versus direct connections, branch-based migration testing, scale-to-zero behavior, and Neon-specific diagnostics—that generic Postgres knowledge does not cover. This Skill provides the operational guidance to configure, migrate, troubleshoot, and extend a Neon database correctly. ## Core Features & Use Cases - Connection & Schema Setup: Choose between pooled and direct connection strings, pick the right driver for serverless or edge runtimes, and manage migrations as code. - Branching, Restore & Scaling: Use copy-on-write branches for isolated environments, instant point-in-time restore, autoscaling, read replicas, and scale-to-zero cost optimization. - Diagnostics & Search: Run predefined read-only inspection checks (table sizes, unused indexes, locks, cache hit rates) and implement semantic, full-text BM25, and hybrid search with Lakebase Search extensions. - Use Case: A developer deploying a serverless app on Vercel needs to run a Prisma migration safely. The Skill directs them to use the direct (non-pooled) connection string, test the migration on a branch of production first, then verify with neon inspect db checks. ## Quick Start Ask the AI to help you connect your application to your Neon database and set up the schema using the existing DATABASE_URL.