AgentSkillsCN

neon-postgres

Neon Serverless Postgres使用指南。涵盖入门指南、连接方式、各项功能(分支、零扩展)、Neon CLI以及开发者工具。请使用标准的PostgreSQL驱动程序(pg)——无需Neon专属SDK。

SKILL.md
--- frontmatter
name: neon-postgres
description: Guides for working with Neon Serverless Postgres. Covers getting started, connection methods, features (branching, scale-to-zero), Neon CLI, and developer tools. Use standard PostgreSQL drivers (pg) — no Neon-specific SDKs.

Neon Serverless Postgres

Neon is a serverless Postgres platform. We use it as a standard PostgreSQL database — connect with pg or any Postgres driver. No Neon-specific SDKs to avoid vendor lock-in.

Neon Documentation

bash
# Get list of all Neon docs
curl https://neon.com/llms.txt

# Fetch any doc page as markdown
curl -H "Accept: text/markdown" https://neon.com/docs/<path>

Don't guess docs pages. Use the llms.txt index to find the relevant URL or follow the links in the resources below.

Resources

AreaResourceWhen to Use
What is Neonreferences/what-is-neon.mdUnderstanding Neon concepts, architecture, core resources
Referencing Docsreferences/referencing-docs.mdLooking up official documentation, verifying information
Featuresreferences/features.mdBranching, autoscaling, scale-to-zero, instant restore
Getting Startedreferences/getting-started.mdSetting up a project, connection strings, schema
Connection Methodsreferences/connection-methods.mdChoosing drivers based on platform and runtime
Developer Toolsreferences/devtools.mdVSCode extension, MCP server, Neon CLI
Neon CLIreferences/neon-cli.mdTerminal workflows, scripts, CI/CD pipelines