From c4c780bfc2dea73310ce97d953443a256d78643b Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Thu, 4 Jun 2026 19:12:34 -0500 Subject: [PATCH] Add alloydb-omni plugin --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3531a34f..1b0bdb20 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -127,6 +127,20 @@ }, "homepage": "https://cloud.google.com/alloydb" }, + { + "name": "alloydb-omni", + "description": "Create, connect, and interact with an AlloyDB Omni database and data.", + "author": { + "name": "Google LLC" + }, + "category": "database", + "source": { + "source": "url", + "url": "https://github.com/gemini-cli-extensions/alloydb-omni.git", + "sha": "fbf2476630629f32ce0029bbd62d225950fdfd6d" + }, + "homepage": "https://github.com/gemini-cli-extensions/alloydb-omni" + }, { "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.",