Skip to main content

antigravity-support

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.

설치로 이동

소스 정보

저장소
google-gemini/gemini-cli
최근 소스 활동
2026년 8월 11일 19:28
감지된 SKILL.md 언어
영어
스타
107,125
포크
14,610

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
antigravity-support
description
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.
# 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: ```bash 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: ```powershell irm https://antigravity.google/cli/install.ps1 | iex ``` ## Initial Setup & Configuration Once installed, navigate to any project or workspace directory and run: ```bash agy ``` This command starts the Antigravity CLI. The first time you launch it, the interactive TUI will guide you through: 1. **Workspace Trust Verification:** Confirming trust for the workspace folder to allow secure local command execution and file edits. 2. **Visual Theme Configuration:** Setting up your preferred interactive terminal aesthetic and layout. 3. **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: 1. **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). 2. **Install Antigravity:** Run the installation script above to make the `agy` command globally available. 3. **Verify Installation:** Test the installation by running `agy --version` or launching `agy` in an empty or sample directory. 4. **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
GitHub에서 보기