🎯

neon

🎯Skill

from neondatabase/agent-skills

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add neondatabase/agent-skills --skill neon
skills.sh Install⚠ Installs to .agents/skills/
$npx skills add neondatabase/agent-skills --skill neon
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/neon/SKILL.md
VibeIndex|
What it does
|

A 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 checkout for per-feature isolation, automatic .env syncing, 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 init that 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)

neon

SKILL.md

113,792Installs
-
AddedJun 11, 2026