neondatabaseneondatabaseOfficial·6 Agent Skills Included

ai-rules

Guided Neon Postgres setup, auth, and ORM workflows

Sets up Neon Postgres connections, authentication, Drizzle ORM schemas, and ephemeral test databases through guided step-by-step workflows. Eliminates manual configuration of serverless drivers, auth routes, and migration scripts across Next.js, React, and Node.js projects. Provides ready-made templates, validation scripts, and best-practice references so coding agents complete database integrations correctly on the first attempt.
npx skills add neondatabase/ai-rules --all -g -y
Available:

Explains to the AI agent how the repository's context rules, skills, templates, and reference docs are organized so it can route Neon database requests to the correct guided workflow.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ai-rules?

Run `npx skills add neondatabase/ai-rules --all -g -y` in your terminal to install all skills globally. Note this repository is archived, and the maintained version lives at neondatabase/agent-skills.

How to connect a Next.js app to a Neon database?

The neon-serverless and neon-drizzle skills auto-detect your framework and configure the correct HTTP or WebSocket connection with environment variables and working code templates.

How to add authentication with Neon Auth?

The neon-auth skill sets up sign-in, sign-up, and session management for Next.js, React SPA, or Node.js, including API routes and pre-built UI components.

Can I create temporary databases for testing?

Yes. The neon-toolkit skill creates and destroys ephemeral Neon databases automatically, which is ideal for isolated test runs and CI/CD pipelines.

Do these rules work with Cursor and other editors?

Yes. The standalone .mdc context rule files can be copied into Cursor rules or any editor that supports custom AI context files.

Related Repositories in Software Engineering

View All in Software Engineering