From bc2c55ac7768853cd7ec4cb255c580b5019ef156 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Wed, 22 Apr 2026 10:03:59 -0500 Subject: [PATCH] Add alloydb plugin --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 44838c5..63ce1d6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -71,6 +71,20 @@ }, "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", + "sha": "be8f5ca61cf8cbb4ac350bcfef7fa63fbd18401c" + }, + "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.",