Skip to content

Commit adc54fb

Browse files
authored
Merge branch 'main' into feat/add-codex-plugin-config
2 parents 5544a91 + 6f0d620 commit adc54fb

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

.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": "bigquery-data-analytics-marketplace",
3+
"owner": {
4+
"name": "Google LLC",
5+
"email": "data-cloud-ai-integrations@google.com"
6+
},
7+
"metadata": {
8+
"description": "Agent skills for BigQuery to connect, query, and generate data insights."
9+
},
10+
"plugins": [
11+
{
12+
"name": "bigquery-data-analytics",
13+
"source": "./"
14+
}
15+
]
16+
}

.claude-plugin/plugin.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "bigquery-data-analytics",
3+
"version": "0.1.7",
4+
"description": "Connect, query, and generate data insights for BigQuery datasets and data.",
5+
"author": {
6+
"name": "Google LLC",
7+
"email": "data-cloud-ai-integrations@google.com"
8+
},
9+
"homepage": "https://cloud.google.com/bigquery",
10+
"license": "Apache-2.0",
11+
"repository": "https://github.com/gemini-cli-extensions/bigquery-data-analytics",
12+
"skills": "./skills/",
13+
"userConfig": {
14+
"bigquery_project": {
15+
"title": "Project ID",
16+
"description": "ID of the Google Cloud project",
17+
"type": "string",
18+
"sensitive": false
19+
},
20+
"bigquery_location": {
21+
"title": "Location",
22+
"description": "(Optional) Location of the BigQuery resources",
23+
"type": "string",
24+
"sensitive": false
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)