Antigravity CLI — управление плагинами и песочницей

★ 7.1 · engineering

antigravity-cli is a Claude Code skill that provides an operator guide for the Antigravity CLI (`agy`), covering plugin management, authentication, and sandbox operations. Every `agy` command runs through the Hermes `terminal` tool, while config files and logs under `~/.gemini/antigravity-cli/` are accessed via `read_file`. The skill documents two distinct layers — shell wrapper commands (`agy install`, `agy update`, `agy plugin`, `agy changelog`) and delegation patterns for handing real coding work to Antigravity: non-interactive one-shots via `agy --print`, bounded background runs with `--print-timeout`, interactive PTY sessions using tmux, and parallel worktree fan-outs. Aimed at developers who want to use Antigravity as an alternative coding-agent backend alongside `codex` and `claude-code`, or as a Gemini-family cross-check reviewer for diffs and plans.