/research
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.
$ 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
/research
Context preview
What this command does when you run it.
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.
Command definition
research.mddescription: 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.
argument-hint: "[--background] [--intensity low|medium|high] <topic>"
context: fork
allowed-tools: Bash, Write
Route this to the `antigravity:agy-rescue` subagent in MODE: research.
Raw user request: $ARGUMENTS
Routing rules:
- If the request contains `--background`, invoke the subagent with `run_in_background: true`. Research at `high` intensity can take 15–20min — background is the sensible default for that case but only when the user explicitly opted in. Strip the flag from the topic.
- Parse `--intensity <low|medium|high>` from the user text. Default to `medium` if missing or invalid.
- Strip the routing flags (`--background`, `--intensity`) from the user text. What remains IS the topic. Trim whitespace.
- Build a slug from the topic: lowercase, replace non-alphanumeric with `-`, collapse repeated `-`, trim to 60 chars.
- Compute today's date in `YYYY-MM-DD` (ISO, local time).
- Compute `WRITE_FILE` = `docs/agy/research/<YYYY-MM-DD>-<slug>.md` (relative to the current working directory).
- Before invoking the subagent, ensure the directory exists with one `Bash` call:
mkdir -p docs/agy/research
Pass this header block to the subagent followed by the topic:
MODE: research
INTENSITY: <low|medium|high>
MODEL:
RESUME: false
WRITE_FILE: docs/agy/research/<date>-<slug>.md
USER_TEXT:
<topic>
> **Note**: `--model` was rejected by `agy` 1.0.0/1.0.1 but is accepted again in **agy 1.0.5+**. This plugin defaults to omitting it, so `agy` picks the model from its own settings; intensity controls the timeout and prompt template only.
Operating rules:
- The subagent wraps the topic in the intensity template, invokes agy with the right timeout (`low=3m`, `medium=8m`, `high=20m`), writes the result to `WRITE_FILE`, and returns:
1. The saved file path. 2. The first ~30 lines of agy's output (TL;DR / Executive summary).
- Present that to the user as-is. Do not paraphrase.
- If the user did not provide a topic, ask once: "What topic would you like to research?"
- If agy reports it is missing or unauthenticated, tell the user to run `/agy:setup`.
Read more
description: 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. argument-hint: "[--background] [--intensity low|medium|high] <topic>" context: fork allowed-tools: Bash, Write
Route this to the `antigravity:agy-rescue` subagent in MODE: research.
Raw user request: $ARGUMENTS
Routing rules:
- If the request contains `--background`, invoke the subagent with `run_in_background: true`. Research at `high` intensity can take 15–20min — background is the sensible default for that case but only when the user explicitly opted in. Strip the flag from the topic.
- Parse `--intensity <low|medium|high>` from the user text. Default to `medium` if missing or invalid.
- Strip the routing flags (`--background`, `--intensity`) from the user text. What remains IS the topic. Trim whitespace.
- Build a slug from the topic: lowercase, replace non-alphanumeric with `-`, collapse repeated `-`, trim to 60 chars.
- Compute today's date in `YYYY-MM-DD` (ISO, local time).
- Compute `WRITE_FILE` = `docs/agy/research/<YYYY-MM-DD>-<slug>.md` (relative to the current working directory).
- Before invoking the subagent, ensure the directory exists with one `Bash` call:
mkdir -p docs/agy/research
Pass this header block to the subagent followed by the topic:
MODE: research INTENSITY: <low|medium|high> MODEL: RESUME: false WRITE_FILE: docs/agy/research/<date>-<slug>.md USER_TEXT: <topic>
> **Note**: `--model` was rejected by `agy` 1.0.0/1.0.1 but is accepted again in **agy 1.0.5+**. This plugin defaults to omitting it, so `agy` picks the model from its own settings; intensity controls the timeout and prompt template only.
Operating rules:
- The subagent wraps the topic in the intensity template, invokes agy with the right timeout (`low=3m`, `medium=8m`, `high=20m`), writes the result to `WRITE_FILE`, and returns:
1. The saved file path. 2. The first ~30 lines of agy's output (TL;DR / Executive summary).
- Present that to the user as-is. Do not paraphrase.
- If the user did not provide a topic, ask once: "What topic would you like to research?"
- If agy reports it is missing or unauthenticated, tell the user to run `/agy:setup`.
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

