← ClaudeAtlas

antigravity-clilisted

Executes coding, review, research, and automation tasks using Google Antigravity CLI (`agy`). Uses Antigravity's native fine-grained allow/ask/deny permissions instead of Gemini CLI approval modes.
yu-iskw/coding-agent-skills · ★ 1 · AI & Automation · score 55
Install: claude install-skill yu-iskw/coding-agent-skills
# executing-antigravity ## Purpose Use this skill to perform coding, review, research, or automation tasks with Google Antigravity CLI (`agy`). Antigravity is the successor to Gemini CLI for consumer workflows and has a different security model; do not translate Gemini CLI `plan`, `auto_edit`, or `yolo` behavior mechanically. Antigravity represents sensitive operations as permission resources such as `read_file(...)`, `write_file(...)`, `command(...)`, `read_url(...)`, `execute_url(...)`, `mcp(...)`, and `unsandboxed(...)` and evaluates configured rules using `deny > ask > allow` precedence. ## Capability Profiles These profiles are repository conventions, not Antigravity-native mode names. | Tier | Profile | Intended capability | Typical tasks | | :--- | :------ | :------------------ | :------------ | | **0** | Analysis | Workspace reading; mutation and external actuation blocked or gated | Code review, audits, architecture analysis | | **1** | Workspace development | Workspace reads/writes; commands, MCP, and web actuation gated | Refactoring, documentation, implementation | | **2** | Controlled autonomous execution | Explicit allowlist for necessary commands or integrations; destructive/high-impact operations denied | Tests, builds, dependency work, bounded automation | ## Implementation Workflow ### 1. Analyze required actions Classify the task by the resources it requires: - File reads only -> Tier 0. - Workspace file modifications -> Tier 1. - Shell commands,