Skip to content

Commit 21580b9

Browse files
authored
feat: add Codex plugin config (#2)
1 parent 1e0d479 commit 21580b9

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": "dataproc",
3+
"version": "0.1.0",
4+
"description": "Manage Dataproc clusters and jobs.",
5+
"author": {
6+
"name": "Google LLC",
7+
"email": "data-cloud-ai-integrations@google.com"
8+
},
9+
"homepage": "https://cloud.google.com/dataproc",
10+
"repository": "https://github.com/gemini-cli-extensions/dataproc",
11+
"license": "Apache-2.0",
12+
"keywords": [
13+
"dataproc",
14+
"google-cloud",
15+
"big-data"
16+
],
17+
"skills": "./skills/",
18+
"interface": {
19+
"displayName": "Dataproc",
20+
"shortDescription": "Manage Dataproc clusters and jobs.",
21+
"developerName": "Google LLC",
22+
"category": "Data & Analytics",
23+
"capabilities": [
24+
"Read",
25+
"Write"
26+
],
27+
"defaultPrompt": [
28+
"You are a highly skilled data engineer and cloud architect. Your purpose is to help the developer manage Dataproc clusters and jobs and utilize data context throughout the entire software delivery cycle."
29+
]
30+
}
31+
}

0 commit comments

Comments
 (0)