From antigravity
Internal helper — how to tighten a user request into a sharp prompt for the Antigravity CLI (agy / Gemini 3.x with native web search and agentic tools)
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity:agy-promptingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill ONLY inside the `antigravity:agy-rescue` subagent when shaping the text you pass to `agy --print`. Do not use it to do independent reasoning, file inspection, or research yourself.
Use this skill ONLY inside the antigravity:agy-rescue subagent when shaping the text you pass to agy --print. Do not use it to do independent reasoning, file inspection, or research yourself.
--dangerously-skip-permissions.<TASK in one sentence>.
Rules:
- <constraint 1>
- <constraint 2>
- ...
Output format:
<exact markdown / json schema you want>
<DATA / TOPIC>:
<the actual content>
Keep the rules to <= 8 bullets. More than that and Gemini starts dropping the tail.
--print mode is single-shot; chain steps from the caller side instead.These are CALLER-SIDE controls, never include them in the agy prompt text:
--print — non-interactive--dangerously-skip-permissions — auto-approve tool use--print-timeout 20m0s — high-intensity research needs long timeouts--continue — resume the most recent agy conversation--conversation <id> — resume a specific past conversation
--modelis version-dependent (corrected v0.6.1): earlyagy1.0.0/1.0.1 reject it withflags provided but not defined: -model, but agy 1.0.5+ accepts--model "<name>"(e.g.--model "Gemini 3.1 Pro (High)", community-confirmed on issue #76). Since the installed version isn't known at call time, this plugin defaults to NOT passing--model(cross-version-safe — agy uses its configured default). Pass it only when the caller explicitly asked for a model ANDagy --versionis ≥ 1.0.5. Either way,--modelis a CALLER-SIDE flag — never put it in the prompt text.
Default to the templates baked into agy-rescue.md for research mode. Only deviate when the user explicitly asks for a different shape.
npx claudepluginhub marcosnahuel/antigravity-plugin-cc --plugin antigravityWrapped access to Agy CLI (Antigravity). Captures agy --help, caches subcommands, validates flags, post-processes output. Use for ANY Agy CLI invocation from Claude Code or other harnesses. Saves ~85% tokens vs raw agy output.
Delegates coding/research tasks to the Google Antigravity CLI (`agy`) for execution by external models (Gemini, Claude, GPT-OSS). Supports multi-turn sessions, model switching per call, and unified diff output.