neon
Agent skill from neondatabase/agent-skills.
What it does
- Postgres — Serverless Postgres that scales and branches with your app. Generally available.
- Auth — Managed authentication with users and sessions stored in Postgres. Generally available.
- Object Storage — S3-compatible object storage that branches with your projects. Public beta.
- AI Gateway — One API for all frontier and open-source models, with routing, logging, and cost controls, powered by Databricks. Public beta.
- Working with the database, connections, schema, queries, autoscaling, or the CLI/MCP/API → neon-postgres.
- Choosing or creating the right branch type for dev, preview, test, or CI workflows → neon-postgres-branches.
- Storing and serving files (uploads, images, blobs) that branch with the database → neon-object-storage.
Requirements & configuration
- Common doc URLs are organized in the topic links below. If you need a page not listed here, search the docs index: https://neon.com/docs/llms.txt. Don't guess URLs.
- Replace <skill-name> with the skill you need (for example, neon-object-storage, neon-functions, or neon-ai-gateway). Useful flags:
- Both avoid prompts entirely; reach for set-context when you have the IDs and link --agent when you need to discover them.
- dataApi: true, // type error: dataApi (default authProvider 'neon') requires Neon Auth
Configuration: SKILLDATABASE_URLAGENTS
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Source
Repository: https://github.com/neondatabase/agent-skills
neon FAQ
What does the neon skill do?
>- Overview of the Neon platform for apps and agents, spanning Postgres, Auth, the Data API, and the new services: Object Storage, Compute Functions, and AI Gateway. Use when "Neon" is mentioned, or when any of its individual capabilities are the trigger: "object storage" or "S3", "buckets", "serverless functions", "AI gateway", "call an LLM", "postgres", "database", or "backend". Postgres — Serverless Postgres that scales and branches with your app. Generally available. Auth — Managed authentication with users and sessions stored in Postgres. Generally available.
What does neon require?
Common doc URLs are organized in the topic links below. If you need a page not listed here, search the docs index: https://neon.com/docs/llms.txt. Don't guess URLs. Replace <skill-name> with the skill you need (for example, neon-object-storage, neon-functions, or neon-ai-gateway). Useful flags: Both avoid prompts entirely; reach for set-context when you have the IDs and link --agent when you need to discover them. dataApi: true, // type error: dataApi (default authProvider 'neon') requires Neon Auth Configuration keys: SKILL, DATABASE_URL, AGENTS.
How do I install neon?
Run: npx -y skills add https://github.com/neondatabase/agent-skills --skill neon --agent claude-code — the source lives at github.com/neondatabase/agent-skills.
Maintain neon?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/neondatabase-agent-skills-neon?ref=badge) npx agentictools info skills/neondatabase-agent-skills-neon The second line is the CLI lookup for this page — handy in READMEs and docs.