What problem does it solve? Neon now bundles many backend primitives (Lakebase Postgres, Auth, Object Storage, Functions, AI Gateway), and developers struggle to know which capability, tool, or workflow applies to their task. This Skill acts as the entry point that routes you to the right Neon skill and sets up the CLI, MCP server, and branch-first development flow. ## Core Features & Use Cases - Skill Routing: Maps tasks like file storage, LLM calls, or serverless APIs to the correct dedicated Neon skill (neon-postgres, neon-object-storage, neon-functions, neon-ai-gateway, and more). - Tooling Setup: Guides installation and use of the Neon CLI, MCP server, and the neon.ts infrastructure-as-code config with type-safe env vars via @neon/env. - Branch-First Workflow: Drives the neon link / neon checkout / neon diff loop so every feature gets an isolated copy-on-write database branch. - Use Case: You are building a TanStack Start app and need a database plus file uploads. This Skill identifies that you need the neon-postgres and neon-object-storage skills, walks you through npx neon@latest init --agent, and gets your branch env vars into .env.local. ## Quick Start Ask the agent to set up Neon for your project and route your database, storage, or AI task to the right Neon skill.