Files
Andre LandgrafandCursor e4650e5f4c Remove Neon-specific branding for vendor-agnostic repo
Keep neondatabase GitHub org references but remove Neon logo,
Neon author fields, and make the repo agnostic open source
Postgres skills.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 11:52:42 -08:00

22 lines
511 B
JSON

{
"name": "postgres-skills",
"owner": {
"name": "Andre Landgraf",
"email": "andre@neon.tech"
},
"metadata": {
"description": "Postgres best practices skills for coding agents",
"version": "1.0.0"
},
"plugins": [
{
"name": "postgres-best-practices",
"source": "./",
"description": "Postgres best practices and guidelines",
"version": "1.0.0",
"category": "database",
"tags": ["postgres", "postgresql", "best-practices", "database"]
}
]
}