13 Commits
Author SHA1 Message Date
sav-mayaandGitHub 27fe45e0f7 Merge pull request #1 from neondatabase/add-postgres-best-practices-references
Add comprehensive PostgreSQL best practices references
2026-08-25 12:56:29 -07:00
sav-maya a8b6fd65a9 Fix remaining PostgreSQL reference bugs
Make temporal, upgrade, and replication examples runnable without omitted dependencies or misleading worker rows.
2026-08-20 13:26:53 -07:00
sav-maya 01c9ee75a3 Fix live-tested PostgreSQL examples
Correct executable SQL, operational commands, version gates, and semantic guidance found through PostgreSQL 14/17 integration testing.
2026-08-20 13:04:12 -07:00
sav-maya a507eee6c0 Fix PostgreSQL reference review comments
Correct transaction retry semantics, recovery behavior, role versions, configuration scope, foreign-key defaults, and logical replication diagnostics based on reviewer feedback.
2026-08-20 11:57:37 -07:00
Andre Landgraf f96c51d435 chore: replace modified Apache-2.0 text with the official license
The LICENSE was a near-copy of Apache-2.0: section 9's heading read
"Accepting Warranty or Additional Support" instead of "Additional
Liability", and the appendix placeholder had been filled in with an
unrelated personal name. A license that isn't reproduced verbatim isn't
the license it claims to be, and GitHub's fuzzy detection still reported
Apache-2.0, hiding the defect.

Replace it with the verbatim text from apache.org, byte-identical to the
LICENSE in neondatabase/neon, neonctl, and toolkit.
2026-07-26 09:23:33 -07:00
YanicNeon a1fcd31781 Adding a few best practices to this skill :-) 2026-04-07 21:49:12 +02:00
ruf-io 0d9a967085 docs: update readme add contributing.md 2026-02-23 12:34:31 -05:00
ruf-io 41f48001a4 fix: readme format 2026-02-23 11:58:14 -05:00
ruf-io 7892ed27a7 content: add detail to readme 2026-02-23 11:55:25 -05:00
Andre LandgrafandCursor d57339a33e Add skill-creator helper skill from anthropics/skills
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 11:58:10 -08:00
Andre LandgrafandCursor 6e3864583b Update install command to npx skills add
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 11:56:31 -08:00
Andre LandgrafandCursor e4650e5f4c Remove Neon-specific branding for vendor-agnostic repo
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>
2026-02-11 11:52:42 -08:00
Andre LandgrafandCursor fd7e65bb93 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>
2026-02-11 11:50:54 -08:00