ANTIGRAVITY LABJP
ARTICLES

All Articles

All (1028) Antigravity Basics (154) Editor View (72) Agents & Manager (269) Integrations (138) App Development (227) AI Tools (68) Tips & Best Practices (100)
Agents & Manager/2026-03-20Advanced

Six Models, One Editor — Choosing Between Gemini, Claude, and GPT-OSS in Antigravity

Learn how to strategically leverage Gemini 3.1 Pro, Claude Opus 4.6, and GPT-OSS 120B in Antigravity IDE. This advanced guide covers model characteristics, AGENTS.md configuration, cost optimization, and multi-agent workflows.

Agents & Manager/2026-03-20Intermediate

Antigravity Agent-First Workflow Practical Guide — From Project Management to Skill Design

A complete guide to practicing Antigravity's Agent-First development style. Learn project folder management, Skills Library construction, Artifact system utilization, and when to use different agent modes.

Agents & Manager/2026-03-19Intermediate

Building AI Partner Agents with OpenClaw × Antigravity — From Source Code Analysis to Custom Feature Implementation

Discover how to leverage Antigravity's AI coding capabilities to analyze OpenClaw source code and implement custom skills and AI partner features. Learn multi-agent integration best practices.

Agents & Manager/2026-03-18Advanced

Building a SaaS Payment System with Stripe × Antigravity — Full-Stack Implementation from Planning to Production

Complete guide to implementing subscription-based SaaS with Stripe and Antigravity. Covers payment flows, webhook handling, subscription lifecycle management, tax calculation, and production deployment strategies.

Agents & Manager/2026-03-18Intermediate

Agent Memory Design Patterns in Antigravity — Persisting Context Across Sessions

Learn memory design patterns for Antigravity agents to retain context across sessions. Practical implementation examples combining vector databases, episodic memory, and semantic memory.

Agents & Manager/2026-03-17Advanced

E2E Test Automation with Antigravity Browser Sub-Agent

A comprehensive, hands-on guide to E2E testing, visual regression testing, and CI/CD integration using Antigravity's Browser Sub-Agent powered by Gemini vision capabilities.

Agents & Manager/2026-03-16Beginner

skills.sh Skill Agent Installation Guide

Complete guide to installing, customizing, and leveraging the skills.sh marketplace within Antigravity to automate development workflows with AI agent skills

Agents & Manager/2026-03-15Intermediate

Google ADK × Antigravity: Build Custom Agent Skills to Extend Your AI

Learn how to build custom agent skills for Antigravity using Google's Agent Development Kit (ADK). From writing SKILL.md instructions to implementing scripts and deploying a real GitHub Issues triage skill — step by step.

Agents & Manager/2026-03-14Intermediate

Autonomous Task Management with Claude AI Agents — TodoWrite & Parallel Execution Patterns

Learn how to implement autonomous task management with Claude AI agents. Detailed guide on TodoWrite, parallel execution patterns, and practical code examples.

Agents & Manager/2026-03-14Advanced

Multi-Agent Orchestration in Practice — Design Patterns and Implementation

Learn how to coordinate multiple AI agents with orchestration patterns. Covers router, pipeline, and consensus patterns with TypeScript implementation examples.

Agents & Manager/2026-03-14Intermediate

Antigravity Remote Agents Guide — Run AI Agents in the Cloud

Run Antigravity AI agents on remote servers and cloud VMs via SSH. Execute large-scale tasks without consuming local resources.

Agents & Manager/2026-03-14Advanced

Antigravity Advanced Prompt Engineering — Agent Instructions, AGENTS.md & Context Design

Extract maximum performance from Antigravity's AI agents through advanced prompt engineering. Covers AGENTS.md design, context window optimization, role-playing techniques, chain-of-thought, self-verification loops, and real-world agent rule definitions.