
neondatabase/agent-skills
3 skills40.3k installs204 starsGitHub
Install
npx skills add https://github.com/neondatabase/agent-skillsSkills in this repo
1Neon Postgresneon-postgres guides coding agents through any Neon Serverless Postgres task: creating projects, choosing connection strategies, configuring branching for preview environments, and using autoscaling or scale-to-zero cost controls. Solo builders reach for it when stack traces mention DATABASE_URL, serverless Postgres, or Neon-specific packages like @neondatabase/serverless and @neondatabase/neon-js. The skill treats Neon’s documentation as source of truth and encourages fetching current markdown docs rather than stale training answers. It spans CLI (neonctl), the Neon MCP server, REST API, and language SDKs, plus Neon Auth when user identity ties to the database layer. Use during backend implementation; revisit in Operate when tuning pooling, replicas, or production connection limits. Compatible with Claude Code, Cursor, Codex, and Windsurf for agent-assisted database setup and troubleshooting.38.3kinstalls2Neon Postgres Egress OptimizerNeon Postgres Egress Optimizer is an agent skill that walks solo builders through diagnosing application queries that pull more rows and columns than the UI or API actually needs—the usual reason Neon network transfer line items jump. It centers on Postgres observability via pg_stat_statements, including enabling the extension on Neon, interpreting statement-level stats, and recovering clean measurements when a compute woke from scale-to-zero and wiped short-lived counters. Use it when someone asks why the Neon bill spiked, whether SELECT * is killing margins, or how to review ORM/list endpoints for silent overfetch even if they never say egress. The skill stays on the application and SQL side rather than replacing Neon console billing reports. Primary shelf is Operate for cost and infra, but the same fixes belong in Build when designing repositories and GraphQL/REST fields. Pair findings with schema indexes and pagination after you identify the heavy statements.1kinstalls3Claimable PostgresClaimable Postgres is a Neon-backed agent skill that provisions instant temporary Postgres databases through Claimable Postgres (neon.new) with no signup, credit card, or account gate. Solo builders use it when an agent or local app needs a real DATABASE_URL now—for spike features, integration tests, demos, or tutorials—then optionally claim the database into a full Neon project before the default 72-hour expiry. The skill documents REST curl flows (preferred for structured agent output), the neon-new CLI for one-shot .env setup, and SDK options when Node is already in the loop. It pairs naturally with backend scaffolding skills: paste connection_string into .env, run migrations or ORM setup, and iterate without waiting on infra tickets. It is not a production hosting pattern; plan Operate-phase migration to claimed Neon or your own Postgres before shipping customer data.992installs