/notebook-status
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.
$ npx -y skills add MarcosNahuel/antigravity-plugin-cc --agent claude-codeHow 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
/notebook-status
Context 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.
Command definition
notebook-status.mddescription: 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
Phase 0 — Resolve + report (ONE Bash call)
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).
Phase 1 — Present
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`.
Notes
- Read-only; it only reads the manifest + summary files and refreshes the job record's counts.
- "Background" here is cooperative: the sweep persists state every wave, so it is always safe to
interrupt and resume — there is no daemon. ETA is a rough extrapolation from the average per-doc rate.
Read more
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
Phase 0 — Resolve + report (ONE Bash call)
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).
Phase 1 — Present
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`.
Notes
- Read-only; it only reads the manifest + summary files and refreshes the job record's counts.
- "Background" here is cooperative: the sweep persists state every wave, so it is always safe to
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
Other commands on marcosnahuel-antigravity-plugin-cc.
- /ask
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
Open command - /deep-research
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 enough (architecture / tool / vendor choices, thorough landscape scans, anything you will act on). Builds an evidence
Open command - /design-review
Run a UX/visual design audit of a URL using Antigravity (agy). Captures desktop + mobile screenshots, scores 10 dimensions (hierarchy, typography, color, spacing, a11y, etc.), benchmarks against industry. Saves to docs/agy/design-reviews/.
Open command - /doc-to-md
Convert a PDF, docx, image, or other document to clean Markdown using Antigravity (agy) multimodal Gemini. Saves to docs/agy/converted/.
Open command - /graph
Build a knowledge GRAPH of a folder (code + docs) with Graphify — tree-sitter ASTs + NetworkX + Leiden communities + an interactive graph.html. The code graph is built LOCALLY and costs zero tokens on any assistant; Gemini via agy only names the communities. Then Claude reads
Open command - /media
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 decisions were made in this meeting?", "what happens at 2:30 in the video?", "what's the tone of this voice note?". Claude
Open command

