BeClaude

antigravity-for-claude-code

New
27GitHub TrendingGeneralby yuting0624

Claude Code plugin: run the Antigravity CLI (Gemini) as a collaborating sub-agent with intelligent model routing across the SDLC. Community project; not affiliated with Google/Anthropic.

First seen 6/21/2026

Summary

This skill integrates the Antigravity CLI, powered by Gemini, as a collaborative sub-agent within Claude Code, enabling intelligent model routing across the software development lifecycle.

  • It allows developers to leverage Gemini's capabilities for specific tasks like code generation, review, or testing without leaving the Claude Code environment.
  • This community project enhances workflow efficiency by dynamically selecting the best AI model for each stage of development.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/antigravity-for-claude-code.md

3
Invoke with @agent-name
@antigravity-for-claude-code

Use Cases

Generate boilerplate code for a new microservice using Gemini's strengths in rapid prototyping.
Perform a code review of a pull request by routing the diff to Gemini for alternative suggestions.
Write unit tests for a Python module, leveraging Gemini's test generation capabilities.
Debug a complex error by having Gemini analyze stack traces and propose fixes.
Refactor legacy JavaScript code to modern ES6 syntax with Gemini's refactoring expertise.
Generate documentation for an API endpoint, using Gemini to produce clear and concise descriptions.

Usage Examples

1

/antigravity-for-claude-code generate a REST API in Python using Flask with CRUD endpoints for a todo app

2

/antigravity-for-claude-code review the code in src/main.js and suggest improvements

3

/antigravity-for-claude-code write unit tests for the function calculate_total in utils.py

View source on GitHub
agentplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is antigravity-for-claude-code?

This skill integrates the Antigravity CLI, powered by Gemini, as a collaborative sub-agent within Claude Code, enabling intelligent model routing across the software development lifecycle. It allows developers to leverage Gemini's capabilities for specific tasks like code generation, review, or testing without leaving the Claude Code environment. This community project enhances workflow efficiency by dynamically selecting the best AI model for each stage of development.

How to install antigravity-for-claude-code?

To install antigravity-for-claude-code: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/antigravity-for-claude-code.md. Finally, @antigravity-for-claude-code in Claude Code.

What is antigravity-for-claude-code best for?

antigravity-for-claude-code is a agent categorized under General. It is designed for: agent, plugin. Created by yuting0624.

What can I use antigravity-for-claude-code for?

antigravity-for-claude-code is useful for: Generate boilerplate code for a new microservice using Gemini's strengths in rapid prototyping.; Perform a code review of a pull request by routing the diff to Gemini for alternative suggestions.; Write unit tests for a Python module, leveraging Gemini's test generation capabilities.; Debug a complex error by having Gemini analyze stack traces and propose fixes.; Refactor legacy JavaScript code to modern ES6 syntax with Gemini's refactoring expertise.; Generate documentation for an API endpoint, using Gemini to produce clear and concise descriptions..