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
+68-38Lines changed: 68 additions & 38 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 [Knowledge Catalog](https://cloud.google.com/dataplex/docs) (formerly known as Dataplex) instances. These skills can be used with various AI agents, including [Gemini CLI](https://google-gemini.github.io/gemini-cli/), Claude Code, and Codex, to discover, manage, monitor, and govern data and AI artifacts across your data platform using natural language prompts.
6
+
This repository provides a set of agent skills to interact with [Knowledge Catalog](https://cloud.google.com/dataplex/docs) (formerly known as Dataplex) instances. 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 discover, manage, monitor, and govern data and AI artifacts across your data platform 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 [Knowledge Catal
@@ -39,10 +38,11 @@ This repository provides a set of agent skills to interact with [Knowledge Catal
39
38
Before you begin, ensure you have the following:
40
39
41
40
- One of these AI agents installed
42
-
-[Gemini CLI](https://github.com/google-gemini/gemini-cli) version **v0.6.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
-
-[Antigravity](https://antigravity.google)**v1.14.2** or higher
41
+
- Antigravity
42
+
-[Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
43
+
-[Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
44
+
-[Claude Code](https://claude.com/product/claude-code) version **v2.1.94** or higher.
45
+
-[Codex](https://developers.openai.com/codex)**v0.117.0** or higher.
46
46
- A Google Cloud project with the **Dataplex API** enabled.
47
47
- Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
48
48
- IAM Permissions:
@@ -68,29 +68,73 @@ For the latest version, check the [releases page][releases].
68
68
<!-- {x-release-please-start-version} -->
69
69
70
70
<detailsopen>
71
-
<summaryid="gemini-cli">Gemini CLI</summary>
71
+
<summaryid="antigravity">Antigravity</summary>
72
+
73
+
You can use either of these two agents for Antigravity:
74
+
-[Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
75
+
-[Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
76
+
77
+
<blockquote>
78
+
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
79
+
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:
80
+
<ul>
81
+
<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.
During the installation, enter your environment vars as described in the [configuration section](#configuration).
109
+
**3. Set env vars:**
110
+
Set your environment vars as described in the [configuration section](#configuration).
111
+
112
+
_(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.)_
134
+
**3. Set env vars:**
135
+
Set your environment vars as described in the [configuration section](#configuration).
136
+
137
+
_(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.)_
94
138
95
139
</details>
96
140
@@ -170,35 +214,21 @@ Enter your environment vars as described in the [configuration section](#configu
170
214
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
171
215
172
216
</details>
217
+
## Installing using [open agent skills tool](https://github.com/vercel-labs/skills)
173
218
174
-
<details>
175
-
<summaryid="antigravity">Antigravity</summary>
219
+
You can install skills using the `npx skills` command.
176
220
177
-
**1. Clone the Repo:**
221
+
Run the following command in your terminal to automatically download and register the skills:
0 commit comments