
neondatabase/agent-skills
11 skills79.4k installs881 starsGitHub
Install
npx skills add https://github.com/neondatabase/agent-skillsSkills in this repo
1Neon PostgresThis skill guides developers through Neon Serverless Postgres, a platform that separates compute and storage for autoscaling, branching, and scale-to-zero. It covers connection setup, branching workflows, autoscaling configuration, read replicas, connection pooling, Neon Auth, and usage via CLI, MCP server, REST API, and language SDKs. The skill emphasizes fetching official Neon docs directly for current information.58.2kinstalls2NeonNeon is a backend platform bundling serverless Postgres, managed Auth, S3-compatible Object Storage, long-running Compute Functions, and an AI Gateway (LLM routing and logging). Developers use it to compose multiple backend primitives that branch together with their project, enabling isolated feature branches without shared state or credentials. Key workflows include branch-first setup via `neonctl checkout`, declaring infrastructure in `neon.ts`, provisioning services with `neonctl config apply`, and pulling branch env vars into local development. Functions run WebSocket/SSE servers and long-running agents close to the database when the frontend host times out. The platform composes with Vercel or Netlify for the full-stack app or runs a complete control plane on Functions for client-only SPAs. Serverless Postgres with instant branching - one isolated branch per feature, no shared connection strings Managed Auth and Data API built into Postgres, with Neon Auth domain registration for sign-in flows Long-running Compute Functions (preview) for WebSocket, SSE, and stateful agent servers that timeout on short lambdas Object Storage (preview) and AI Gateway (preview) - both branch-awa.14.5kinstalls3Neon Postgres Egress Optimizerneon-postgres-egress-optimizer is an agent skill from neondatabase/agent-skills that apply neon-postgres-egress-optimizer agent skill workflows from documented skill.md guidance. # Postgres Egress Optimizer Guide the user through diagnosing and fixing application-side query patterns that cause excessive data transfer (egress) from their Postgres database. Most high egress bills come from the application fetching more data than it uses. ## Step 1: Diagnose Identify which queries transfer the most data. The primary tool is Developers invoke neon-postgres-egress-optimizer during build/integrations work for backend & apis tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills. Review the Security Audits panel on this listing before installing in production environments.1.8kinstalls4Claimable PostgresClaimable Postgres by Neon (neon.new) provisions ephemeral Postgres databases instantly via REST API, CLI, or SDK with no authentication required. Databases expire after 72 hours unless claimed to a Neon account. Developers use it when prototyping, testing, or demoing applications that need a real database immediately without account friction. The skill supports multiple workflows: REST API for predictable JSON output, CLI for one-command setup, SDK for programmatic provisioning, and Vite plugin for auto-provisioning on dev startup. Connection strings can be written to .env files, seeded with SQL, and later claimed to persist permanently.1.8kinstalls5Neon Postgres BranchesThe neon-postgres-branches skill >- # Neon Postgres Branching The outcome of this skill should be a created Neon branch (or a clear, actionable next step if creation cannot proceed). Choose the correct branch type, then execute branch creation via MCP or CLI. - **Normal branch** for realistic migration and query testing with real data. - **Schema-only branch (Beta)** for sensitive data workflows where structure is needed without copying rows. ## Branch Type Decision Use this decision rule first: 1. If the user wants to test complex migrations, performance, or behavior against production-like data, choose a **normal branch**. If the user needs to avoid copying sensitive data, choose a **schema-only branch**. If the request is ambiguous, ask one clarifying question: "Do you need realistic data for testing, or only schema structure because the data is sensitive?" ## Tool Selection: CLI or MCP Always support both Neon CLI and Neon MCP server. Prefer the tool the user already has installed and authenticated.1.6kinstalls6Neon Functionsneon-functions is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.530installs7Neon Object Storageneon-object-storage is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.525installs8Neon Ai Gatewayneon-ai-gateway is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.507installs9Skill CreatorScaffolding and templates for building new agent skills compatible with Claude Code, Cursor, and other AI agents. Solo builders use this to package custom automations, integrations, and workflows as reusable skills they can invoke or share with the community.28installs10Plugin ManagerInfrastructure for managing plugins that extend agent capabilities at runtime. Solo builders use this to modularize agent tooling, add custom integrations, and allow agents to discover new skills without redeployment.25installs11Neon Postgresneon-postgres is a Claude Code skill in the Databases category. Manage your Neon projects, databases, and branches with the Neon agent skills and the Neon MCP Server0installs