anti-gravity

anti-gravity is a skill for Claude Code, Codex from J-StaR-Films-Studios/VibeCode-Protocol-Suite. It costs 45 tokens per session (1,077 once invoked), scanned A, original, ISC.

A skill for running the Anti-Gravity command-line tool, which uses Gemini-like analysis to review code, plans, and designs or examine large amounts of context.

In plain words
What is it for?
Use it for code reviews, plan reviews, design critiques, and large-context analysis.
Why use it?
It gives developers a way to request additional review or critique from the command line, especially when the material is too large for a quick inspection.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Gemini CLI.

Good fit Use it for code reviews, plan reviews, design critiques, and large-context analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/j-star-films-studios/vibecode-protocol-suite/anti-gravity
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add J-StaR-Films-Studios/VibeCode-Protocol-Suite --skill anti-gravity
Clone the repo
git clone --depth 1 https://github.com/J-StaR-Films-Studios/VibeCode-Protocol-Suite

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for anti-gravity

README.md
[![agentmods](https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/anti-gravity/github.svg)](https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/anti-gravity)
Your own site
<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/anti-gravity"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/anti-gravity/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for anti-gravity

Your own site · 80×15
<a href="https://agentmods.dev/skills/j-star-films-studios/vibecode-protocol-suite/anti-gravity"><img src="https://agentmods.dev/badge/skills/j-star-films-studios/vibecode-protocol-suite/anti-gravity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,077 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Tool Misuse · line 61
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
  • medium Excessive Agency · line 37
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.01077
Opus 5 $0.00023 $0.00539
Sonnet 5 $0.00009 $0.00215
Haiku 4.5 $0.00005 $0.00108

Measured 12d ago against content hash ac783c9d72e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

anti-gravity scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

assets/.agent/skills/anti-gravity/SKILL.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 agy prompt.

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:

  1. run agy -p with a short exact prompt,
  2. capture a log with --log-file,
  3. read the created conversation id from the log,
  4. inspect C:/Users/johno/.gemini/antigravity-cli/brain/<conversation-id>/.system_generated/logs/transcript.jsonl for 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.

Core CLI Modes

  • agy -p "prompt" or agy --print "prompt" — run a single prompt and print/respond non-interactively.
  • agy --prompt "prompt" — alias for print mode.
  • agy -c or agy --continue — continue the most recent conversation.
  • agy --conversation <ID> — resume a previous conversation by ID.
  • agy -i "prompt" or agy --prompt-interactive "prompt" — start interactively and continue the session.
  • agy --sandbox — run with terminal restrictions enabled.

Workspace and Safety Flags

  • --add-dir <DIR> — add a directory to the workspace; repeat for multiple directories.
  • --log-file <PATH> — write CLI logs to a known path for debugging and transcript discovery.
  • --print-timeout <DURATION> — set print-mode wait time, e.g. 60s, 5m.
  • --dangerously-skip-permissions — auto-approve tool permission requests. Use only when explicitly appropriate.

Prompting Rules

Anti-Gravity follows instructions better when prompts are short and strict.

Use this style:

Do not use tools. Return exactly AGY_OK and nothing else.

Read the full file on GitHub · 113 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 113 lines · 45 tokens per session scan A ac783c9d72e3

Subscribe to this mod's changes

anti-gravity is a skill published in the GitHub repository J-StaR-Films-Studios/VibeCode-Protocol-Suite (24 stars, last pushed yesterday), licensed ISC. It adds 45 tokens to every session and 1,077 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.