{
  "markdown": "<picture>\n  <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://neon.com/brand/neon-logo-dark-color.svg?new\">\n  <source media=\"(prefers-color-scheme: light)\" srcset=\"https://neon.com/brand/neon-logo-light-color.svg?new\">\n  <img width=\"250px\" alt=\"Neon Logo fallback\" src=\"https://neon.com/brand/neon-logo-dark-color.svg?new\">\n</picture>\n\n# Agent Skills\n\nA collection of [Agent Skills](https://agentskills.io/) and agent integrations for Neon — a complete set of cloud backend primitives built around Lakebase Postgres, for developers, startups, and agent platforms, from Databricks.\n\n## What are Agent Skills?\n\nSkills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. Once installed, skills are automatically invoked by the agent upon detection of relevant tasks.\n\nIt all starts with the `SKILL.md` file in the skill's directory. It's the entry point and allows agents to progressively discover information as needed.\n\n## Available Skills\n\n### Neon\n\n[![neon](https://shieldcn.dev/skills/installs/neondatabase/agent-skills/neon.svg?variant=branded&size=xs&label=neon)](https://skills.sh/neondatabase/agent-skills/neon)\n\nAn overview of Neon for apps and agents — Lakebase Postgres, Auth, Data API, Object Storage, Compute Functions, and the AI Gateway — and how to get started. Includes Claimable Neon for use with no Neon account.\n\n### Neon Postgres\n\n[![neon-postgres](https://shieldcn.dev/skills/installs/neondatabase/agent-skills/neon-postgres.svg?variant=branded&size=xs&label=neon-postgres)](https://skills.sh/neondatabase/agent-skills/neon-postgres)\n\nA comprehensive index of documentation and best practices for Lakebase Postgres on Neon, to set your agents up for success.\n\n### Neon Postgres Agent Platforms\n\n[![neon-postgres-agent-platforms](https://shieldcn.dev/skills/installs/neondatabase/neon-for-agent-platforms/neon-postgres-agent-platforms.svg?variant=branded&size=xs&label=neon-postgres-agent-platforms)](https://skills.sh/neondatabase/neon-for-agent-platforms/neon-postgres-agent-platforms)\n\nFor agent platforms, codegen tools, and multi-tenant SaaS products that provision and run Lakebase Postgres, Object Storage, Functions, Managed Better Auth, and/or AI Gateway access for their users. Includes a companion skill and samples in [neondatabase/neon-for-agent-platforms](https://github.com/neondatabase/neon-for-agent-platforms).\n\n### Neon Postgres Branches\n\n[![neon-postgres-branches](https://shieldcn.dev/skills/installs/neondatabase/agent-skills/neon-postgres-branches.svg?variant=branded&size=xs&label=neon-postgres-branches)](https://skills.sh/neondatabase/agent-skills/neon-postgres-branches)\n\nChoose and create the right Neon branch type for migration testing and isolated development workflows, including schema-only branches for sensitive data and reset-from-parent workflows to quickly realign child branches.\n\n### Neon Postgres Egress Optimizer\n\n[![neon-postgres-egress-optimizer](https://shieldcn.dev/skills/installs/neondatabase/agent-skills/neon-postgres-egress-optimizer.svg?variant=branded&size=xs&label=neon-postgres-egress-optimizer)](https://skills.sh/neondatabase/agent-skills/neon-postgres-egress-optimizer)\n\nDiagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when investigating high database bills, unexpected data transfer costs, or query overfetching.\n\n### Neon Object Storage\n\n[![neon-object-storage](https://shieldcn.dev/skills/installs/neondatabase/agent-skills/neon-object-storage.svg?variant=branded&size=xs&label=neon-object-storage)](https://skills.sh/neondatabase/agent-skills/neon-object-storage)\n\nS3-compatible object storage that branches with your Neon project, so files and database rows stay in sync across dev, preview, and production environments.\n\n### Neon AI Gateway\n\n[![neon-ai-gateway](https://shieldcn.dev/skills/installs/neondatabase/agent-skills/neon-ai-gateway.svg?variant=branded&size=xs&label=neon-ai-gateway)](https://skills.sh/neondatabase/agent-skills/neon-ai-gateway)\n\nOne API and one Neon credential for frontier and open-source LLMs from multiple providers, built into your branch and compatible with the OpenAI, Anthropic, and Vercel AI SDKs.\n\n### Neon Functions\n\n[![neon-functions](https://shieldcn.dev/skills/installs/neondatabase/agent-skills/neon-functions.svg?variant=branded&size=xs&label=neon-functions)](https://skills.sh/neondatabase/agent-skills/neon-functions)\n\nLong-running, serverless Node.js HTTP functions deployed onto your Neon branch, with `DATABASE_URL` injected automatically and compute that runs next to your data.\n\n## Installation\n\n```bash\nnpx skills add neondatabase/agent-skills\n```\n\n### Agent Plugin\n\nThe repository root is a portable [Agent Plugins v1](https://agent-plugins.org/specification) package, so any conforming client can install it straight from this repo. The root [`plugin.json`](plugin.json) declares the plugin, [`mcp.json`](mcp.json) declares the [Neon MCP Server](https://mcp.neon.tech), and the skills are the directories under `skills/`.\n\nThe Claude Code and Cursor packaging under `plugins/` remains available for clients that expect those formats.\n\n### Claude Code Plugin\n\nYou can also install the skills as a Claude Code plugin, which bundles the Neon agent skills and the [Neon MCP Server](https://mcp.neon.tech) for natural language database management:\n\n```\n/plugin marketplace add neondatabase/agent-skills\n/plugin install neon-postgres@neon\n```\n\nAfter installation, you'll be prompted to authenticate with Neon via OAuth when you first use MCP tools.\n\nThe top-level `skills/` directory remains the source of truth. Plugin folders ship real copies of the skill directories they expose, regenerated with `npm run sync:plugins` — see [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n### Cursor Plugin\n\nThis repository also includes Cursor plugin packaging with the same scope as the Claude plugin (the Neon agent skills and the Neon MCP Server).\n\nRun this command in chat:\n\n```text\n/add-plugin neon-postgres\n```\n\n### Kimi Code Plugin\n\nKimi Code CLI reads its own manifest at [`kimi.plugin.json`](kimi.plugin.json), which points at the skills under `skills/` and declares the [Neon MCP Server](https://mcp.neon.tech). Install it from this repo in chat:\n\n```text\n/plugins install https://github.com/neondatabase/agent-skills\n```\n\nPlugin changes apply to new sessions, so run `/new` afterward.\n\n### Pi\n\nYou can also install the skills in [Pi](https://pi.dev) from npm:\n\n```bash\npi install npm:@neon/skills\n```\n\nOr straight from this repo:\n\n```bash\npi install git:github.com/neondatabase/agent-skills\n```\n\n## Usage\n\nExample prompts:\n\n```\nGet started with Neon\n```\n\n```\nRecommend a connection method for this project\n```\n\n```\nSet up Drizzle ORM with Neon\n```\n\n```\nSet up Neon Auth for my Next.js app\n```\n\n```\nQuery the database using neon-js\n```\n\n```\nCreate a new Neon branch using the API\n```\n\n```\nUse the serverless driver for edge functions\n```\n\n```\nGive me a quick temporary Postgres database\n```\n\n```\nWhy is my Neon bill so high?\n```\n",
  "bytes": 7085,
  "sha": "64a16413a69c9c7900b05226c59e977c4dedfb5d078cdfa185194464a853673c",
  "repo_slug": "neondatabase/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_neondatabase_agent_skills_skills_neon_po_8bb8717e/readme"
}