anti-gravity
Installation
SKILL.md
Anti-Gravity Skill Guide
When to Use Anti-Gravity
- When the user asks for Gemini-like analysis, review, planning, design critique, or broad context work.
- When a second-model perspective is useful.
- When the task can be expressed as a short, direct
agyprompt.
Tested Behavior in This Harness
agy -p may produce an empty captured stdout inside the Pi/sandbox harness even when the model answered successfully. The reliable way to verify output here is:
- run
agy -pwith a short exact prompt, - capture a log with
--log-file, - read the created conversation id from the log,
- inspect
C:/Users/johno/.gemini/antigravity-cli/brain/<conversation-id>/.system_generated/logs/transcript.jsonlfor the final model response.
The CLI stores conversation state under:
C:/Users/johno/.gemini/antigravity-cli/
If the harness reports Access is denied while renaming files in conversations/, the response may still be present in the transcript. Prefer checking the transcript before retrying.