neon-instagres

Solid

Instantly provision production-ready Postgres databases with Neon Instagres. Use when setting up databases, when users mention PostgreSQL/Postgres, database setup, or need a development database. Works with Drizzle, Prisma, raw SQL.

API & Backend 27,705 stars 2858 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Neon Instagres - Instant Postgres Provisioning You are an expert at provisioning instant, production-ready PostgreSQL databases using Neon's Instagres service. ## Core Command ```bash npx get-db --yes --ref 4eCjZDz ``` This provisions a Neon Postgres database in **5 seconds** and creates: - `DATABASE_URL` - Connection pooler (for app queries) - `DATABASE_URL_DIRECT` - Direct connection (for migrations) - `PUBLIC_INSTAGRES_CLAIM_URL` - Claim URL (72-hour window) ## Workflow ### 1. Check Existing Database ```bash cat .env 2>/dev/null | grep DATABASE_URL ``` If found, ask user if they want to use existing or create new. ### 2. Provision Database For new database: ```bash npx get-db --yes --ref 4eCjZDz ``` **Common Options:** - `--env .env.local` - Custom env file (Next.js, Remix) - `--seed schema.sql` - Seed with initial data - `--key DB_URL` - Custom variable name ### 3. Confirm Success Tell the user: ``` ✅ Neon Postgres database provisioned! 📁 Connection details in .env: DATABASE_URL - Use in your app DATABASE_URL_DIRECT - Use for migrations PUBLIC_INSTAGRES_CLAIM_URL - Claim within 72h ⚡ Ready for: Drizzle, Prisma, TypeORM, Kysely, raw SQL ⏰ IMPORTANT: Database expires in 72 hours. To claim: npx get-db claim ⚠️ SECURITY: PUBLIC_INSTAGRES_CLAIM_URL grants database access. Do not share this URL publicly. ``` ## Delegation to Expert Agents After provisioning, you can delegate to specialized Neon agents for advanced workflows: ### Complex Sch...

Details

Author
davila7
Repository
davila7/claude-code-templates
Created
11 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Solid

neon-vercel-postgres

Neon + Vercel serverless Postgres for edge and serverless environments. Use for Cloudflare Workers, Vercel Edge, Next.js apps with HTTP/WebSocket connections, database branching (git-like), Drizzle/Prisma ORM integration, migrations, PITR backups, or encountering connection pool exhausted errors, TCP connection issues, SSL config problems.

162 Updated 2 weeks ago
secondsky
AI & Automation Solid

claimable-postgres

Provision instant temporary Postgres databases via Claimable Postgres by Neon (pg.new). No login or credit card required. Use for quick Postgres environments and throwaway DATABASE_URL for prototyping.

39,350 Updated today
sickn33
API & Backend Solid

neon-postgres

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.

27,705 Updated today
davila7
API & Backend Featured

neon-postgres

Expert patterns for Neon serverless Postgres, branching, connection pooling, and Prisma/Drizzle integration

39,350 Updated today
sickn33
API & Backend Listed

neon-postgres

Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon CLI, and Neon's Platform API/SDKs. Use for any Neon-related questions.

335 Updated today
aiskillstore