Skip to content

Commit 0cfdd16

Browse files
committed
feat: add codex plugin config
1 parent cdb122a commit 0cfdd16

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.codex-plugin/plugin.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
"repository": "https://github.com/gemini-cli-extensions/bigquery-data-analytics",
11+
"license": "Apache-2.0",
12+
"keywords": [
13+
"bigquery",
14+
"data-analytics",
15+
"database"
16+
],
17+
"skills": "./skills/",
18+
"interface": {
19+
"displayName": "BigQuery Data Analytics",
20+
"shortDescription": "Connect, query, and generate data insights for BigQuery.",
21+
"developerName": "Google LLC",
22+
"category": "Database",
23+
"capabilities": [
24+
"Read",
25+
"Write"
26+
],
27+
"defaultPrompt": [
28+
"You are a highly skilled data engineer and data analyst. Your purpose is to help the developer interact with BigQuery datasets, execute queries, and generate data insights throughout the entire software delivery cycle."
29+
]
30+
}
31+
}

0 commit comments

Comments
 (0)