← ClaudeAtlas

antigravity-collaboration-looplisted

Run Antigravity for Claude multi-review with advisory mailbox and leases for coordinated external-model review.
yilibinbin/external-models-for-claude · ★ 1 · AI & Automation · score 67
Install: claude install-skill yilibinbin/external-models-for-claude
# Antigravity Collaboration Loop Use this skill when Claude Code needs a coordinated Antigravity review pass with advisory state. Run: ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/antigravity-companion.mjs" multi-review --use-mailbox --advisory-leases ``` ## Natural-Language Model Routing Claude Code should let the user ask for a coordinated Antigravity collaboration loop in normal language. Do not ask the user to write `--model-provider` or `--model` unless troubleshooting the plugin itself. When converting the user's request to companion invocation: - Default to the Gemini provider by omitting provider overrides and relying on the runtime default when no provider is explicit. - Use the Claude provider only when the user explicitly asks for Claude through Antigravity, for example "use Antigravity's Claude model" or "Claude via Antigravity"; pass explicit `--model-provider claude` argv tokens. - Provider selection is explicit: coordinated, mailbox, leases, strict, advanced, or multi-agent language does not switch providers. Keep Gemini unless Claude is explicit. - If the user names a concrete Gemini model, keep or choose the Gemini provider and pass the model as explicit `--model` argv tokens or `ANTIGRAVITY_FOR_CLAUDE_MODEL`. - If the user names a concrete Claude/Sonnet/Opus model through Antigravity, choose the Claude provider and pass the model as explicit `--model` argv tokens or `ANTIGRAVITY_FOR_CLAUDE_MODEL`. - Do not concatenate provider/model flags into natural-l