ask
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
Check the progress of a /agy:notebook sweep (for long document sets run with --background). Reports % complete, done/pending/failed counts, elapsed time and a rough ETA, and which documents are still pending — so you can resume. Read-only, no agy.
> /plugin marketplace add MarcosNahuel/antigravity-plugin-cc > /plugin install antigravity@marcosnahuel-antigravity
How it fires
How this command gets triggered: by you, by Claude, or both.
/notebook-statusContext preview
What this command does when you run it.
Check the progress of a /agy:notebook sweep (for long document sets run with --background). Reports % complete, done/pending/failed counts, elapsed time and a rough ETA, and which documents are still pending — so you can resume. Read-only, no agy.
description: Check the progress of a /agy:notebook sweep (for long document sets run with --background). Reports % complete, done/pending/failed counts, elapsed time and a rough ETA, and which documents are still pending — so you can resume. Read-only, no agy. argument-hint: "<folder>" context: fork allowed-tools: Bash, Read
Report the status of a notebook sweep without re-running it. Useful for a long, `--background` sweep over a 200-page document set: the job record (`<OUTDIR>/.jobs/current.json`) tracks per-document progress derived from the manifest + the summary files on disk.
Raw user request: $ARGUMENTS
Resolve `OUTDIR = docs/agy/notebook/<slug>` from the folder argument (same `slug()` the notebook uses). Then:
python "${CLAUDE_PLUGIN_ROOT:-$PWD/plugins/antigravity}/scripts/notebook_job.py" status "$OUTDIR"It prints the progress line (`NOTEBOOK SWEEP — NN% (done/total …)`), elapsed/ETA, the objetivo, and the first pending documents. If it prints `NO_JOB`, no sweep has been recorded — the user can just run `/agy:notebook <folder> | <objetivo>` (the sweep is incremental, so it resumes automatically).
Relay the progress. If documents are **pending**, tell the user to re-run `/agy:notebook <folder> | <objetivo>` to resume — cached/done docs are skipped, so only the pending ones are processed. If **failed > 0**, note those are `no_procesado` docs (timeout/rate-limit) that will retry on the next run. If **COMPLETE**, point them to `/agy:notebook-query` / `/agy:notebook-audit`.
interrupt and resume — there is no daemon. ETA is a rough extrapolation from the average per-doc rate.
A local NotebookLM, multi-agent deep research, and 21 more commands — for Claude Code, powered by Google Antigravity (agy / Gemini 3.x), the official CLI that replaces the now-deprecated gemini-cli.
Repo: MarcosNahuel/antigravity-plugin-cc
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
Deep, multi-source, fact-checked web research with agy — reach for it when a decision or design depends on getting it right and a single-shot answer is not…
Run a UX/visual design audit of a URL using Antigravity (agy). Captures desktop + mobile screenshots, scores 10 dimensions (hierarchy, typography, color,…
Convert a PDF, docx, image, or other document to clean Markdown using Antigravity (agy) multimodal Gemini. Saves to docs/agy/converted/.
Build a knowledge GRAPH of a folder (code + docs) with Graphify — tree-sitter ASTs + NetworkX + Leiden communities + an interactive graph.html. The code graph…
Ask a question about an AUDIO, VIDEO or IMAGE file (or a YouTube/remote URL) with Antigravity (agy / Gemini 3.x multimodal). Beyond transcription — "what…