neon

Provides centralized overview of Neon's backend platform including Postgres, Auth, Object Storage, Compute Functions, and AI Gateway.

78|38|Updated Oct 20, 2022
One-click install
npx skills add https://github.com/neondatabase/examples --skill neon-neondatabase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neon
Source: https://github.com/neondatabase/examples/tree/main/bots/discord-bot-http/.agents/skills/neon
Command: npx skills add https://github.com/neondatabase/examples --skill neon-neondatabase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the hassle of sifting through scattered documentation for Neon's full backend platform, giving you a single, accurate source of truth for all its capabilities, setup steps, and best practices.

Core Features & Use Cases

  • Comprehensive Platform Overview: Covers all Neon services including serverless Postgres, managed Auth, S3-compatible Object Storage, Compute Functions, and the AI Gateway, including availability details for preview features.
  • Setup & Workflow Guidance: Provides step-by-step instructions for initial Neon onboarding, branch-first development workflows, and infrastructure-as-code configuration with neon.ts.
  • Use Case: If you are building a full-stack app that needs a serverless database, user authentication, and an LLM proxy, this skill gives you the high-level context and directs you to the right specialized skills to implement each component quickly.

Quick Start

Use the neon skill to get a full overview of Neon's platform services and step-by-step guidance for setting up your first Neon project.

Frequently Asked Questions about neon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is serverless Postgres and how does Neon's backend platform work?

Serverless Postgres is a cloud-native database that scales automatically. Neon's backend platform provides a centralized overview of serverless Postgres alongside managed Auth, Object Storage, Compute Functions, and an AI Gateway for full-stack applications.

How do I set up a Neon serverless Postgres project and start onboarding?

To set up a Neon serverless Postgres project, follow the platform's step-by-step onboarding guidance. This includes initial project configuration and adopting branch-first development workflows to isolate database changes.

Can I configure Neon's serverless Postgres and Auth using infrastructure as code?

Yes, you can configure Neon platform services using infrastructure as code. Neon supports defining backend resources like serverless Postgres and Auth through a `neon.ts` configuration file for streamlined setup.

Does Neon's backend platform include an AI Gateway for LLM proxying?

Yes, the Neon platform includes an AI Gateway for LLM proxying. It is part of a comprehensive suite that also features serverless Postgres, managed Auth, S3-compatible Object Storage, and Compute Functions.

What is branch-first development workflow in a serverless Postgres environment?

Branch-first development is a workflow where database schema changes are isolated in separate branches before merging. Neon's platform provides guidance for adopting this approach to ensure safe serverless Postgres modifications.

When should I use specialized Neon skills instead of the platform overview?

Use specialized Neon skills after getting high-level context from the platform overview. When you need to implement specific components like serverless Postgres or managed Auth, the overview directs you to the right specialized skills for detailed execution.