neon-postgres

Configure and manage Neon Serverless Postgres connections, projects, and database infrastructure.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/lciacci/tessera --skill neon-postgres-lciacci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neon-postgres
Source: https://github.com/lciacci/tessera/tree/main/skills/neon-postgres
Command: npx skills add https://github.com/lciacci/tessera --skill neon-postgres-lciacci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers configure, connect to, and manage Neon Serverless Postgres without navigating fragmented documentation or guessing at runtime-specific database patterns.

Core Features & Use Cases

  • Project Setup and Connections: Configure Neon projects, connection strings, drivers, ORMs, authentication, schemas, and secure environment variables.
  • Infrastructure Management: Work with the Neon CLI, MCP server, REST API, TypeScript SDK, Python SDK, and infrastructure-as-code configuration.
  • Advanced Database Operations: Manage branching, autoscaling, scale-to-zero, read replicas, connection pooling, instant restore, IP allow lists, and logical replication.
  • Use Case: Set up a preview environment with a Neon branch, configure Drizzle with the appropriate driver for the deployment runtime, and tune compute settings for cost and performance.

Quick Start

Ask the Neon Postgres skill to inspect the project, configure a Neon connection, select the correct driver, and set up the database schema.

Frequently Asked Questions about neon-postgres

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Neon Serverless Postgres connections for an application?

To configure Neon Serverless Postgres connections, set up your Neon project, manage connection strings, select runtime-aware drivers, and handle secure environment variables for application deployment.

How do I set up database branching workflows in Neon Postgres?

Neon Postgres database branching workflows allow you to create preview environments, manage schemas, and test changes by branching the database state, which you can automate using the Neon CLI or API.

Does Neon Postgres work with serverless and edge deployments?

Neon Postgres is designed for serverless and edge deployments, requiring runtime-aware driver selection and connection pooling to manage database connections efficiently in transient compute environments.

What is the best way to manage Neon Postgres infrastructure programmatically?

Manage Neon Postgres infrastructure programmatically by using the Neon CLI, MCP server, REST API, TypeScript SDK, Python SDK, or infrastructure-as-code configuration to automate project and database operations.

How do I tune Neon Postgres for autoscaling and read replicas?

Tune Neon Postgres for autoscaling, scale-to-zero, and read replicas by adjusting compute settings for cost and performance, alongside configuring connection pooling and logical replication for scaling.