Skip to content

Commit c6d4c74

Browse files
authored
docs: update readme to connect with antigravity (#130)
1 parent 3af48c9 commit c6d4c74

2 files changed

Lines changed: 69 additions & 38 deletions

File tree

.lycheeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
https://github.com/gemini-cli-extensions/looker/compare/
2+
https://www.npmjs.com/package/skills

README.md

Lines changed: 68 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [!NOTE]
44
> Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
55
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.
77

88
> [!IMPORTANT]
99
> **We Want Your Feedback!**
@@ -19,10 +19,9 @@ This repository provides a set of agent skills to interact with [Looker](https:/
1919
- [Getting Started](#getting-started)
2020
- [Configuration](#configuration)
2121
- [Installation & Usage](#installation--usage)
22-
- [Gemini CLI](#gemini-cli)
22+
- [Antigravity](#antigravity)
2323
- [Claude Code](#claude-code)
2424
- [Codex](#codex)
25-
- [Antigravity](#antigravity)
2625
- [Usage Examples](#usage-examples)
2726
- [Supported Skills](#supported-skills)
2827
- [Troubleshooting](#troubleshooting)
@@ -39,10 +38,11 @@ This repository provides a set of agent skills to interact with [Looker](https:/
3938
Before you begin, ensure you have the following:
4039

4140
- 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.
4646
- A Looker instance and API credentials (Client ID and Client Secret).
4747

4848
## Getting Started
@@ -70,29 +70,73 @@ For the latest version, check the [releases page][releases].
7070
<!-- {x-release-please-start-version} -->
7171

7272
<details open>
73-
<summary id="gemini-cli">Gemini CLI</summary>
73+
<summary id="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>
84+
<li><strong>Or, from your terminal</strong>, run:
85+
<pre><code class="language-bash">agy plugin import gemini</code></pre>
86+
</li>
87+
</ul>
88+
See <a href="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.
89+
</blockquote>
90+
91+
#### Antigravity 2.0 (IDE)
92+
93+
**1. Clone the Repo:**
94+
95+
```bash
96+
git clone --branch 0.3.4 https://github.com/gemini-cli-extensions/looker.git
97+
```
98+
99+
**2. Install the skills:**
74100

75-
**1. Install the extension:**
101+
Choose a location for the skills:
102+
- **Global (all workspaces):** `~/.gemini/antigravity/skills/`
103+
- **Workspace-specific:** `<workspace-root>/.agents/skills/`
104+
105+
Copy the skill folders from the cloned repository's `skills/` directory to your chosen location:
76106

77107
```bash
78-
gemini extensions install https://github.com/gemini-cli-extensions/looker
108+
cp -R looker/skills/* ~/.gemini/antigravity/skills/
79109
```
80110

81-
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.)_
115+
116+
#### Antigravity CLI
117+
118+
**1. Clone the Repo:**
119+
120+
```bash
121+
git clone --branch 0.3.4 https://github.com/gemini-cli-extensions/looker.git
122+
```
82123

83-
**2. (Optional) Manage Configuration:**
84-
To view or update your configuration in Gemini CLI:
124+
**2. Install the skills:**
85125

86-
- Terminal: `gemini extensions config looker [setting name] [--scope <scope>]`
87-
- Gemini CLI: `/extensions list`
126+
Choose a location for the skills:
127+
- **Global (all workspaces):** `~/.gemini/antigravity-cli/skills/`
128+
- **Workspace-specific:** `<workspace-root>/.agents/skills/`
88129

89-
**3. Start the agent:**
130+
Copy the skill folders from the cloned repository's `skills/` directory to your chosen location:
90131

91132
```bash
92-
gemini
133+
cp -R looker/skills/* ~/.gemini/antigravity-cli/skills/
93134
```
94135

95-
_(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.)_
96140

97141
</details>
98142

@@ -172,35 +216,21 @@ Enter your environment vars as described in the [configuration section](#configu
172216
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
173217

174218
</details>
219+
## Installing using [open agent skills tool](https://github.com/vercel-labs/skills)
175220

176-
<details>
177-
<summary id="antigravity">Antigravity</summary>
221+
You can install skills using the `npx skills` command.
178222

179-
**1. Clone the Repo:**
223+
Run the following command in your terminal to automatically download and register the skills:
180224

181225
```bash
182-
git clone --branch 0.3.4 https://github.com/gemini-cli-extensions/looker.git
226+
npx skills add https://github.com/gemini-cli-extensions/looker/tree/0.3.4
183227
```
184228

185-
**2. Install the skills:**
186-
187-
Choose a location for the skills:
188-
- **Global (all workspaces):** `~/.gemini/antigravity/skills/`
189-
- **Workspace-specific:** `<workspace-root>/.agents/skills/`
190-
191-
Copy the skill folders from the cloned repository's `skills/` directory to your chosen location:
192-
193-
```bash
194-
cp -R looker/skills/* ~/.gemini/antigravity/skills/
195-
```
229+
For detailed info check out the [Skills npm package](https://www.npmjs.com/package/skills).
196230

197-
**3. Set env vars:**
231+
**2. Set env vars:**
198232
Set your environment vars as described in the [configuration section](#configuration).
199233

200-
_(Tip: Antigravity automatically discovers skills in these directories at the start of a session.)_
201-
202-
</details>
203-
204234
<!-- {x-release-please-end} -->
205235

206236
## Usage Examples

0 commit comments

Comments
 (0)