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>
This commit is contained in:
Andre Landgraf
2026-02-11 11:52:42 -08:00
co-authored by Cursor
parent fd7e65bb93
commit e4650e5f4c
5 changed files with 3 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"email": "andre@neon.tech" "email": "andre@neon.tech"
}, },
"metadata": { "metadata": {
"description": "Official Postgres best practices skills for coding agents", "description": "Postgres best practices skills for coding agents",
"version": "1.0.0" "version": "1.0.0"
}, },
"plugins": [ "plugins": [
-4
View File
@@ -2,10 +2,6 @@
"name": "postgres-skills", "name": "postgres-skills",
"version": "1.0.0", "version": "1.0.0",
"description": "Postgres best practices and guidelines for coding agents.", "description": "Postgres best practices and guidelines for coding agents.",
"author": {
"name": "Neon",
"url": "https://neon.tech"
},
"homepage": "https://github.com/neondatabase/postgres-skills", "homepage": "https://github.com/neondatabase/postgres-skills",
"repository": "https://github.com/neondatabase/postgres-skills", "repository": "https://github.com/neondatabase/postgres-skills",
"license": "Apache-2.0", "license": "Apache-2.0",
+1 -1
View File
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier same "printed page" as the copyright notice for easier
identification within third-party archives. identification within third-party archives.
Copyright 2025 Pedro Figueiredo Copyright 2025 Andre Landgraf
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
-6
View File
@@ -1,9 +1,3 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://neon.com/brand/neon-logo-dark-color.svg?new">
<source media="(prefers-color-scheme: light)" srcset="https://neon.com/brand/neon-logo-light-color.svg?new">
<img width="250px" alt="Neon Logo fallback" src="https://neon.com/brand/neon-logo-dark-color.svg?new">
</picture>
# Postgres Skills # Postgres Skills
A collection of [Agent Skills](https://agentskills.io/) for Postgres best practices. A collection of [Agent Skills](https://agentskills.io/) for Postgres best practices.
+1 -5
View File
@@ -1,5 +1,5 @@
{ {
"name": "@neondatabase/postgres-skills", "name": "postgres-skills",
"version": "1.0.0", "version": "1.0.0",
"description": "A collection of Agent Skills for Postgres best practices", "description": "A collection of Agent Skills for Postgres best practices",
"license": "Apache-2.0", "license": "Apache-2.0",
@@ -7,10 +7,6 @@
"type": "git", "type": "git",
"url": "https://github.com/neondatabase/postgres-skills" "url": "https://github.com/neondatabase/postgres-skills"
}, },
"author": {
"name": "Neon",
"url": "https://neon.tech"
},
"keywords": [ "keywords": [
"postgres", "postgres",
"postgresql", "postgresql",