Using Agents
Antigravity Kit provides 20 specialist AI agents that automatically apply expert knowledge to your requests. You don’t need to memorize agent names or explicitly mention them - the system intelligently detects the right specialist for your task.Automatic Agent Selection
The most powerful feature of Antigravity Kit is automatic agent detection. Simply describe what you need in natural language, and the system will:- Analyze your request silently
- Detect the domain(s) automatically (frontend, backend, security, etc.)
- Select the best specialist(s)
- Inform you which expertise is being applied
- Deliver specialist-level responses
You get expert responses without needing to know the system architecture!
Real-World Examples
Here’s how automatic agent selection works in practice:Benefits of Automatic Selection
Zero Learning Curve
Just describe what you need in plain language. No need to learn agent names or when to use them.
Always Expert Responses
Every response comes from specialist-level knowledge, ensuring best practices and optimal solutions.
Transparent Process
The system always shows which agent is being applied, so you understand the expertise being used.
Override Capability
You can still explicitly mention agents if you want specific expertise applied.
Explicit Agent Mention
While automatic selection works for most cases, you can explicitly mention an agent using the@agent-name syntax:
When to Use Explicit Mentions
- Second Opinion: Get a specific agent’s perspective on a solution
- Specialized Review: Request a particular expertise for code review
- Override Behavior: Force a specific agent when automatic selection isn’t optimal
Agent Specializations
Here’s a quick reference of available agents and their focus areas:Frontend & UI
Frontend & UI
- @frontend-specialist - Web UI/UX, React, Next.js
- @mobile-developer - iOS, Android, React Native
- @game-developer - Game logic, mechanics
Backend & Data
Backend & Data
- @backend-specialist - API, business logic, Node.js
- @database-architect - Schema design, SQL, Prisma
Quality & Security
Quality & Security
- @security-auditor - Security compliance, OWASP
- @penetration-tester - Offensive security testing
- @test-engineer - Testing strategies, E2E tests
- @qa-automation-engineer - Automated testing, CI pipelines
DevOps & Infrastructure
DevOps & Infrastructure
- @devops-engineer - CI/CD, Docker, deployment
- @performance-optimizer - Speed optimization, Web Vitals
Planning & Analysis
Planning & Analysis
- @project-planner - Discovery, task planning
- @product-manager - Requirements, user stories
- @product-owner - Strategy, backlog, MVP
- @orchestrator - Multi-agent coordination
Specialized Tasks
Specialized Tasks
- @debugger - Root cause analysis
- @seo-specialist - SEO, ranking, visibility
- @documentation-writer - Technical documentation
- @code-archaeologist - Legacy code refactoring
- @explorer-agent - Codebase analysis
Multi-Agent Orchestration
For complex full-stack tasks, multiple agents work together seamlessly. The @orchestrator agent coordinates specialist agents to handle different aspects of your project.Example: Building a Full-Stack E-Commerce App
How Code Coherence is Maintained
When multiple agents work on a project, the system ensures:- Consistent imports and paths - All modules reference each other correctly
- Type safety - TypeScript types match across frontend and backend
- API contracts - Frontend calls match backend endpoints exactly
- Coding style - Consistent patterns and conventions throughout
Validation After Multi-Agent Work
After multiple agents complete their work, the system runs comprehensive validation:- Security scan (no vulnerabilities)
- Code quality (ESLint, TypeScript)
- Test suite passes
- E2E tests pass
- Accessibility compliance (WCAG AA)
- Performance audit (Lighthouse > 90)
Request Routing Examples
Here’s how different types of requests are automatically routed to the right agents:| Your Request | Detected Domain | Agent(s) Applied |
|---|---|---|
| ”Add a contact form” | Frontend | @frontend-specialist |
| ”Create a REST API for users” | Backend | @backend-specialist |
| ”Design user database schema” | Database | @database-architect |
| ”Deploy to AWS” | DevOps | @devops-engineer |
| ”Fix security vulnerability” | Security | @security-auditor |
| ”Login returns 500 error” | Debugging | @debugger |
| ”Build authentication system” | Full-stack | @orchestrator → multiple agents |
| ”Optimize page load speed” | Performance | @performance-optimizer |
| ”Improve SEO” | Marketing | @seo-specialist |
Next Steps
- Learn about Slash Commands for structured workflows
- Read Best Practices for optimal results
- See the Web App Example for a complete walkthrough
