Add antigravity — a local NotebookLM for Claude Code#275
Open
MarcosNahuel wants to merge 2 commits into
Open
Conversation
Bridges Claude Code to Google's Antigravity CLI (agy / Gemini 3.x, multimodal). Flagship /agy:notebook turns a folder of documents into per-doc summaries + a relevance index + a cited master synthesis + timeline + entities, with /agy:notebook-ask for cited Q&A — keeping heavy document reading off Claude's context. Also audio/video transcription, deep web research, browser recording, web scraping, doc-to-markdown and design review. MIT, no Node runtime. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…eo commands Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the antigravity plugin to the marketplace.
It bridges Claude Code to Google's Antigravity CLI (
agy/ Gemini 3.x, multimodal). The flagship/agy:notebook <folder> | <objective>reads a whole folder of documents (PDFs, scans, images, docx) inside Gemini and writes per-document summaries, a relevance index, a cited master synthesis, a timeline and an entity sheet;/agy:notebook-askthen answers questions over them with citations — so the heavy document reading stays off Claude's own context.It also does what Claude Code can't natively: audio/video transcription (
/agy:transcribe,/agy:media), deep web research with citations, browser-walkthrough recording, structured web scraping, document-to-markdown conversion, and visual/UX design review.plugins/antigravity/(full plugin) + one entry in.claude-plugin/marketplace.json(validated JSON).🤖 Generated with Claude Code