ask
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
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/.
> /plugin marketplace add MarcosNahuel/antigravity-plugin-cc > /plugin install antigravity@marcosnahuel-antigravity
How it fires
How this command gets triggered: by you, by Claude, or both.
/design-reviewContext preview
What this command does when you run it.
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/.
description: 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/. argument-hint: "<url> [focus instructions]" context: fork allowed-tools: Bash, Write
Route this to the `antigravity:agy-rescue` subagent in MODE: design-review.
Raw user request: $ARGUMENTS
1. **Parse the URL**: the first whitespace-separated token of `$ARGUMENTS` that starts with `http://` or `https://` IS the URL. If the user wrote it without a scheme, prepend `https://`. If no URL is found, ask once: "What URL should I review the design of?".
2. **Focus**: everything else in `$ARGUMENTS` is optional natural-language emphasis (e.g., "focus on the checkout flow on mobile", "compare against MercadoLibre seller backend"). Empty by default = full 10-dimension review at both viewports.
3. **Slug**: build from URL host + first path segment (lowercase, non-alphanumeric → `-`, collapse repeats, trim to 60 chars).
4. **Date**: today in `YYYY-MM-DD`.
5. **Paths** (relative to current working directory):
6. **Pre-flight** (ONE `Bash` call):
mkdir -p docs/agy/design-reviews
7. **Hand off**: pass this header to the subagent:
MODE: design-review URL: <url> FOCUS: <natural-language focus or empty> CWD: <absolute path> WRITE_FILE: docs/agy/design-reviews/<date>-<slug>.md
1. Saved report path. 2. First ~30 lines (executive summary + design score). 3. Paths to captured screenshots (desktop + mobile).
Default 10-dimension audit: 1. Visual hierarchy 2. Typography (fonts, sizes, line-height, contrast) 3. Color system (palette, WCAG contrast, gradient usage) 4. Spacing & layout (grid, white space, alignment) 5. Interactive elements (button states, form affordance, micro-interactions) 6. Brand & tone (does design match the value-prop?) 7. Accessibility (alt text, focus indicators, ARIA, color contrast) 8. UX heuristics (Nielsen's 10) 9. Mobile/responsive behavior 10. Competitive context (if `--focus` includes a category, agy compares against industry standards)
Ends with:
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
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
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…
Convert a PDF, docx, image, or other document to clean Markdown using Antigravity (agy) multimodal Gemini. Saves to docs/agy/converted/.
Build a knowledge GRAPH of a folder (code + docs) with Graphify — tree-sitter ASTs + NetworkX + Leiden communities + an interactive graph.html. The code graph…
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…
Show or set the agy (Antigravity / Gemini) model by writing ~/.gemini/antigravity-cli/settings.json — the reliable way to switch models (the unreliable --model…