neon-postgres

Configure Prisma for Neon with connection pooling.

Content Preview
---
name: neon-postgres
description: "Configure Prisma for Neon with connection pooling."
risk: unknown
source: "vibeship-spawner-skills (Apache 2.0)"
date_added: "2026-02-27"
---

# 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 c
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/neon-postgres.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/neon-postgres/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/neon-postgres/SKILL.md

Related Skills