Neon Serverless Postgres banner
Neon Neon

Neon Serverless Postgres

Data community Intermediate

Description

A collection of [Agent Skills](https://agentskills.io/) and agent integrations for Neon Serverless Postgres.

Installation

Terminal
claude install-skill https://github.com/neondatabase/agent-skills

README

Agent Skills

A collection of [Agent Skills](https://agentskills.io/) and agent integrations for Neon Serverless Postgres.

What are Agent Skills?

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.

Available Skills

Neon Postgres

[skills/neon-postgres](skills/neon-postgres/SKILL.md)

A comprehensive index of Neon Serverless Postgres documentation and best practices to set your agents up for success.

Claimable Postgres

[skills/claimable-postgres](skills/claimable-postgres/SKILL.md)

Provision instant temporary Postgres databases via Claimable Postgres by Neon ([neon.new](https://neon.new)) with no login, signup, or credit card. Supports REST API, CLI, and SDK.

Neon Postgres Egress Optimizer

[skills/neon-postgres-egress-optimizer](skills/neon-postgres-egress-optimizer/SKILL.md)

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.

Installation

npx skills add neondatabase/agent-skills

Claude Code Plugin

You can also install the skills as a Claude Code plugin, which bundles both the neon-postgres agent skill and the [Neon MCP Server](https://mcp.neon.tech) 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.

Cursor Plugin

...