Quick Start Guide
Get up and running with Antigravity Kit in just a few minutes. This guide walks you through installation, configuration, and your first agent interaction.Getting Started
Install Antigravity Kit
Install the This creates a
.agent folder into your project using npx:.agent folder containing:- 20 specialist agents
- 37 domain-specific skills
- 11 slash command workflows
- Validation scripts and documentation
Open Your AI Editor
Launch Cursor or Windsurf and open your project. The editor will automatically index the
.agent folder and make agents and workflows available.Using Agents
Automatic Selection
Agents are automatically selected based on your request. No need to explicitly mention them! Examples:Available Agents
| Agent | When It’s Used | Skills Loaded |
|---|---|---|
frontend-specialist | UI/UX work, React components | react-best-practices, tailwind-patterns |
backend-specialist | API development, server logic | api-patterns, nodejs-best-practices |
database-architect | Schema design, SQL queries | database-design, prisma-expert |
security-auditor | Security compliance, audits | vulnerability-scanner |
debugger | Bug investigation, errors | systematic-debugging |
test-engineer | Writing tests, test strategies | testing-patterns, webapp-testing |
devops-engineer | Deployment, CI/CD | docker-expert, deployment-procedures |
performance-optimizer | Speed optimization | performance-profiling |
View all 20 agents in
.agent/agents/ or check the ARCHITECTURE.md file.Using Slash Commands
Workflows are invoked using slash commands in your AI editor. Type/ to see available commands.
Common Workflows
- /brainstorm
- /create
- /debug
- /plan
Explore options before implementation:The AI will:
- Ask strategic questions
- Explore different approaches
- Provide recommendations
- Create a structured discovery document
All Available Workflows
| Command | Description | Use Case |
|---|---|---|
/brainstorm | Socratic discovery | Unclear requirements, need options |
/create | Create features/apps | New functionality |
/debug | Systematic debugging | Bug reports, errors |
/deploy | Deploy application | Ready to ship |
/enhance | Improve existing code | Refactoring, optimization |
/orchestrate | Multi-agent coordination | Complex full-stack tasks |
/plan | Task breakdown | Large projects, estimates |
/preview | Preview changes locally | Before deploying |
/status | Check project status | Health checks |
/test | Generate and run tests | Before deployment |
/ui-ux-pro-max | Design with 50 styles | Professional UI design |
Real-World Examples
Example 1: Building a Feature
Example 2: Debugging an Issue
Example 3: Multi-Agent Task
Validation Scripts
Antigravity Kit includes validation scripts to ensure code quality:- Security scan
- Code quality (lint, types)
- Schema validation
- Unit tests
- UX audit
- SEO check
- All quick checks
- Lighthouse (Core Web Vitals)
- Playwright E2E tests
- Bundle analysis
- Mobile audit
- i18n check
Tips for Best Results
Be Specific
Provide clear requirements and context for better results
Use Workflows
Use
/ commands for structured, multi-step processesTrust Auto-Selection
Let the system choose agents - it’s trained to detect domains
Run Validations
Use validation scripts before committing or deploying
Next Steps
Now that you’re familiar with the basics:- Explore the
.agent/agents/folder to see all 20 specialist agents - Check out
.agent/skills/to discover 37 domain-specific skills - Read
.agent/ARCHITECTURE.mdfor detailed system documentation - Try different workflows with
/commands in your AI editor
View Full Documentation
Browse comprehensive guides and examples online
