DEV Community

Cover image for Google Antigravity 2.0 & Slash Commands
Adarsh
Adarsh

Posted on • Originally published at aasteriskz.hashnode.dev

Google Antigravity 2.0 & Slash Commands

TL;DR Summary:
Google has revolutionized AI-assisted development with Antigravity 2.0, an agent-first architecture replacing traditional code editors. Key updates include powerful slash commands for autonomous workflow management, the new Android CLI for direct IDE integration ("Vibe Coding"), Firebase Agent Skills for automated backend logic, and WebMCP/AppFunctions for seamless app-to-app data manipulation powered by Gemini.


Google pulled a massive surprise with Antigravity 2.0 by completely overhauling the app into an agent-first architecture. They stripped away the traditional code editor and replaced it with an advanced agent manager designed to run multiple AI agents across multiple projects concurrently.

Antigravity Slash Commands for Workflow Automation

Antigravity introduced powerful slash commands to assist and automate your developer workflow:

  • /goal – Instructs an AI agent to run autonomously until a specified complex task is complete, removing the need for intermediate human approval.
  • /schedule – Handles cron-based, recurring agent execution for automated maintenance.
  • /browser – Hands explicit browser navigation and automated UI testing control directly to the agent.
  • /grill-me – Forces the agent to aggressively cross-examine you with clarifying questions, ensuring complete alignment before writing a single line of code.

The Android CLI & "Vibe Coding"

Google just handed developers a massive productivity upgrade with the announcement of the Android CLI. This new Command Line Interface grants AI coding agents like Claude Code, Codex, or Antigravity direct access to your local development environment and Android Studio. The live demo showcased AI agents autonomously writing code, making edits, and executing tests directly on the Android emulator.

Furthermore, Google AI Studio is expanding into native prompt-based Android development—a paradigm shift we call Vibe Coding. Developers can design, prototype, and build completely functional native Android applications directly inside AI Studio and immediately export them directly to their physical devices.

Agent Skills for Firebase & Migration Assistant

Google also introduced Agent Skills for Firebase and a powerful new Migration Assistant. Agent Skills empower developers to write complex backend logic, cloud functions, and database rules for Firebase and Firestore directly inside the IDE via natural language. As a developer, this is a massive time-saver; you can hand off writing security rules to Antigravity, and the AI agent handles the rest securely.

Tackling cross-platform development headaches, Google's new Migration Assistant is specifically designed to transition legacy iOS, React Native, or web framework codebases over to modern, native Android seamlessly.

Re-Engineering the Web & Android 17 Intelligence Layer

Google is reshaping how agents interact with the web and operating systems:

  • WebMCP (Model Context Protocol): An open standard designed to let developers expose HTML forms and JavaScript functions directly to AI models, bridging the gap between web interfaces and LLMs.
  • Chrome DevTools for Agents: Allows AI agents to autonomously debug, profile, and resolve complex issues within web applications.
  • AppFunctions API: Turns installed Android apps into on-device Model Context Protocol (MCP) servers. This groundbreaking API allows Gemini to autonomously pull data from one application, manipulate it, and inject it into another with absolutely zero user intervention.

Top comments (0)