Overview
Theag-kit init command installs the .agent folder containing all Antigravity Kit templates (agents, skills, and workflows) into your project directory.
Options
Overwrite existing
.agent folder if it already exists. Use this to force reinstallation.Install in a specific directory instead of the current working directory.Example:
--path ./myappUse a specific branch from the repository instead of the default branch.Example:
--branch devSuppress output messages. Useful for CI/CD pipelines and automated scripts.
Preview the actions that would be performed without actually executing them.
Usage Examples
Basic Installation
Install Antigravity Kit in the current directory:Force Reinstallation
Overwrite an existing installation:Custom Installation Path
Install in a specific project directory:Development Branch
Install from a specific branch:Silent Installation for CI/CD
Run without output for automated pipelines:Preview Installation
See what would be installed without making changes:Combining Options
You can combine multiple options:What Gets Installed
Theinit command installs the following components:
| Component | Count | Description |
|---|---|---|
| Agents | 20 | Specialist AI personas (frontend, backend, security, PM, QA, etc.) |
| Skills | 37 | Domain-specific knowledge modules |
| Workflows | 11 | Slash command procedures |
Important Notes
After Installation
Once installation is complete, you can:- Use 20 specialist agents that are automatically detected and applied
- Run 11 workflow slash commands (
/plan,/debug,/create, etc.) - Leverage 37 skills that load automatically based on task context
ag-kit status to verify your installation.