using-neon by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill using-neonNeon 是一个无服务器的 Postgres 平台,它通过分离计算和存储来提供自动扩缩容、分支、即时恢复和缩容至零的能力。它完全兼容 Postgres,并可与任何支持 Postgres 的语言、框架或 ORM 协同工作。
在做出与 Neon 相关的断言之前,请务必查阅 Neon 文档。该文档是所有 Neon 相关信息的事实来源。
下方您将找到按关注领域组织的资源列表。这旨在帮助您找到正确的文档页面以获取信息,并补充一些额外的背景说明。
您可以使用 curl 命令来获取文档页面的 Markdown 格式内容:
文档:
# 获取所有 Neon 文档的列表
curl https://neon.tech/llms.txt
# 以 markdown 格式获取任何文档页面
curl -H "Accept: text/markdown" https://neon.tech/docs/<path>
不要猜测文档页面。使用 llms.txt 索引来查找相关 URL,或遵循下方资源中的链接。
根据用户需求参考相应的资源文件:
| 领域 | 资源 | 何时使用 |
|---|---|---|
| 什么是 Neon | references/what-is-neon.md |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 理解 Neon 概念、架构、核心资源 |
| 查阅文档 | references/referencing-docs.md | 查找官方文档、验证信息 |
| 功能特性 | references/features.md | 分支、自动扩缩容、缩容至零、即时恢复 |
| 快速开始 | references/getting-started.md | 项目设置、连接字符串、依赖项、数据库模式 |
| 连接方法 | references/connection-methods.md | 根据平台和运行时选择驱动程序 |
| 开发者工具 | references/devtools.md | VSCode 扩展、MCP 服务器、Neon CLI (neon init) |
适用于无服务器/边缘函数的 HTTP/WebSocket 查询。
| 领域 | 资源 | 何时使用 |
|---|---|---|
| 无服务器驱动 | references/neon-serverless.md | @neondatabase/serverless - HTTP/WebSocket 查询 |
| Drizzle ORM | references/neon-drizzle.md | Drizzle ORM 与 Neon 的集成 |
用于 Neon 的认证和 PostgREST 风格的数据 API。
| 领域 | 资源 | 何时使用 |
|---|---|---|
| Neon 认证 | references/neon-auth.md | @neondatabase/auth - 仅认证 |
| Neon JS SDK | references/neon-js.md | @neondatabase/neon-js - 认证 + 数据 API (PostgREST 风格查询) |
通过 REST API、SDK 或 CLI 以编程方式管理 Neon 资源。
| 领域 | 资源 | 何时使用 |
|---|---|---|
| 平台 API 概览 | references/neon-platform-api.md | 通过 REST API 管理 Neon 资源 |
| Neon CLI | references/neon-cli.md | 终端工作流、脚本、CI/CD 流水线 |
| TypeScript SDK | references/neon-typescript-sdk.md | @neondatabase/api-client |
| Python SDK | references/neon-python-sdk.md | neon-api 包 |
每周安装量
75
代码仓库
GitHub 星标数
22.6K
首次出现
2026年1月28日
安全审计
安装于
opencode65
claude-code64
cursor63
gemini-cli58
github-copilot58
codex58
Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres.
Always reference the Neon documentation before making Neon-related claims. The documentation is the source of truth for all Neon-related information.
Below you'll find a list of resources organized by area of concern. This is meant to support you find the right documentation pages to fetch and add a bit of additonal context.
You can use the curl commands to fetch the documentation page as markdown:
Documentation:
# Get list of all Neon docs
curl https://neon.tech/llms.txt
# Fetch any doc page as markdown
curl -H "Accept: text/markdown" https://neon.tech/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.
Reference the appropriate resource file based on the user's needs:
| Area | Resource | When to Use |
|---|---|---|
| What is Neon | references/what-is-neon.md | Understanding Neon concepts, architecture, core resources |
| Referencing Docs | references/referencing-docs.md | Looking up official documentation, verifying information |
| Features | references/features.md | Branching, autoscaling, scale-to-zero, instant restore |
| Getting Started | references/getting-started.md | Setting up a project, connection strings, dependencies, schema |
| Connection Methods | references/connection-methods.md | Choosing drivers based on platform and runtime |
| Developer Tools |
HTTP/WebSocket queries for serverless/edge functions.
| Area | Resource | When to Use |
|---|---|---|
| Serverless Driver | references/neon-serverless.md | @neondatabase/serverless - HTTP/WebSocket queries |
| Drizzle ORM | references/neon-drizzle.md | Drizzle ORM integration with Neon |
Authentication and PostgREST-style data API for Neon.
| Area | Resource | When to Use |
|---|---|---|
| Neon Auth | references/neon-auth.md | @neondatabase/auth - Authentication only |
| Neon JS SDK | references/neon-js.md | @neondatabase/neon-js - Auth + Data API (PostgREST-style queries) |
Managing Neon resources programmatically via REST API, SDKs, or CLI.
| Area | Resource | When to Use |
|---|---|---|
| Platform API Overview | references/neon-platform-api.md | Managing Neon resources via REST API |
| Neon CLI | references/neon-cli.md | Terminal workflows, scripts, CI/CD pipelines |
| TypeScript SDK | references/neon-typescript-sdk.md | @neondatabase/api-client |
| Python SDK | references/neon-python-sdk.md | neon-api package |
Weekly Installs
75
Repository
GitHub Stars
22.6K
First Seen
Jan 28, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
opencode65
claude-code64
cursor63
gemini-cli58
github-copilot58
codex58
references/devtools.md |
VSCode extension, MCP server, Neon CLI (neon init) |