antigravity-result-handling

antigravity-result-handling is a skill for Claude Code from Idun-Group/antigravity-plugin-cc. It costs 28 tokens per session (1,289 once invoked), scanned A, original, no licence file.

Instructions for interpreting output from Antigravity, including successful responses and quota, authentication, or backend errors.

In plain words
What is it for?
Use them when handling Antigravity responses, diagnosing its errors, or processing changes produced by the companion.
Why use it?
They help you understand whether an Antigravity request worked and how to apply any file changes it returned.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the antigravity plugin — 3 skills, 7 commands, 1 agent shipped together

Good fit Use them when handling Antigravity responses, diagnosing its errors, or processing changes produced by the companion.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/idun-group/antigravity-plugin-cc/antigravity-result-handling
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 Idun-Group/antigravity-plugin-cc --skill antigravity-result-handling
Clone the repo
git clone --depth 1 https://github.com/Idun-Group/antigravity-plugin-cc

Made for: Claude Code.

Or install antigravity, the plugin that ships this one along with the rest of its 3 skills, 7 commands, 1 agent.

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 antigravity-result-handling

README.md
[![agentmods](https://agentmods.dev/badge/skills/idun-group/antigravity-plugin-cc/antigravity-result-handling/github.svg)](https://agentmods.dev/skills/idun-group/antigravity-plugin-cc/antigravity-result-handling)
Your own site
<a href="https://agentmods.dev/skills/idun-group/antigravity-plugin-cc/antigravity-result-handling"><img src="https://agentmods.dev/badge/skills/idun-group/antigravity-plugin-cc/antigravity-result-handling/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 antigravity-result-handling

Your own site · 80×15
<a href="https://agentmods.dev/skills/idun-group/antigravity-plugin-cc/antigravity-result-handling"><img src="https://agentmods.dev/badge/skills/idun-group/antigravity-plugin-cc/antigravity-result-handling.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,289 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.
Origin unknown 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.00028 $0.01289
Opus 5 $0.00014 $0.00645
Sonnet 5 $0.00006 $0.00258
Haiku 4.5 $0.00003 $0.00129

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

Security

Grade A, and why

antigravity-result-handling 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 11d 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.

plugins/antigravity/skills/antigravity-result-handling/SKILL.md · 92 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 11d ago First seen · 92 lines · 28 tokens per session scan A b629bc7afab4

Subscribe to this mod's changes

antigravity-result-handling is a skill published in the GitHub repository Idun-Group/antigravity-plugin-cc (6 stars, last pushed 3mo ago), with no licence file. It adds 28 tokens to every session and 1,289 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

security-sweep

Graph-driven security sweep -- scan for dangerous sinks, then rank each finding by whether an entry point can actually reach it, and triage the rest into suppressions.

n24q02m/better-code-review-graph · 37 tokens

refactor-check

Safety analysis before refactoring -- dependency graph, test coverage, public API exposure, blast radius verdict.

n24q02m/better-code-review-graph · 24 tokens

python-services

Python patterns for CLI tools, async parallelism, and backend services. Use when building CLI apps, async/parallel Python, FastAPI services, background jobs, or configuring Python project tooling (uv, ruff, ty).

iliaal/whetstone · 48 tokens

nodejs-backend

Node.js backend patterns: framework selection, layered architecture, TypeScript, validation, error handling, security, production deployment. Use when building REST APIs, Express/Fastify servers, microservices, or server-side TypeScript.

iliaal/whetstone · 50 tokens

reviewer

Get a second-opinion review from Google's Antigravity CLI (agy staffer, fast Gemini) - of code (a diff, PR, working tree) or of a decision, plan, or design. Use when the user says /agy:reviewer, "have agy review this", "second opinion on my diff/PR/plan", or after finishing work and wanting an independent verifier…

keli-wen/agy-staff · 94 tokens

fec-data-fetching

A frontend guide for handling data that comes from a server, including typed requests, caching, refreshing, pagination, and updates. Server state means data owned by an API rather than by a page’s local controls.

bovinphang/frontend-craft · 76 tokens