ai-rules
Guided Neon Postgres setup, auth, and ORM workflows
All Skills in This Repository (6)
Pure Emerald Level Indicatorsneon-serverless
Configure the Neon Serverless Driver for serverless and edge applications.
neon-drizzle
Automate Neon database provisioning and Drizzle ORM setup with migrations.
neon-toolkit
Automate creation, management, and cleanup of ephemeral Neon databases.
add-neon-docs
Add Neon best-practice reference links to project AI documentation files.
neon-auth
Set up Neon Auth for Next.js, React SPA, or Node.js applications.
neon-js
Set up unified Neon JS SDK authentication and PostgREST-style database queries.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core