Installation
Antigravity Kit can be installed using npm or npx. The installation process adds the.agent folder containing all templates to your project.
Installation Methods
- NPX (Recommended)
- Global Installation
Use npx to install without adding a global package:This command downloads and installs the
.agent folder into your current directory.What Gets Installed
The installation creates a.agent folder in your project with the following structure:
Installation Options
Theag-kit init command supports several options:
Important: .gitignore Configuration
Recommended Solution
To keep the.agent/ folder local (not tracked by Git) while maintaining AI functionality:
The
.git/info/exclude file works like .gitignore but is local to your repository clone and not shared with others.Updating Antigravity Kit
To update to the latest version:update command pulls the latest templates from the repository and overwrites your .agent folder.
CLI Commands Reference
| Command | Description |
|---|---|
ag-kit init | Install .agent folder into your project |
ag-kit update | Update to the latest version |
ag-kit status | Check installation status |
Verification
After installation, verify that the.agent folder exists:
agents/directory with 20 agent filesskills/directory with 37 skill modulesworkflows/directory with 11 workflow filesscripts/directory with validation scripts
Next Steps
Now that you’ve installed Antigravity Kit, you’re ready to start using it!Quick Start Guide
Learn how to use agents, skills, and workflows in your development workflow
