/notebook-audit
Adversarial consistency audit over the notebook knowledge base — finds contradictions in a document corpus: the same category with conflicting amounts, the same person under two names, the same reference with different values, coverage gaps (unprocessed docs), unparseable
$ 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-audit
Context preview
What this command does when you run it.
Adversarial consistency audit over the notebook knowledge base — finds contradictions in a document corpus: the same category with conflicting amounts, the same person under two names, the same reference with different values, coverage gaps (unprocessed docs), unparseable
Command definition
notebook-audit.mddescription: Adversarial consistency audit over the notebook knowledge base — finds contradictions in a document corpus: the same category with conflicting amounts, the same person under two names, the same reference with different values, coverage gaps (unprocessed docs), unparseable amounts. Pure SQL, read-only. Writes CONTRADICCIONES.md.
argument-hint: "<folder>"
context: fork
allowed-tools: Bash, Read
Run a deterministic, read-only **consistency audit** over the `notebook.db` that `/agy:notebook` built. It surfaces the conflicts you must resolve before trusting a total or building a liquidation — each one cited to its source document. No agy, no model — just SQL over the structured facts.
Raw user request: $ARGUMENTS
Phase 0 — Resolve + run (ONE Bash call)
Resolve `OUTDIR = docs/agy/notebook/<slug>` from the folder argument (same `slug()` the notebook uses). If `notebook.db` is missing, tell the user to run `/agy:notebook <folder> | <objetivo>` first and stop. Otherwise run the audit:
python "${CLAUDE_PLUGIN_ROOT:-$PWD}/plugins/antigravity/scripts/notebook_audit.py" "$OUTDIR"It prints `AUDIT findings=N report=…/CONTRADICCIONES.md` and writes the report. Checks:
- **A** same concepto with conflicting `monto_cents` across documents,
- **B** same person id under two or more different names,
- **C** same reference under two or more different values,
- **D** documents that failed processing (`estado='no_procesado'`) — coverage gaps,
- **E** amounts that couldn't be parsed to cents (OCR review),
- **F** same organization under two or more different names.
Phase 1 — Present
Read `<OUTDIR>/CONTRADICCIONES.md` and present it. Lead with the count and the highest-stakes findings (A and B — money and identity conflicts). For each, name the documents involved and advise verifying against the original before acting. If `findings=0`, say the corpus is internally consistent on these checks (note it does not prove correctness, only the absence of these conflicts).
Notes
- Read-only; never writes to the DB. Re-run after a fresh `/agy:notebook` to re-audit.
- This is a *consistency* check (contradictions within the corpus), not a *grounding* check — pair it
with `/agy:notebook-query` to verify a specific figure against its source.
Read more
description: Adversarial consistency audit over the notebook knowledge base — finds contradictions in a document corpus: the same category with conflicting amounts, the same person under two names, the same reference with different values, coverage gaps (unprocessed docs), unparseable amounts. Pure SQL, read-only. Writes CONTRADICCIONES.md. argument-hint: "<folder>" context: fork allowed-tools: Bash, Read
Run a deterministic, read-only **consistency audit** over the `notebook.db` that `/agy:notebook` built. It surfaces the conflicts you must resolve before trusting a total or building a liquidation — each one cited to its source document. No agy, no model — just SQL over the structured facts.
Raw user request: $ARGUMENTS
Phase 0 — Resolve + run (ONE Bash call)
Resolve `OUTDIR = docs/agy/notebook/<slug>` from the folder argument (same `slug()` the notebook uses). If `notebook.db` is missing, tell the user to run `/agy:notebook <folder> | <objetivo>` first and stop. Otherwise run the audit:
python "${CLAUDE_PLUGIN_ROOT:-$PWD}/plugins/antigravity/scripts/notebook_audit.py" "$OUTDIR"It prints `AUDIT findings=N report=…/CONTRADICCIONES.md` and writes the report. Checks:
- **A** same concepto with conflicting `monto_cents` across documents,
- **B** same person id under two or more different names,
- **C** same reference under two or more different values,
- **D** documents that failed processing (`estado='no_procesado'`) — coverage gaps,
- **E** amounts that couldn't be parsed to cents (OCR review),
- **F** same organization under two or more different names.
Phase 1 — Present
Read `<OUTDIR>/CONTRADICCIONES.md` and present it. Lead with the count and the highest-stakes findings (A and B — money and identity conflicts). For each, name the documents involved and advise verifying against the original before acting. If `findings=0`, say the corpus is internally consistent on these checks (note it does not prove correctness, only the absence of these conflicts).
Notes
- Read-only; never writes to the DB. Re-run after a fresh `/agy:notebook` to re-audit.
- This is a *consistency* check (contradictions within the corpus), not a *grounding* check — pair it
with `/agy:notebook-query` to verify a specific figure against its source.
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

