AI AGENT ADDONS

Neon Postgres Egress Optimizer

neondatabase/agent-skills
Databases
1,629installs

High database bills often come from unnecessary data transfer. This skill helps you find and fix the queries that send too much data from your Postgres database to your application. Excessive egress happens when your code fetches more rows or wider columns than it really needs.

You will learn how to use pg_stat_statements to spot the worst offenders. Then you will check your codebase for patterns like missing LIMIT clauses or selecting unused columns. The result is lower costs and faster applications.

This skill is for anyone who sees unexpected charges on their database bill. It works with any Postgres provider, including Neon. You do not need to be a database expert to follow along.

Add Neon Postgres Egress Optimizer skill to your workflow

Global

mkdir -p ~/.claude/skills/neon-postgres-egress-optimizer

Project

mkdir -p .claude/skills/neon-postgres-egress-optimizer

Source Repository

Stars
71
Forks
9
Watchers
71
License
Apache-2.0
Last Push
26 days ago
Created
6 months ago