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 [Looker](https://cloud.google.com/looker). These skills can be used with various AI agents, including [Gemini CLI](https://google-gemini.github.io/gemini-cli/), Claude Code, and Codex, to explore data, manage dashboards, and develop LookML using natural language prompts.
6
+
This repository provides a set of agent skills to interact with [Looker](https://cloud.google.com/looker). 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 explore data, manage dashboards, and develop LookML 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 [Looker](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)
@@ -39,10 +38,11 @@ This repository provides a set of agent skills to interact with [Looker](https:/
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 Looker instance and API credentials (Client ID and Client Secret).
47
47
48
48
## Getting Started
@@ -70,29 +70,73 @@ For the latest version, check the [releases page][releases].
70
70
<!-- {x-release-please-start-version} -->
71
71
72
72
<detailsopen>
73
-
<summaryid="gemini-cli">Gemini CLI</summary>
73
+
<summaryid="antigravity">Antigravity</summary>
74
+
75
+
You can use either of these two agents for Antigravity:
76
+
-[Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
77
+
-[Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
78
+
79
+
<blockquote>
80
+
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
81
+
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:
82
+
<ul>
83
+
<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).
111
+
**3. Set env vars:**
112
+
Set your environment vars as described in the [configuration section](#configuration).
113
+
114
+
_(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.)_
136
+
**3. Set env vars:**
137
+
Set your environment vars as described in the [configuration section](#configuration).
138
+
139
+
_(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.)_
96
140
97
141
</details>
98
142
@@ -172,35 +216,21 @@ Enter your environment vars as described in the [configuration section](#configu
172
216
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
173
217
174
218
</details>
219
+
## Installing using [open agent skills tool](https://github.com/vercel-labs/skills)
175
220
176
-
<details>
177
-
<summaryid="antigravity">Antigravity</summary>
221
+
You can install skills using the `npx skills` command.
178
222
179
-
**1. Clone the Repo:**
223
+
Run the following command in your terminal to automatically download and register the skills:
0 commit comments