neon
🎯Skillfrom neondatabase/agent-skills
Installation
npx vibeindex add neondatabase/agent-skills --skill neonnpx skills add neondatabase/agent-skills --skill neon~/.claude/skills/neon/SKILL.mdA Claude Code skill that provides a comprehensive overview of the Neon platform, covering Serverless Postgres, Auth, Object Storage, Compute Functions, and AI Gateway with branch-first development workflows and infrastructure-as-code via neon.ts.
Overview
The Neon skill serves as the central entry point for working with the Neon backend platform inside Claude Code. It provides guidance on all five Neon services: Serverless Postgres (GA), managed Auth with sessions stored in Postgres (GA), S3-compatible Object Storage (preview), long-running Compute Functions for WebSocket/SSE servers and agents (preview), and an AI Gateway for routing across frontier and open-source LLM providers (preview). The skill teaches a branch-first development workflow mirroring git, where each feature gets its own isolated Neon branch with automatic environment variable syncing.
Key Features
- Full platform coverage: Single skill that maps the entire Neon ecosystem and routes you to specialized sub-skills (neon-postgres, neon-functions, neon-object-storage, neon-ai-gateway) for deeper guidance
- Branch-first development: Guides you through git-like database branching with
neonctl checkoutfor per-feature isolation, automatic.envsyncing, and branch-scoped service provisioning - Infrastructure as code via neon.ts: TypeScript configuration file that declares which services each branch needs, with type-safe environment variable parsing and compile-time validation of service dependencies
- Self-driving setup: Automated onboarding through
neonctl initthat installs the CLI, MCP server, VS Code extension, and agent skills in one command, with resume support for partially configured projects - Composable architecture guidance: Clear patterns for integrating Neon as a backend with Vercel or other app platforms, including when to use Neon Functions versus your host's serverless runtime
Who is this for?
- Developers starting a new project who need a complete backend stack (database, auth, storage, functions, AI) that provisions instantly and branches like git
- Teams already using Neon Postgres who want to expand into Neon's newer services (Object Storage, Functions, AI Gateway) with a unified configuration approach
- AI agent builders who need durable, long-running compute near the database for MCP servers, streaming agents, or WebSocket-based collaborative applications
Same repository
neondatabase/agent-skills(13 items)
SKILL.md
More from this repository10
Provides comprehensive guidance and best practices for working with Neon Serverless Postgres, covering setup, development, connection methods, and advanced features
Helps you choose and create the right Neon Postgres branch type for migration testing and isolated development workflows, including schema-only branches for sensitive data and reset-from-parent workflows to realign child branches.
A Neon agent skill that diagnoses and fixes excessive Postgres egress (network data transfer) in a codebase. Useful for investigating high database bills, unexpected data transfer costs, or query overfetching, with guidance from Neon Serverless Postgres best practices.
Skill
Skill
Skill
Claimable Postgres skill from Neon for provisioning on-demand serverless Postgres databases that agents can claim and use for development tasks.
A comprehensive index of Neon Serverless Postgres documentation and best practices for AI agent development. Installable as a Claude Code plugin bundling both the neon-postgres agent skill and the Neon MCP Server for natural language database management with OAuth authentication.
Plugin
Agent Skills for Neon Severless Postgres