From 6c473bb7a01f4aed722751ca0f82a8a643b04fc4 Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 14 Apr 2026 17:57:36 +0530 Subject: [PATCH 1/2] feat: add claude code plugin config --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ .claude-plugin/plugin.json | 21 +++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .claude-plugin/marketplace.json create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..e518aa5 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,16 @@ +{ + "name": "knowledge-catalog-marketplace", + "owner": { + "name": "Google LLC", + "email": "data-cloud-ai-integrations@google.com" + }, + "metadata": { + "description": "Agent skills for Knowledge Catalog to discover, manage, and monitor data and AI artifacts." + }, + "plugins": [ + { + "name": "knowledge-catalog", + "source": "./" + } + ] +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..6eaaa49 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,21 @@ +{ + "name": "knowledge-catalog", + "version": "0.4.0", + "description": "Connect to Knowledge Catalog (formerly known as Dataplex) to discover, manage, monitor, and govern data and AI artifacts across your data platform", + "author": { + "name": "Google LLC", + "email": "data-cloud-ai-integrations@google.com" + }, + "homepage": "https://cloud.google.com/dataplex", + "license": "Apache-2.0", + "repository": "https://github.com/gemini-cli-extensions/knowledge-catalog", + "skills": "./skills/", + "userConfig": { + "dataplex_project": { + "title": "Project ID", + "description": "ID of the Google Cloud project", + "type": "string", + "sensitive": false + } + } +} From 0df3b4d78ea649c62bf6ffed8ace08926a6a1ecf Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Wed, 15 Apr 2026 22:50:57 +0530 Subject: [PATCH 2/2] Update .claude-plugin/plugin.json Co-authored-by: Averi Kitsch --- .claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6eaaa49..bf86ca8 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "knowledge-catalog", "version": "0.4.0", - "description": "Connect to Knowledge Catalog (formerly known as Dataplex) to discover, manage, monitor, and govern data and AI artifacts across your data platform", + "description": "Connect to Knowledge Catalog to discover, manage, monitor, and govern data and AI artifacts across your data platform", "author": { "name": "Google LLC", "email": "data-cloud-ai-integrations@google.com"