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.mdSkill 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-skillsThen reference at skills/neon-postgres/SKILL.md
Related Skills
neon
Manage your Neon projects and databases with the neon-postgres agent skill and the Neon MCP Server.
pluginpluginmarketplaceneon
by Anthropic · anthropic-official-plugins
data
Data engineering for Apache Airflow and Astronomer. Author DAGs with best practices, debug pipeline failures, trace data lineage, profile tables, migrate Airflow 2 to 3, and manage local and cloud deployments.
pluginpluginmarketplacedata
by Anthropic · anthropic-official-plugins
data-engineering-data-driven-feature
Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation.
data-aidataengineeringdriven
by sickn33 (Antigravity) · antigravity-awesome-skills
data-quality-frameworks
Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts.
data-aidataqualityframeworks
by sickn33 (Antigravity) · antigravity-awesome-skills