MarcosNahuel/antigravity-plugin-cc
Plugin Claude Code
Plugin marketplace listing 1 plugin: antigravity.
MarcosNahuel/antigravity-plugin-cc
Plugin Claude Code
Plugin marketplace listing 1 plugin: antigravity.
MarcosNahuel/antigravity-plugin-cc
Plugin Claude Code
Antigravity plugin for Claude Code with TRAID Design System: 5 canonical HTML templates (traid-dark, traid-light, stripe-press, notion-docs, magazine) for branded report generation from markdown. Plus audio & video transcription (/agy:transcribe, /agy:media), a local NotebookLM (/agy:notebook — sweep a folder of…
MarcosNahuel/antigravity-plugin-cc
Agent
Forwards a coding/diagnosis/research/recording/scraping/conversion/design-review/code-review/one-shot-ask request to the Google Antigravity CLI (agy) via --print mode. Use proactively when Claude should hand a substantial task, a quick one-shot prompt, a git-diff code review, deep web research, a browser walkthrough…
MarcosNahuel/antigravity-plugin-cc
Command
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
MarcosNahuel/antigravity-plugin-cc
Command
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 matrix + a plan you approve, then agy browses…
MarcosNahuel/antigravity-plugin-cc
Command
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/.
MarcosNahuel/antigravity-plugin-cc
Command
Convert a PDF, docx, image, or other document to clean Markdown using Antigravity (agy) multimodal Gemini. Saves to docs/agy/converted/.
MarcosNahuel/antigravity-plugin-cc
Command
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 graph.json / GRAPHREPORT.md to reason…
MarcosNahuel/antigravity-plugin-cc
Command
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 Code can't see/hear media; agy can.
MarcosNahuel/antigravity-plugin-cc
Command
Show or set the agy (Antigravity / Gemini) model by writing /.gemini/antigravity-cli/settings.json — the reliable way to switch models (the unreliable --model flag silently falls back to the default). No agy call; takes effect immediately, no plugin reinstall.
MarcosNahuel/antigravity-plugin-cc
Command
Ask a question over a notebook corpus you already built with /agy:notebook. agy answers from the per-document summaries (docs/agy/notebook/ /.resumen.md) with citations — the "chat" of a local NotebookLM. Cheap: reads only the small summaries, never the original documents.
MarcosNahuel/antigravity-plugin-cc
Command
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…
MarcosNahuel/antigravity-plugin-cc
Command
Turn a notebook knowledge base into a knowledge GRAPH — a node-link graph.json + a self-contained interactive graph.html — with NO agy calls and NO extra deps. Derives edges from entity co-occurrence within documents (works even though agy rarely emits explicit relations) plus any explicit relations. See who/what…
MarcosNahuel/antigravity-plugin-cc
Command
Query the notebook knowledge base (SQLite) built by /agy:notebook — precise, grounded, cited. Ask in natural language ("sum the amounts by category", "which docs mention 'Acme Corp'", "build a project timeline") or pass raw SQL. Read-only. Use this when you need exact aggregates/lookups across a document corpus…
MarcosNahuel/antigravity-plugin-cc
Command
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.
MarcosNahuel/antigravity-plugin-cc
Command
Local NotebookLM over a FOLDER of documents using Antigravity (agy). Sweeps each document (PDF with text, scanned PDF, image, docx) into an objective-driven Markdown summary, then builds a relevance INDEX and a cited master summary. Incremental cache (re-runs only re-summarize changed docs / changed objective) and…
MarcosNahuel/antigravity-plugin-cc
Command
Record a browser walkthrough of a URL using Antigravity (agy). Generates .webm video, screenshots, and a report. Auto-converts to MP4 if ffmpeg is available.
MarcosNahuel/antigravity-plugin-cc
Command
Generate a publication-grade HTML report from a markdown source using the TRAID Design System catalog (5 templates). Agy matches content to template, you confirm, agy produces final branded HTML.
MarcosNahuel/antigravity-plugin-cc
Command
Delegate a coding, debugging or implementation task to the Antigravity CLI (agy) subagent.
MarcosNahuel/antigravity-plugin-cc
Command
Quick single-shot web research with agy at chosen intensity (low/medium/high) → docs/agy/research/. For fast lookups and lightweight source-gathering. When a decision depends on it and you need deep, multi-round, fact-checked research, use /agy:deep-research instead.
MarcosNahuel/antigravity-plugin-cc
Command
Send the current git diff to Antigravity (agy) for code review. Optional focus text to steer the review.
MarcosNahuel/antigravity-plugin-cc
Command
Scrape structured data from a single URL using Antigravity (agy). Returns markdown table or JSON. Saves to docs/agy/scrapes/.
MarcosNahuel/antigravity-plugin-cc
Command
Check whether the Antigravity CLI (agy) is installed, on PATH, and responding to a ping.
MarcosNahuel/antigravity-plugin-cc
Command
Transcribe and summarize an AUDIO or VIDEO file (or a YouTube/remote URL) with Antigravity (agy / Gemini 3.x multimodal) — something Claude can't do natively. Voice notes, meetings, calls, screencasts. Faithful transcript + summary; timestamps for video/URLs. Saves to docs/agy/transcripts/.