antigravity-implement

Delegate implementation to the Antigravity CLI in headless mode and summarize the resulting diff.

3|Updated Jul 4, 2020
One-click install
npx skills add https://github.com/mei28/dotfiles --skill antigravity-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antigravity-implement
Source: https://github.com/mei28/dotfiles/tree/main/.claude/skills/antigravity-implement
Command: npx skills add https://github.com/mei28/dotfiles --skill antigravity-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates implementation work to the Antigravity CLI (agy) while Claude Code remains the orchestrator and evaluator, streamlining plan execution when preferred models are unavailable.

Core Features & Use Cases

  • Headless execution: runs in the background with auto-approval to produce code changes from an approved plan.
  • Plan-first workflow: ideal when Codex is unavailable or at capacity, or you want a fresh perspective.
  • Result review: summary of changes via git diff and status to speed verification.

Quick Start

Provide the task or plan file path via ARGUMENTS to start the Antigravity-based implementation workflow.

Frequently Asked Questions about antigravity-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate plan implementation in headless mode when my primary model is unavailable?

Automate plan implementation by delegating the approved plan file path to the Antigravity CLI in headless mode with auto-approval. It runs in the background to produce code changes, which is ideal when your preferred model is at capacity.

Can I review git diff and status to verify automated code changes?

Yes, you can review automated code changes. After the headless execution completes, the workflow summarizes the resulting modifications using git diff and git status outputs to speed up your verification process.

How do I delegate an approved task to Antigravity CLI for execution?

Delegate an approved task by passing the plan file path via ARGUMENTS. The workflow triggers the Antigravity CLI with --headless and --approve all flags to automatically execute the implementation without manual intervention.

What prerequisites do I need to run Antigravity for automated workflow implementation?

You need the Antigravity CLI installed and authenticated to run automated workflow implementation. You also need an approved plan or task path provided via ARGUMENTS to initiate the headless execution process.

Does headless execution with auto-approval work for background code generation?

Yes, headless execution with auto-approval works for background code generation. The Antigravity CLI operates with --headless --approve all flags to generate code changes from an approved plan while Claude Code remains the orchestrator and evaluator.

Why use Antigravity CLI for plan implementation instead of Codex?

Use the Antigravity CLI for plan implementation when Codex is unavailable or at capacity. It provides a fresh perspective by delegating execution to agy while keeping Claude Code as the orchestrator to evaluate the resulting git diff.