mirror of
https://github.com/neondatabase/postgres-skills.git
synced 2026-09-12 03:56:50 +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>
11 lines
388 B
JSON
11 lines
388 B
JSON
{
|
|
"name": "postgres-skills",
|
|
"version": "1.0.0",
|
|
"description": "Postgres best practices and guidelines for coding agents.",
|
|
"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/"
|
|
}
|