You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+67-40Lines changed: 67 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
> [!NOTE]
4
4
> Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
5
5
6
-
This repository provides a set of agent skills to interact with [Dataproc](https://cloud.google.com/dataproc) clusters and jobs. These skills can be used with various AI agents, including [Gemini CLI](https://google-gemini.github.io/gemini-cli/), Claude Code, and Codex, to manage your clusters, monitor jobs, and troubleshoot issues using natural language prompts.
6
+
This repository provides a set of agent skills to interact with [Dataproc](https://cloud.google.com/dataproc) clusters and jobs. These skills can be used with various AI agents, including [Antigravity](https://antigravity.google/), [Claude Code](https://claude.com/product/claude-code) and [Codex](https://developers.openai.com/codex), to manage your clusters, monitor jobs, and troubleshoot issues using natural language prompts.
7
7
8
8
> [!IMPORTANT]
9
9
> **We Want Your Feedback!**
@@ -19,10 +19,9 @@ This repository provides a set of agent skills to interact with [Dataproc](https
19
19
-[Getting Started](#getting-started)
20
20
-[Configuration](#configuration)
21
21
-[Installation & Usage](#installation--usage)
22
-
-[Gemini CLI](#gemini-cli)
22
+
-[Antigravity](#antigravity)
23
23
-[Claude Code](#claude-code)
24
24
-[Codex](#codex)
25
-
-[Antigravity](#antigravity)
26
25
-[Usage Examples](#usage-examples)
27
26
-[Supported Skills](#supported-skills)
28
27
-[Troubleshooting](#troubleshooting)
@@ -38,10 +37,11 @@ This repository provides a set of agent skills to interact with [Dataproc](https
38
37
Before you begin, ensure you have the following:
39
38
40
39
- One of these AI agents installed
41
-
-[Gemini CLI](https://github.com/google-gemini/gemini-cli) version **v0.6.0** or higher
42
-
-[Claude Code](https://claude.com/product/claude-code) version **v2.1.94** or higher
43
-
-[Codex](https://developers.openai.com/codex)**v0.117.0** or higher
44
-
-[Antigravity](https://antigravity.google)**v1.14.2** or higher
40
+
- Antigravity
41
+
-[Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
42
+
-[Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
43
+
-[Claude Code](https://claude.com/product/claude-code) version **v2.1.94** or higher.
44
+
-[Codex](https://developers.openai.com/codex)**v0.117.0** or higher.
45
45
- A Google Cloud project with the **Dataproc API** enabled.
46
46
- Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
47
47
- IAM Permissions:
@@ -73,34 +73,73 @@ For the latest version, check the [releases page][releases].
73
73
<!-- {x-release-please-start-version} -->
74
74
75
75
<detailsopen>
76
-
<summaryid="gemini-cli">Gemini CLI</summary>
76
+
<summaryid="antigravity">Antigravity</summary>
77
+
78
+
You can use either of these two agents for Antigravity:
79
+
-[Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
80
+
-[Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
77
81
78
-
**1. Install the extension:**
82
+
<blockquote>
83
+
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
84
+
If you previously installed this extension with <code>gemini extensions install</code>, you can convert it to an Antigravity plugin instead of reinstalling from scratch:
85
+
<ul>
86
+
<li><strong>On first launch of Antigravity CLI</strong>, accept the Migration Options prompt to automatically convert your installed Gemini CLI extensions to Antigravity plugins.</li>
See <ahref="https://antigravity.google/docs/gcli-migration">Migrating from Gemini CLI</a> for details on plugins, context files (<code>GEMINI.md</code> / <code>AGENTS.md</code>), and MCP server config differences.
Set your environment vars as described in the [configuration section](#configuration).
116
+
117
+
_(Tip: Antigravity 2.0 automatically discovers skills in these directories at the start of a session. You can verify they are active by running the `/skills` command in your active session.)_
_(Tip: Run `/extensions list` to verify your configuration and active extensions.)_
139
+
**3. Set env vars:**
140
+
Set your environment vars as described in the [configuration section](#configuration).
99
141
100
-
> [!WARNING]
101
-
> **Changing Instance & Database Connections**
102
-
> Currently, the database connection must be configured before starting the agent and can not be changed during a session.
103
-
> To save and resume conversation history in Gemini CLI use command: `/chat save <tag>` and `/chat resume <tag>`.
142
+
_(Tip: Antigravity CLI automatically discovers skills in these directories at the start of a session. You can verify they are active by running the `/skills` command in your active session.)_
104
143
105
144
</details>
106
145
@@ -176,33 +215,21 @@ Enter your environment vars as described in the [configuration section](#configu
176
215
```
177
216
178
217
</details>
218
+
## Installing using [open agent skills tool](https://github.com/vercel-labs/skills)
179
219
180
-
<details>
181
-
<summaryid="antigravity">Antigravity</summary>
220
+
You can install skills using the `npx skills` command.
182
221
183
-
**1. Clone the Repo:**
222
+
Run the following command in your terminal to automatically download and register the skills:
0 commit comments