mcpbeat Sign in

Antigravity Support Agent Skill

Use when the user asks questions, seeks help, or requests instructions related to installing, setting up, or migrating to Antigravity CLI. This skill provides the latest up to date details, requirements, and commands sourced from the official Antigravity CLI documentation.

827 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
106350
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/google-gemini/gemini-cli --skill antigravity-support

The instruction itself

8 sections, as written by the author

Antigravity CLI Support

This skill provides up-to-date information on how to install, configure, use, and migrate to Antigravity CLI, sourced from the official documentation at https://antigravity.google/docs/cli-getting-started.

What is Antigravity CLI?

Antigravity CLI is a next-generation terminal interface for collaborating with autonomous agents on local codebases. It is designed to be highly interactive and agent-driven, launching a Terminal User Interface (TUI) to coordinate code generation, reasoning, and workspace tasks.

Key Features:

  • Autonomous Agent Collaboration: Work directly with agents within your terminal.
  • Interactive TUI: A full terminal user interface designed for agent workflows.
  • Workspace Integration: Deep understanding of your local workspace structure and context.

Installation

To install the Antigravity CLI on your machine:

macOS / Linux (Fast-Path Script)

Run the following standard curl command in your terminal:

curl -fsSL https://antigravity.google/cli/install.sh | bash

This script downloads, verifies, and installs the latest version of Antigravity, and automatically registers the agy binary in your PATH.

Windows (PowerShell)

For Windows environments, install via the official PowerShell setup command:

irm https://antigravity.google/cli/install.ps1 | iex

Initial Setup & Configuration

Once installed, navigate to any project or workspace directory and run:

agy

This command starts the Antigravity CLI. The first time you launch it, the interactive TUI will guide you through:

  • Workspace Trust Verification: Confirming trust for the workspace folder to allow secure local command execution and file edits.
  • Visual Theme Configuration: Setting up your preferred interactive terminal aesthetic and layout.
  • Rendering Modes: Tailoring TUI performance and drawing behaviors to your terminal capabilities.

How to Migrate to Antigravity CLI

If you are transitioning or migrating from another tool (such as Gemini CLI) to Antigravity CLI, follow these steps:

  • Check Requirements: Ensure your local environment meets standard requirements (e.g., node, git, shell access) and is running a compatible operating system (macOS, Linux, or Windows).
  • Install Antigravity: Run the installation script above to make the agy command globally available.
  • Verify Installation: Test the installation by running agy --version or launching agy in an empty or sample directory.
  • Transition Workspaces: Run agy directly inside your project workspace root. The initial setup assistant will guide you to import or configure trust policies, similar to those you might have used previously.

Official Resources and Learning More

If you need more details or have advanced configuration/migration needs, please visit the official documentation:

  • Official Documentation: https://antigravity.google/docs/cli-getting-started

Other skills for the same job

different authors, same section of the catalogue
Hook Development
by anthropics
vendor ×2

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.

16k tokens scripts
Hook Development
by anthropics
vendor ×2

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.

16k tokens scripts
Copilot SDK
by christophacham
×2

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.

6k tokens
Cass
by Dicklesworthstone
×2

Coding Agent Session Search - unified CLI/TUI to index and search local coding agent history from Claude Code, Codex, Gemini, Cursor, Aider, ChatGPT, Pi-Agent, Factory, and more. Purpose-built for AI agent consumption with robot mode.

6k tokens
Dcg
by Dicklesworthstone
×2

Destructive Command Guard - High-performance Rust hook for Claude Code that blocks dangerous commands before execution. SIMD-accelerated, modular pack system, whitelist-first architecture. Essential safety layer for agent workflows.

4k tokens
Makepad Skills
by ComeOnOliver
×2

Makepad UI development skills for Rust apps: setup, patterns, shaders, packaging, and troubleshooting.

2k tokens
Varlock Claude Skill
by ComeOnOliver
×2

Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits

3k tokens
Create Agentsmd
by github
vendor ×1

Prompt for generating an AGENTS.md file for a repository

2k tokens

How to use it

Copy the folder

Take google-gemini/antigravity-support from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.