What problem does it solve? Setting up a cloud backend requires choosing and wiring together a database, authentication, file storage, serverless compute, and LLM access. This Skill guides an AI agent through provisioning and operating Neon's full set of backend primitives around Lakebase Postgres using the Neon CLI, MCP server, and the neon.ts infrastructure-as-code file. ## Core Features & Use Cases - Backend primitive selection: Maps app requirements (login, files, APIs, LLM calls, SQL) to the right Neon service and routes to specialized child skills like neon-postgres, neon-auth, and neon-functions. - CLI and MCP setup: Walks through installing the Neon CLI, linking projects, pulling environment variables, and installing additional agent skills. - Branch-first workflow: Drives copy-on-write database branches per feature using neon checkout, neon diff, and neon deploy with type-safe neon.ts configuration. - Claimable Neon: Provisions temporary no-signup Postgres projects that a human can later claim into their organization. - Use Case: While building a Next.js app, ask the agent to add login and file uploads. It provisions a Neon project, enables Managed Better Auth and Object Storage via neon.ts, deploys with neon deploy, and pulls the environment variables into your project. ## Quick Start Ask the agent to set up a Neon backend for your app with Postgres, authentication, and object storage using the Neon CLI.