Vit129/agy-plugin-cc

5 stars · Last commit 2026-07-31

Claude Code plugin for Google's Antigravity (agy) CLI — job tracking, background execution, code review, and a stop-time review gate for Antigravity workflows. Built from scratch by Vit129.

README preview

# agy-plugin-cc

A Claude Code plugin that integrates **Google's Antigravity (agy) CLI** and **Antigravity IDE** developer tools into Claude Code.

This companion extension (also known as **Google Agy Plugin** or **Antigravity Plugin**) follows the same design patterns as [`codex-plugin-cc`](https://github.com/openai/codex-plugin-cc), providing full job tracking, background execution, code review, and a session-aware stop-time review gate for **Google Antigravity** workflows.

## Prerequisites

The Antigravity CLI must be installed and authenticated before using this plugin.

1. **Install agy CLI:**

   **Mac/Linux:**
   ```bash
   curl -fsSL https://antigravity.google/cli/install.sh | bash
   ```

   **Windows PowerShell:**
   ```powershell
   irm https://antigravity.google/cli/install.ps1 | iex

View full repository on GitHub →