MarcosNahuel

29 mods across 3 repositories, 26 stars between them.

antigravity

02

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…

26 16d ago A tokens not measured original MIT

agy-rescue

03

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…

26 16d ago D 121 tokens original MIT

ask

04

MarcosNahuel/antigravity-plugin-cc

Command

One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.

26 16d ago A 25 tokens original MIT

deep-research

05

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…

26 16d ago A 149 tokens original MIT

design-review

06

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/.

26 16d ago A 57 tokens original MIT

doc-to-md

07

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/.

26 16d ago A 34 tokens original MIT

graph

08

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…

26 16d ago A 106 tokens original MIT

media

09

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.

26 16d ago A 80 tokens original MIT

model

10

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.

26 16d ago A 59 tokens original MIT

notebook-ask

11

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.

26 16d ago A 64 tokens original MIT

notebook-audit

12

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…

26 16d ago A 64 tokens original MIT

notebook-graph

13

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…

26 16d ago A 95 tokens original MIT

notebook-query

14

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…

26 16d ago A 74 tokens original MIT

notebook-status

15

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.

26 16d ago A 57 tokens original MIT

notebook

16

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…

26 16d ago A 101 tokens original MIT

record

17

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.

26 16d ago A 38 tokens original MIT

report

18

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.

26 16d ago A 38 tokens original MIT

research

20

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.

26 16d ago A 63 tokens original MIT

review

21

MarcosNahuel/antigravity-plugin-cc

Command

Send the current git diff to Antigravity (agy) for code review. Optional focus text to steer the review.

26 16d ago A 24 tokens original MIT

scrape

22

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/.

26 16d ago A 30 tokens original MIT

transcribe

24

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/.

26 16d ago A 71 tokens original MIT