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>
21 lines
432 B
JSON
21 lines
432 B
JSON
{
|
|
"name": "postgres-skills",
|
|
"version": "1.0.0",
|
|
"description": "A collection of Agent Skills for Postgres best practices",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/neondatabase/postgres-skills"
|
|
},
|
|
"keywords": [
|
|
"postgres",
|
|
"postgresql",
|
|
"best-practices",
|
|
"agent-skills",
|
|
"claude-code"
|
|
],
|
|
"scripts": {
|
|
"fmt": "npx prettier --write ."
|
|
}
|
|
}
|