Help us improve
Share bugs, ideas, or general feedback.
Official Neon database development tools for Claude Code
npx claudepluginhub neondatabase-labs/ai-rulesNeon database development skills including authentication, Drizzle ORM, serverless drivers, and toolkit utilities
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Share bugs, ideas, or general feedback.
A comprehensive Claude Code plugin with AI context rules, guided skills, and resource management tools for building with Neon Postgres. Works with Claude Code, Cursor, and other AI-powered development tools.
1. Add the Neon marketplace:
/plugin marketplace add neondatabase-labs/ai-rules
2. Install the plugin:
/plugin install neon-plugin@neon
3. Verify installation: Ask Claude Code: "which skills do you have access to?"
You should see the Neon skills listed.
4. Start using: Use natural language and skills activate automatically:
> Use the neon-drizzle skill to setup Drizzle ORM with Neon
1. Create rules directory:
mkdir -p .cursor/rules
2. Copy desired .mdc files:
# Example: Copy Drizzle and Serverless rules
cp neon-drizzle.mdc .cursor/rules/
cp neon-serverless.mdc .cursor/rules/
3. Start coding: Cursor automatically applies these rules when you reference Neon.
Copy .mdc files to your AI tool's custom rules directory. The format is tool-agnostic and works with any AI assistant supporting context rules.
Complete workflow support for:
Includes:
db:generate, db:migrate, db:push, db:studio)Guides:
guides/new-project.md - Starting from scratchguides/existing-project.md - Adding to existing codebaseguides/schema-only.md - Schema-first developmentguides/troubleshooting.md - Common issues and solutionsTemplates for:
Perfect for testing and CI/CD:
Includes:
create-ephemeral-db.ts - Database creationdestroy-ephemeral-db.ts - Cleanup automationComplete authentication setup with @neondatabase/auth:
Guides:
guides/nextjs-setup.md - Next.js App Router workflowguides/react-spa-setup.md - React SPA workflowUnified SDK setup with @neondatabase/neon-js:
Guides:
guides/setup.md - Complete setup workflowAdds Neon best practices to your project's AI configuration:
Our skills are tested with automated evaluations to ensure reliability and quality.