Skeleton setup for postgres-skills repo

Mirrors the agent-skills repo structure with a placeholder
postgres-best-practices skill and one example reference file.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Andre Landgraf
2026-02-11 11:50:54 -08:00
co-authored by Cursor
commit fd7e65bb93
9 changed files with 463 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "postgres-skills",
"owner": {
"name": "Andre Landgraf",
"email": "andre@neon.tech"
},
"metadata": {
"description": "Official 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"]
}
]
}
+14
View File
@@ -0,0 +1,14 @@
{
"name": "postgres-skills",
"version": "1.0.0",
"description": "Postgres best practices and guidelines for coding agents.",
"author": {
"name": "Neon",
"url": "https://neon.tech"
},
"homepage": "https://github.com/neondatabase/postgres-skills",
"repository": "https://github.com/neondatabase/postgres-skills",
"license": "Apache-2.0",
"keywords": ["postgres", "postgresql", "best-practices", "database"],
"skills": "./skills/"
}