cc-agy

Solid

Delegates coding/research tasks to the Google Antigravity CLI (`agy`) for external-model execution (Gemini 3.x, Claude Sonnet/Opus 4.6, GPT-OSS). Replaces the broken `collaborating-with-gemini` skill. Use when: (1) External-model delegation via Antigravity, (2) Multi-model prototyping (switch model per call), (3) Backend/logic implementation, (4) Algorithm design and optimization, (5) Bug analysis and debugging, (6) API/database code generation, (7) Code review. Triggers: "delegate to agy", "use Antigravity", "external model", "agy", "Gemini 3.5", "Claude Sonnet 4.6", "GPT-OSS". IMPORTANT: Always request unified diff patches only. Supports multi-turn sessions via SESSION_ID.

Code & Development 64 stars 6 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

## Quick Start ```bash python scripts/agy_bridge.py --cd "/path/to/project" --PROMPT "Your task" ``` **Output:** JSON with `success`, `SESSION_ID`, `agent_messages`, `steps_file`, and optional `error` / `note` / `stderr`. On failure, `error` names the upstream cause agy recorded (e.g. a 400/503 status) when one exists. ## Parameters ``` usage: agy_bridge.py [-h] --PROMPT PROMPT --cd CD [--model MODEL] [--SESSION_ID SESSION_ID] [--sandbox] [--no-skip-permissions] [--print-timeout PRINT_TIMEOUT] [--return-all-messages] {check,plugin} ... Antigravity (agy) Bridge options: -h, --help show this help message and exit --PROMPT PROMPT Instruction for the task to send to agy. --cd CD Workspace root for agy (sets cwd + --add-dir). --model MODEL Model alias (flash-low/medium/high, pro-low/high, sonnet, opus, gpt-oss) or canonical string. Omit to use the settings.json default. --SESSION_ID SESSION_ID Resume a conversation by UUID. Maps to agy --conversation. --sandbox Run in agy sandbox mode. --no-skip-permissions Do NOT pass --dangerously-skip-permissions. WARNING: with default toolPermission=request-review, print mode WILL HANG. Only for interactive review workflows. --...

Details

Author
Dianel555
Repository
Dianel555/DSkills
Created
7 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

collaborating-with-antigravity

Delegate tasks to Google's Antigravity CLI (agy) for prototyping, debugging, code review, and research. Supports multi-turn sessions via SESSION_ID. Successor to the retired Gemini CLI.

130 Updated yesterday
appautomaton
AI & Automation Listed

antigravity-cli-bridge

Delegate work to Google's Antigravity CLI (`agy`) — the successor to Gemini CLI — to reach Gemini, Claude, and GPT-OSS models under a Google AI Pro/Ultra subscription from the terminal. Use when the user wants to run a headless `agy` prompt, hand a focused task or second-opinion review to `agy`, install or authenticate Antigravity CLI, check or economise its quota/models, bridge project context into `agy`, set up a second delegated-execution backend beside Codex, or troubleshoot `agy` flags, models, auth, conversations, or its headless behaviour.

0 Updated today
sabaiway
AI & Automation Solid

antigravity-agents

Delegate coding, code review, analysis, and research jobs to Google Antigravity CLI (agy) sub-agents that run alongside your own work. Use this whenever the user asks to spin off, offload, or delegate a task to Antigravity, agy, Gemini, or an "external agent"; wants a second opinion or independent review from a different model; wants intensive repo work (audits, large refactors, research sweeps) run in the background while you keep working; or says things like "have Antigravity do it", "spin up a sub-agent for this", or "get more done in parallel". Also use it proactively when a task is a good fit for parallel delegation and the user has expressed a preference for using Antigravity workers.

120 Updated 1 months ago
markfulton