A collection of Agent Skills and agent integrations for Neon Serverless Postgres.
Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. Once installed, skills are automatically invoked by the agent upon detection of relevant tasks.
It all starts with the SKILL.md file in the skill's directory. It's the entry point and allows agents to progressively discover information as needed.
A comprehensive index of Neon Serverless Postgres documentation and best practices to set your agents up for success.
Provision instant temporary Postgres databases via Claimable Postgres by Neon (neon.new) with no login, signup, or credit card. Supports REST API, CLI, and SDK.
skills/neon-postgres-egress-optimizer
Diagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when investigating high database bills, unexpected data transfer costs, or query overfetching.
npx skills add neondatabase/agent-skillsYou can also install the skills as a Claude Code plugin, which bundles both the neon-postgres agent skill and the Neon MCP Server for natural language database management:
/plugin marketplace add neondatabase/agent-skills
/plugin install neon-postgres@neon
After installation, you'll be prompted to authenticate with Neon via OAuth when you first use MCP tools.
The top-level skills/ directory remains the source of truth. Plugin folders symlink only the skill directories they expose.
This repository also includes Cursor plugin packaging with the same scope as the Claude plugin (neon-postgres agent skill and Neon MCP Server)
Run this command in chat:
/add-plugin neon-postgres
Example prompts:
Get started with Neon
Recommend a connection method for this project
Set up Drizzle ORM with Neon
Set up Neon Auth for my Next.js app
Query the database using neon-js
Create a new Neon branch using the API
Use the serverless driver for edge functions
Give me a quick temporary Postgres database
Why is my Neon bill so high?