neon

Manage your Neon projects and databases with the neon-postgres agent skill and the Neon MCP Server.

Content Preview
{
  "name": "neon",
  "description": "Manage your Neon projects and databases with the neon-postgres agent skill and the Neon MCP Server.",
  "category": "database",
  "source": {
    "source": "git-subdir",
    "url": "neondatabase/agent-skills",
    "path": "plugins/neon-postgres",
    "ref": "main",
    "sha": "54d7a9db2ddd476f84d5d1fd7bac323907858a8b"
  },
  "homepage": "https://github.com/neondatabase/agent-skills/tree/main/plugins/neon-postgres"
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/neon.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills