From e4650e5f4c2a62a1f10903cddf6c09fc61c4745c Mon Sep 17 00:00:00 2001 From: Andre Landgraf Date: Wed, 11 Feb 2026 11:52:42 -0800 Subject: [PATCH] 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 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 4 ---- LICENSE | 2 +- README.md | 6 ------ package.json | 6 +----- 5 files changed, 3 insertions(+), 17 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 56eeff7..b26e3d5 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,7 +5,7 @@ "email": "andre@neon.tech" }, "metadata": { - "description": "Official Postgres best practices skills for coding agents", + "description": "Postgres best practices skills for coding agents", "version": "1.0.0" }, "plugins": [ diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 00f0ee9..de6a7d2 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,10 +2,6 @@ "name": "postgres-skills", "version": "1.0.0", "description": "Postgres best practices and guidelines for coding agents.", - "author": { - "name": "Neon", - "url": "https://neon.tech" - }, "homepage": "https://github.com/neondatabase/postgres-skills", "repository": "https://github.com/neondatabase/postgres-skills", "license": "Apache-2.0", diff --git a/LICENSE b/LICENSE index 05c8a91..b87eca9 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2025 Pedro Figueiredo + Copyright 2025 Andre Landgraf Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 76bc9f1..b5b8825 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ - - - - Neon Logo fallback - - # Postgres Skills A collection of [Agent Skills](https://agentskills.io/) for Postgres best practices. diff --git a/package.json b/package.json index ba3513e..4822608 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@neondatabase/postgres-skills", + "name": "postgres-skills", "version": "1.0.0", "description": "A collection of Agent Skills for Postgres best practices", "license": "Apache-2.0", @@ -7,10 +7,6 @@ "type": "git", "url": "https://github.com/neondatabase/postgres-skills" }, - "author": { - "name": "Neon", - "url": "https://neon.tech" - }, "keywords": [ "postgres", "postgresql",