What problem does it solve? Developers working with Neon often don't know which of its platform services (Postgres, Auth, Object Storage, Functions, AI Gateway) applies to their task, or how to set up the CLI, MCP server, and branch-first workflow correctly. This Skill acts as the entry point that routes you to the right Neon skill and establishes the recommended development setup. ## Core Features & Use Cases - Skill Routing: Maps your task (databases, file storage, serverless functions, LLM calls) to the correct specialized Neon skill such as neon-postgres, neon-functions, or neon-ai-gateway. - Environment Setup: Walks through installing the Neon CLI and MCP server, linking projects, and pulling branch environment variables. - Branch-First Workflow: Drives the checkout-based development loop where each feature gets an isolated copy-on-write database branch. - Use Case: You ask your agent to add file uploads to your app. This Skill recognizes the task as object storage, confirms your project is in us-east-2 for beta services, and routes to the neon-object-storage skill with the CLI already configured. ## Quick Start Ask the agent to set up Neon in your project and connect it to the right Neon service for your current task.