NE

neon-postgres

Optimized configuration patterns for Neon serverless Postgres, including Drizzle/Prisma integration.

Install

mkdir -p .claude/skills/neon-postgres && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6793" && unzip -o skill.zip -d .claude/skills/neon-postgres && rm skill.zip

Installs to .claude/skills/neon-postgres

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Expert patterns for Neon serverless Postgres, branching, connection pooling, and Prisma/Drizzle integration Use when: neon database, serverless postgres, database branching, neon postgres, postgres serverless.
209 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Configure Prisma with connection pooling
  • Implement Drizzle serverless drivers
  • Manage database branching
  • Set up PgBouncer

How it works

It provides patterns for Neon serverless Postgres, including connection pooling and ORM integration.

Inputs & outputs

You give it
Database connection requirements
You get back
Connection strings and ORM configuration

When to use neon-postgres

  • Configuring Prisma with Neon connection pooling
  • Setting up serverless HTTP drivers for Drizzle
  • Managing database branches for development

About this skill

Neon Postgres

Patterns

Prisma with Neon Connection

Configure Prisma for Neon with connection pooling.

Use two connection strings:

  • DATABASE_URL: Pooled connection for Prisma Client
  • DIRECT_URL: Direct connection for Prisma Migrate

The pooled connection uses PgBouncer for up to 10K connections. Direct connection required for migrations (DDL operations).

Drizzle with Neon Serverless Driver

Use Drizzle ORM with Neon's serverless HTTP driver for edge/serverless environments.

Two driver options:

  • neon-http: Single queries over HTTP (fastest for one-off queries)
  • neon-serverless: WebSocket for transactions and sessions

Connection Pooling with PgBouncer

Neon provides built-in connection pooling via PgBouncer.

Key limits:

  • Up to 10,000 concurrent connections to pooler
  • Connections still consume underlying Postgres connections
  • 7 connections reserved for Neon superuser

Use pooled endpoint for application, direct for migrations.

⚠️ Sharp Edges

IssueSeveritySolution
IssuehighSee docs
IssuehighSee docs
IssuehighSee docs
IssuemediumSee docs
IssuemediumSee docs
IssuelowSee docs
IssuemediumSee docs
IssuehighSee docs

When not to use it

  • Non-Postgres databases
  • Local-only development without Neon

Prerequisites

Neon database accountPrisma or Drizzle ORM

Limitations

  • Requires Neon infrastructure
  • Specific to Postgres

How it compares

It offers expert-vetted patterns for serverless Postgres rather than generic database setup.

Compared to similar skills

neon-postgres side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
neon-postgres (this skill)16moNo flagsIntermediate
drizzle-orm322moNo flagsIntermediate
event-store-design52moNo flagsAdvanced
backend-development174moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

333868

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

scroll-experience

davila7

Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.

101142

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

game-development

davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

70195

Search skills

Search the agent skills registry