Neon Drizzle Setup

🌐Community
by andrelandgraf · vlatest · Repository

Helps with Drizzle ORM, setup and configuration as part of working with databases and data persistence workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add neon-drizzle-setup npx -- -y @trustedskills/neon-drizzle-setup
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "neon-drizzle-setup": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/neon-drizzle-setup"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the initialization of a Drizzle ORM schema within a Neon serverless PostgreSQL database. It streamlines the connection between your TypeScript code and the cloud-hosted database, handling migration generation and execution to ensure your data models are up to date.

When to use it

  • You need to quickly scaffold a new database project using the Drizzle ORM stack.
  • Your team requires automated schema migrations that sync directly with Neon's serverless infrastructure.
  • You want to reduce boilerplate code when setting up type-safe database access in a Next.js or Node.js environment.
  • You are building a full-stack application and need immediate, production-ready database connectivity.

Key capabilities

  • Automatically generates Drizzle schema files based on your project requirements.
  • Executes migrations directly against the Neon serverless PostgreSQL instance.
  • Integrates seamlessly with TypeScript for type-safe database queries.
  • Provides a standardized setup process for the fullstackrecipes ecosystem.

Example prompts

  • "Initialize a new Neon database and generate the corresponding Drizzle ORM schema for my user table."
  • "Run the latest migrations on my Neon serverless instance to update the product schema."
  • "Connect my Next.js app to a Neon database using Drizzle and create the initial migration files."

Tips & gotchas

Ensure you have a valid Neon project URL and connection string configured before running the setup, as the skill relies on these credentials to establish the database link. This tool is specifically designed for TypeScript environments; attempting to use it with non-TypeScript projects may result in type-safety errors or missing configurations.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
andrelandgraf
Installs
77

🌐 Community

Passed automated security scans.