PerformanceApache-2.0

Neon Postgres Egress Optimizer

by Neon (opens in a new tab) neondatabase/agent-skills

Find and fix query patterns that drive excessive Postgres network transfer and Neon cost.

Installation

Skills CLI

Skills CLI command
npx skills@latest add neondatabase/agent-skills --skill neon-postgres-egress-optimizer

Requires Node.js and npm. Choose your agents in the installer; add -g for a global installation.

Fieldbook review

Reviewed 27 Sept 2026

Runs Postgres diagnostics, traces expensive queries into application code, edits queries or caching and pagination behavior, then remeasures under representative traffic. It requires the parent `neon` skill first; optional `neon.ts` changes and `neon config apply` modify remote branch compute policy.

  • LicenceApache-2.0
  • FrontmatterValid name and description
  • Risky patternsNone found
  • Size267 lines
  • Last checked27 Sept 2026 · d7536270b6dd59a66fa5daf1578cc55a5b761d7163f6f6b1596662481b8d5d9b

What it can touch

  • Edits code

    Changes files in your project.

  • Runs commands

    Runs shell commands such as tests, builds or installs.

  • Network

    Reaches external services or the web.

Read the source

Fieldbook links to the original instead of copying it, so you always read the version you install.

skills/neon-postgres-egress-optimizer/SKILL.md on GitHub (opens in a new tab)