Skip to content
Development
Command

/result

Show the final output (and conversation id) of a finished Antigravity job.

From plugin
idun-group-antigravity-plugin-cc
67 skills1 agent7 commands
Install
$ npx -y skills add Idun-Group/antigravity-plugin-cc --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/result

Context preview

What this command does when you run it.

Show the final output (and conversation id) of a finished Antigravity job.

Command definition

result.md
description: Show the final output (and conversation id) of a finished Antigravity job.
argument-hint: "[job-id]"
allowed-tools: Bash(node:*)

Print the final output of a finished background Antigravity job. Defaults to the latest job; pass a `[job-id]` to target a specific one. The output includes the conversation id and a resume hint so you can keep the thread going.

Run exactly this and show the output verbatim:

node "${CLAUDE_PLUGIN_ROOT}/scripts/antigravity.mjs" result $ARGUMENTS

Present the companion's stdout as-is. Do not summarize, reformat, or add commentary. Use the `antigravity-result-handling` skill to interpret what came back — a finished response (verify any file edits with `git diff`) versus a quota/auth/backend error. To continue the same thread, use `/antigravity:resume --conversation <id>`.

Ships withidun-group-antigravity-plugin-cc

Drive Google's Antigravity CLI (agy, powered by Gemini 3.5) without leaving Claude Code. A Claude Code plugin that hands work to agy — Google's Antigravity CLI — and brings the result back into your session.

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
1
Forks
Maintained
Maintenance
JavaScript
Language
2mo ago
Last commit
2mo ago
Created

Repo: Idun-Group/antigravity-plugin-cc