Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "knowledge-catalog-marketplace",
"owner": {
"name": "Google LLC",
"email": "[email protected]"
},
"metadata": {
"description": "Agent skills for Knowledge Catalog to discover, manage, and monitor data and AI artifacts."
},
"plugins": [
{
"name": "knowledge-catalog",
"source": "./"
}
]
}
21 changes: 21 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "knowledge-catalog",
"version": "0.4.0",
"description": "Connect to Knowledge Catalog to discover, manage, monitor, and govern data and AI artifacts across your data platform",
"author": {
"name": "Google LLC",
"email": "[email protected]"
},
"homepage": "https://cloud.google.com/dataplex",
"license": "Apache-2.0",
"repository": "https://github.com/gemini-cli-extensions/knowledge-catalog",
"skills": "./skills/",
"userConfig": {
"dataplex_project": {
Comment thread
twishabansal marked this conversation as resolved.
"title": "Project ID",
"description": "ID of the Google Cloud project",
"type": "string",
"sensitive": false
}
}
}
Loading