mirror of
https://github.com/neondatabase/postgres-skills.git
synced 2026-09-11 19:46:49 +03:00
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>
22 lines
511 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|