neon-postgres
仓库创建 2026年5月12日最近提交 9 小时前SkillHot 收录 20 天前
▸ 精选理由
适合构建无服务器 Postgres 的工程师快速上手与决策。
▸ 风险提示
依赖第三方平台 Neon,存在服务或 API 变更风险。
这个 Skill 做什么
Neon Serverless Postgres 的使用与最佳实践指南。
Neon 是把 compute 和 storage 分离的 Serverless Postgres,支持自动伸缩、分支、即时恢复和 scale-to-zero,跟普通 Postgres 完全兼容。遇到 Neon 的入门配置、本地开发、连接方式、认证(@neondatabase/auth)、PostgREST 风格 API(@neondatabase/neon-js)、CLI 或平台 SDK 问题都能用到这套指南。它的亮点是 serverless 架构加上丰富的 CLI/SDK 支持,适合想用可弹性扩缩的 Postgres 场景。
▸ 展开 SKILL.md 英文原文
Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon CLI, and Neon's Platform API/SDKs. Use for any Neon-related questions.
110
Stars
14
Forks
40
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/neon-postgres/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/neon-postgres/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Neon Serverless Postgres 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. ## Neon Documentation The Neon documentation is the source of truth for all Neon-related information. Always verify claims against the official docs before responding. Neon features and APIs evolve, so prefer fetching current docs over relying on training data. ### Fetching Docs as Markdown Any Neon doc page can be fetched as markdown in two ways: 1. **Append `.md` to the URL** (simplest): https://neon.com/docs/in
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有