add-db

Provision a Neon PostgreSQL database and integrate Drizzle ORM into a Next.js T3 project.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill add-db
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-db
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/add-db
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill add-db

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @neondatabase/serverless, drizzle-orm, drizzle-kit, and includes scripts (resource) components.

What problem does it solve?

This skill removes the complexity of setting up a production-ready database, handling provisioning, configuration, and security so you can focus on building your application features.

Core Features & Use Cases

  • Automated Provisioning: Creates a Neon Postgres database in the Frankfurt region for optimal latency with Vercel.
  • Seamless Integration: Automatically configures Drizzle ORM, installs necessary drivers, and manages environment variables.
  • Use Case: When you are ready to add user accounts or persistent storage to your T3 project, this skill handles the entire infrastructure setup in one command.

Quick Start

Use the add-db skill to provision a new Neon database and configure it for your current project.

Frequently Asked Questions about add-db

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

FAQPage Schema
How do I provision a Neon Postgres database for a Next.js T3 project?

You need a Node.js runtime environment and valid Neon API credentials stored in the secure vault. The skill uses these credentials to provision and connect your Neon Postgres database.

How does Drizzle ORM schema synchronization work with Neon Postgres?

Drizzle ORM schema synchronization with Neon Postgres is handled automatically by the skill, which configures the necessary drivers and manages environment variables across development and production environments.

Can I use this skill to add persistent storage without manually configuring database infrastructure?

The skill provisions a Neon PostgreSQL database in the Frankfurt region for optimal latency with Vercel. It automatically handles infrastructure creation, driver installation, and environment variable configuration.

Does the add-db skill work with standard Postgres or only Neon serverless databases?

The add-db skill is specifically designed for Neon PostgreSQL databases. It provisions and integrates Neon infrastructure using the @neondatabase/serverless driver and Drizzle ORM into your Next.js project.

What are the limitations of automating database setup with Drizzle ORM and Neon?

A limitation of automating database setup with Drizzle ORM and Neon is the strict requirement for a Node.js runtime environment and valid Neon API credentials in the secure vault to execute the provisioning and configuration scripts.