Getting Started¶
Get up and running with Antigravity AI Kit in 30 seconds.
⚡ Quick Start¶
Option 1: NPX (Recommended)¶
This automatically copies the .agent/ folder to your project. Done!
Tip: Use
npx antigravity-ai-kit init --forceto overwrite an existing.agent/folder. A timestamped backup is created automatically.
🔄 Updating¶
ag-kit update # Non-destructive — preserves your customizations
ag-kit update --dry-run # Preview changes without applying
Prefer
ag-kit updateoverinit --force. The update command preserves your session data, ADRs, learning contexts, and customizations.
Option 2: Manual Installation¶
# 1. Clone the repository
git clone https://github.com/besync-labs/antigravity-ai-kit.git
# 2. Copy .agent/ to your project
cp -r antigravity-ai-kit/.agent/ your-project/.agent/
# 3. Start your session
/status
✅ Verify Installation¶
After installing, validate your setup with the built-in CLI checks:
Both should return clean results. If they report issues, try reinstalling with --force.
🛡️ Safety Guarantees¶
Antigravity AI Kit only operates within the .agent/ directory. Your project files — source code, configs, tests, platform files — are never touched by init, update, or any CLI command.
First Session¶
- Open your project in your AI-powered IDE (VS Code, Cursor, Windsurf, etc.)
- Run the status command:
You should see:
Basic Workflow¶
1. Plan Your Feature¶
The Planner agent creates a validated implementation plan with quality scoring, cross-cutting concerns (security, testing, documentation), and tiered detail based on task complexity.
2. Review the Plan¶
Review the generated plan in your working directory.
3. Implement¶
4. Verify¶
Runs all quality gates: build, lint, test, coverage.
Next Steps¶
- Agents — 19 specialized AI agents
- Commands — 31 slash commands
- Skills — 32 domain expertise modules
- Workflows — 14 development workflows
- Session Management — Never lose context
- Governance — Operating constraints