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-42Lines changed: 67 additions & 42 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 [Firestore](https://cloud.google.com/firestore/docs) databases. 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 databases, collections, and documents using natural language prompts.
6
+
This repository provides a set of agent skills to interact with [Firestore](https://cloud.google.com/firestore/docs) databases. 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 databases, collections, and documents 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 [Firestore](http
@@ -46,10 +45,11 @@ Follow this step-by-step video walkthrough to setup and use the Firestore Native
46
45
Before you begin, ensure you have the following:
47
46
48
47
- One of these AI agents installed
49
-
-[Gemini CLI](https://github.com/google-gemini/gemini-cli) version **v0.6.0** or higher
50
-
-[Claude Code](https://claude.com/product/claude-code) version **v2.1.94** or higher
51
-
-[Codex](https://developers.openai.com/codex)**v0.117.0** or higher
52
-
-[Antigravity](https://antigravity.google)**v1.14.2** or higher
48
+
- Antigravity
49
+
-[Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
50
+
-[Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
51
+
-[Claude Code](https://claude.com/product/claude-code) version **v2.1.94** or higher.
52
+
-[Codex](https://developers.openai.com/codex)**v0.117.0** or higher.
53
53
- A Google Cloud project with the **Firestore API** enabled.
54
54
- Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
55
55
- IAM Permissions:
@@ -80,34 +80,73 @@ For the latest version, check the [releases page][releases].
80
80
<!-- {x-release-please-start-version} -->
81
81
82
82
<detailsopen>
83
-
<summaryid="gemini-cli">Gemini CLI</summary>
83
+
<summaryid="antigravity">Antigravity</summary>
84
+
85
+
You can use either of these two agents for Antigravity:
86
+
-[Antigravity CLI](https://github.com/google-gemini/gemini-cli) version **v1.6.0** or higher
87
+
-[Antigravity 2.0](https://antigravity.google/product/antigravity-2) version **v2.0.0** or higher.
88
+
89
+
<blockquote>
90
+
💡 <strong>Tip — Migrating from Gemini CLI?</strong><br>
91
+
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:
92
+
<ul>
93
+
<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).
121
+
**3. Set env vars:**
122
+
Set your environment vars as described in the [configuration section](#configuration).
92
123
93
-
**2. (Optional) Manage Configuration:**
94
-
To view or update your configuration in Gemini CLI:
124
+
_(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.)_
Set your environment vars as described in the [configuration section](#configuration).
148
+
149
+
_(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.)_
111
150
112
151
</details>
113
152
@@ -187,35 +226,21 @@ Enter your environment vars as described in the [configuration section](#configu
187
226
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
188
227
189
228
</details>
229
+
## Installing using [open agent skills tool](https://github.com/vercel-labs/skills)
190
230
191
-
<details>
192
-
<summaryid="antigravity">Antigravity</summary>
231
+
You can install skills using the `npx skills` command.
193
232
194
-
**1. Clone the Repo:**
233
+
Run the following command in your terminal to automatically download and register the skills:
0 commit comments