From 42e980340d04e58da51e468b138cff5cafedf4d0 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Thu, 23 Apr 2026 14:00:31 -0500 Subject: [PATCH] Add alloydb plugin (#1532) * Add alloydb plugin * Remove SHA pin from alloydb entry --- .claude-plugin/marketplace.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 1347785..3977e73 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -71,6 +71,19 @@ }, "homepage": "https://github.com/AikidoSec/aikido-claude-plugin" }, + { + "name": "alloydb", + "description": "Create, connect, and interact with an AlloyDB for PostgreSQL database and data.", + "author": { + "name": "Google LLC" + }, + "category": "database", + "source": { + "source": "url", + "url": "https://github.com/gemini-cli-extensions/alloydb.git" + }, + "homepage": "https://cloud.google.com/alloydb" + }, { "name": "amazon-location-service", "description": "Guide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK integration, and best practices.",