Conversation
Add installation and usage documentation for Google Antigravity IDE, following the same symlink-based pattern used by Codex and OpenCode. Includes platform-specific instructions for Linux/macOS and Windows.
📝 WalkthroughWalkthroughThis PR introduces comprehensive documentation and installation guides for integrating Superpowers with the Antigravity IDE. It adds three documentation files covering installation steps, setup instructions for Linux/macOS and Windows, and detailed usage guidance for the new IDE integration. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In @.antigravity/INSTALL.md:
- Around line 37-45: The install docs assume the bootstrap file exists; update
the step that tells users to add the "## Superpowers" section to GEMINI.md (or
%USERPROFILE%\.gemini\GEMINI.md) to explicitly instruct users to create that
file and its parent directory if they don't already exist before appending the
section; mention the exact target filename "GEMINI.md" and the section header
"## Superpowers" so readers know where to add the `using-superpowers` line.
In `@docs/README.antigravity.md`:
- Around line 48-54: Update the README.antigravity.md section that instructs
users to add to GEMINI.md so it mirrors the install guide: explicitly state both
paths (~/.gemini/GEMINI.md for Linux/macOS and %USERPROFILE%\.gemini\GEMINI.md
for Windows), include the example markdown block shown (the "## Superpowers"
snippet), and add a clear note to create the GEMINI.md file and its parent
.gemini directory if they do not exist so the user knows to create the file when
missing.
| 3. **Configure bootstrap** (ensures skills activate automatically): | ||
|
|
||
| Add to `~/.gemini/GEMINI.md` (Linux/macOS) or `%USERPROFILE%\.gemini\GEMINI.md` (Windows): | ||
|
|
||
| ```markdown | ||
| ## Superpowers | ||
|
|
||
| You have superpowers. Use the **using-superpowers** skill before any task. | ||
| ``` |
There was a problem hiding this comment.
Clarify GEMINI.md creation for first-time setup.
If the bootstrap file doesn’t exist yet, users need to create it before adding the section. Add a short note to prevent confusion.
✍️ Suggested clarification
-3. **Configure bootstrap** (ensures skills activate automatically):
+3. **Configure bootstrap** (ensures skills activate automatically):
- Add to `~/.gemini/GEMINI.md` (Linux/macOS) or `%USERPROFILE%\.gemini\GEMINI.md` (Windows):
+ Create `~/.gemini/GEMINI.md` (Linux/macOS) or `%USERPROFILE%\.gemini\GEMINI.md` (Windows) if it doesn't exist, then add:🤖 Prompt for AI Agents
In @.antigravity/INSTALL.md around lines 37 - 45, The install docs assume the
bootstrap file exists; update the step that tells users to add the "##
Superpowers" section to GEMINI.md (or %USERPROFILE%\.gemini\GEMINI.md) to
explicitly instruct users to create that file and its parent directory if they
don't already exist before appending the section; mention the exact target
filename "GEMINI.md" and the section header "## Superpowers" so readers know
where to add the `using-superpowers` line.
docs/README.antigravity.md
Outdated
| 3. Configure bootstrap — add to `~/.gemini/GEMINI.md` (Linux/macOS) or `%USERPROFILE%\.gemini\GEMINI.md` (Windows): | ||
|
|
||
| ```markdown | ||
| ## Superpowers | ||
|
|
||
| You have superpowers. Use the **using-superpowers** skill before any task. | ||
| ``` |
There was a problem hiding this comment.
Mirror GEMINI.md creation guidance here too.
For consistency with the install guide, note that the file should be created if missing.
✍️ Suggested clarification
-3. Configure bootstrap — add to `~/.gemini/GEMINI.md` (Linux/macOS) or `%USERPROFILE%\.gemini\GEMINI.md` (Windows):
+3. Configure bootstrap — create `~/.gemini/GEMINI.md` (Linux/macOS) or `%USERPROFILE%\.gemini\GEMINI.md` (Windows) if needed, then add:📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| 3. Configure bootstrap — add to `~/.gemini/GEMINI.md` (Linux/macOS) or `%USERPROFILE%\.gemini\GEMINI.md` (Windows): | |
| ```markdown | |
| ## Superpowers | |
| You have superpowers. Use the **using-superpowers** skill before any task. | |
| ``` | |
| 3. Configure bootstrap — create `~/.gemini/GEMINI.md` (Linux/macOS) or `%USERPROFILE%\.gemini\GEMINI.md` (Windows) if needed, then add: |
🤖 Prompt for AI Agents
In `@docs/README.antigravity.md` around lines 48 - 54, Update the
README.antigravity.md section that instructs users to add to GEMINI.md so it
mirrors the install guide: explicitly state both paths (~/.gemini/GEMINI.md for
Linux/macOS and %USERPROFILE%\.gemini\GEMINI.md for Windows), include the
example markdown block shown (the "## Superpowers" snippet), and add a clear
note to create the GEMINI.md file and its parent .gemini directory if they do
not exist so the user knows to create the file when missing.
Summary
.antigravity/INSTALL.mdwith platform-specific install instructions (clone + symlink)docs/README.antigravity.mdwith full usage guide, troubleshooting, and personal skills docsMotivation
Antigravity IDE has native skill discovery using the same
SKILL.mdformat. This PR adds documentation to let Antigravity users install and use Superpowers, following the same symlink-based architecture used by Codex and OpenCode integrations.Consolidates the approaches from #192 and #281, addressing reviewer feedback from both:
git pull)%USERPROFILE%instead of hardcoded Windows pathstextlanguage specifier on non-code fenced blocks (markdownlint MD040)GEMINI.mdinstead of a CLI script (no code, no security surface)Test plan
.antigravity/INSTALL.mdrenders correctly on GitHubdocs/README.antigravity.mdrenders correctly on GitHubSummary by CodeRabbit