Skip to content

Commit 5238172

Browse files
feat: add claude code plugin config (#104)
Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent ab62cf5 commit 5238172

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.claude-plugin/marketplace.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "knowledge-catalog-marketplace",
3+
"owner": {
4+
"name": "Google LLC",
5+
"email": "data-cloud-ai-integrations@google.com"
6+
},
7+
"metadata": {
8+
"description": "Agent skills for Knowledge Catalog to discover, manage, and monitor data and AI artifacts."
9+
},
10+
"plugins": [
11+
{
12+
"name": "knowledge-catalog",
13+
"source": "./"
14+
}
15+
]
16+
}

.claude-plugin/plugin.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "knowledge-catalog",
3+
"version": "0.4.0",
4+
"description": "Connect to Knowledge Catalog to discover, manage, monitor, and govern data and AI artifacts across your data platform",
5+
"author": {
6+
"name": "Google LLC",
7+
"email": "data-cloud-ai-integrations@google.com"
8+
},
9+
"homepage": "https://cloud.google.com/dataplex",
10+
"license": "Apache-2.0",
11+
"repository": "https://github.com/gemini-cli-extensions/knowledge-catalog",
12+
"skills": "./skills/",
13+
"userConfig": {
14+
"dataplex_project": {
15+
"title": "Project ID",
16+
"description": "ID of the Google Cloud project",
17+
"type": "string",
18+
"sensitive": false
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)