mirror of
https://github.com/neondatabase/postgres-skills.git
synced 2026-09-17 22:46:27 +03:00
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:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "@neondatabase/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"
|
||||
},
|
||||
"author": {
|
||||
"name": "Neon",
|
||||
"url": "https://neon.tech"
|
||||
},
|
||||
"keywords": [
|
||||
"postgres",
|
||||
"postgresql",
|
||||
"best-practices",
|
||||
"agent-skills",
|
||||
"claude-code"
|
||||
],
|
||||
"scripts": {
|
||||
"fmt": "npx prettier --write ."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user