Installation
Get started with Antigravity Kit in under a minute.
Quick Start
The fastest way to install Antigravity Kit is using npx in root project:
npx @vudovn/ag-kit init
Note: This command will create a
.agent folder in your current directory containing all templates.Global Installation
Install the CLI globally to use ag-kit command anywhere:
npm install -g @vudovn/ag-kit
cd your-project && ag-kit init
Read other commands in CLI commands documentation.
What Gets Installed
After running the installation command, you'll have the following structure:
.agent/ ├── agents/ # 16 Specialist Agents ├── skills/ # 40+ Skills ├── workflows/ # 11 Slash Commands ├── rules/ # Workspace Rules └── ARCHITECTURE.md # Full documentation
agents/
Contains 16 specialist AI agent configurations for different domains (frontend, backend, security, etc.)
skills/
40+ domain-specific knowledge modules that agents can use
workflows/
11 slash command procedures for common development tasks
rules/
Workspace configuration including GEMINI.md for behavior rules
System Requirements
- Node.js 16.0 or later
- npm or yarn package manager
- Git (for updates and version control)
Next Steps
Now that you have Antigravity Kit installed, learn about the core concepts: