Downloads · 30 days
0
algorembrant/skip-google-antigravity
skip-google-antigravity is a machine learning model from algorembrant. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
[](https://github.com/algorembrant/skip-google-antigravity) [](https://opensource.org/licenses/MIT) [](https://marketplace.visualstudio.com/publishers/algorembrant)
Downloads · 30 days
0
Access
Public
Updated Mar 2, 2026
Repo size
779 KB
Likes
0
Public
Click a slice to open those files.
.vsix525 KB · 58%
From the Hugging Face model README
This extension automatically skips all pending steps from the Antigravity Agent, including terminal run command requests, file save requests, and code edits. It bypasses the limitations of external scripts by running directly inside the IDE process, ensuring continuous operation even when the window is minimized or unfocused.
You can search and install "Skip Google Antigravity" directly from the extension tab within your IDE.
.vsix file from the repository releases.... menu -> Install from VSIX....vsix file.git clone https://github.com/algorembrant/skip-google-antigravity.git
cd skip-google-antigravity
npm install -g @vscode/vsce
vsce package
Then install the generated .vsix file as described above.
| Feature | Description |
|---|---|
| Zero-Interference | Runs silently in the background |
| Toggle Control | Click status bar or use keyboard shortcut |
| Visual Status | Status bar indicators |
| Deep Integration | Calls internal Antigravity commands directly |
| Shortcut | Action |
|---|---|
Ctrl+Alt+Shift+U | Toggle Auto-Skip ON/OFF |
Cmd+Alt+Shift+U (Mac) | Toggle Auto-Skip ON/OFF |
The status bar shows the current state:
Auto-Accept: ON - All agent steps are being auto-accepted.Auto-Accept: OFF - Manual approval required.Q: Is this safe to use?
A: The extension only accepts steps that the Antigravity Agent proposes. Review agent behavior periodically.
Q: Can I pause it temporarily?
A: Yes. Click the status bar item or press Ctrl+Alt+Shift+U.
Q: Does it work when the window is minimized?
A: Yes, it operates within the IDE process.
MIT - See LICENSE for details.