Send to Antigravity

Validate prompts and dispatch legacy implementation tasks to Antigravity with background status monitoring.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill send-to-antigravity
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Send to Antigravity
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/send-to-antigravity
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill send-to-antigravity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route implementation work to Antigravity for legacy Kai orchestrator flows.

Core Features & Use Cases

  • Validate target repo and task prompt before dispatch.
  • Invoke the legacy dispatch_agent with background=true.
  • Report status via check_message_bus(repo) and monitor progress.

Quick Start

Prompt the AI to dispatch the current task to Antigravity.

Frequently Asked Questions about Send to Antigravity

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

FAQPage Schema
How do I dispatch implementation tasks to a background orchestrator?▼

To dispatch implementation tasks to a background orchestrator, you route work by invoking dispatch_agent with the target repository, prompt, and background mode enabled. This validates inputs and sends the task asynchronously without blocking your current workflow.

What is the Antigravity dispatch process for legacy repo tasks?▼

The Antigravity dispatch process routes legacy Kai orchestrator implementation work by validating the target repo and prompt, invoking the dispatch agent in the background, and then monitoring progress via a message bus.

Can I monitor the status of a background dispatch task?▼

Yes, you can monitor the status of a background dispatch task by checking the message bus. The system uses check_message_bus(repo) to report status and track the ongoing progress of your dispatched implementation work.

Does the dispatch workflow handle task planning and breakdown?▼

No, the dispatch workflow does not handle task planning responsibilities. It strictly focuses on validating the prompt, routing the implementation work to the orchestrator in the background, and monitoring the execution status.

What inputs do I need to validate before dispatching work to the orchestrator?▼

Before dispatching work, you need to validate the target repository and the task prompt. These inputs ensure the dispatch_agent receives valid parameters to execute the implementation work correctly in the background environment.