What problem does it solve? Working with Neon PostgreSQL requires juggling two CLIs (psql and neon), discovering connection strings from environment files, and avoiding accidental writes to production — this Skill consolidates all of that into one safe, verb-based workflow. ## Core Features & Use Cases - Query mode: Run ad-hoc SQL and schema exploration against Neon databases, with production queries automatically wrapped in read-only transactions and mutating SQL gated behind explicit confirmation. - Branch mode: Create, list, delete, or reset copy-on-write database branches for safe experimentation, pre-migration testing, and disposable dev environments. - Info mode: Generate a database dashboard showing connection status, database size, table inventory, and branch overview. - Use Case: Before running a risky migration, ask the agent to create a claude/experiment branch, test the migration against the branch connection string, then delete the branch — production is never touched. ## Quick Start Ask the agent to list all tables with row counts in your Neon database, or to create a disposable branch for testing a schema change.