neondatabase-labsneondatabase-labsOfficial·6 Agent Skills Included

ai-rules

Guided Neon Postgres setup, auth, ORM, and serverless connections

Sets up Neon Postgres databases with guided workflows for Drizzle ORM, serverless connections, authentication, and the Neon JS SDK. Eliminates manual configuration of connection strings, migrations, auth routes, and ephemeral test databases. Includes ready-made templates, validation scripts, and context rules so coding assistants generate correct Neon code on the first try.
npx skills add neondatabase-labs/ai-rules --all -g -y
Available:

Explains the repository layout to the AI agent so it can route requests to the right Neon skill, context rule file, or reference document during setup workflows.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Neon AI Rules?

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

How to connect a serverless app to Neon Postgres?

The neon-serverless skill installs the Neon serverless driver, configures environment variables, and creates working HTTP or WebSocket connection examples for edge and serverless environments.

How to set up Drizzle ORM with Neon?

The neon-drizzle skill provisions a database, installs dependencies, generates schemas, and runs migrations automatically for new or existing projects.

Can I add authentication to Next.js with Neon?

Yes. The neon-auth skill configures @neondatabase/auth with API routes, auth clients, and optional pre-built UI components for Next.js, React SPA, and Node.js apps.

Do these rules work with Cursor and other editors?

Yes. The standalone .mdc context rule files can be copied into any editor's rules directory, while the guided skills run in Claude Code and compatible agents.

Related Repositories in Software Engineering

View All in Software Engineering