Antigravity Plugin Cc
Description
Use Google Antigravity CLI (agy) from inside Claude Code — delegate tasks, run quick prompts, or review code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agy — Antigravity CLI plugin for Claude Code
Use Google's [Antigravity CLI (`agy`)](https://antigravity.google/) from inside Claude Code. Delegate tasks to the `agy:runner` subagent, run quick prompts, or get a second-opinion code review — without leaving your editor.
This plugin is for Claude Code users who already use (or want to start using) Antigravity and want a smooth way to call it from the workflow they already have. Intentionally small: no Node runtime, no broker, no review-gate hook — just Bash and `agy`.
What you get
/agy:setup— verifyagyis installed and authenticated; can install it for you if it is missing./agy:ask [--model ]— one-shot prompt throughagy -p; returns the raw response./agy:delegate [--background] [--model ]— hand a task to theagy:runnersubagent.--backgroundfor long jobs./agy:research [--background] [--model ]— delegate a deep-research investigation; wraps the topic in a structured prompt and routes throughagy:runner./agy:image— generate an image withagy's built-ingenerate_imagetool (Imagen under the hood). Optional--nameand--output./agy:review [focus]— ask Antigravity to review your currentgit diff./agy:help— show all commands, supported--modelaliases, and canonical model names.agy:runnersubagent — thin forwarding wrapper around the Antigravity CLI; available assubagent_type: "agy:runner"for programmatic delegation.
Requirements
- Claude Code with plugin-marketplace support
(
/plugin marketplace add …). - Antigravity CLI (
agy) installed locally./agy:setupcan install it on first run. - Auth for
agy: either OAuth cached in the system keyring (after one interactive run ofagy) orANTIGRAVITY_API_KEYexported in your shell. - Bash and git in
PATH. macOS, Linux, or WSL.
Install
In Claud
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11