Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/MarcosNahuel/antigravity-plugin-ccWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/marcosnahuel/antigravity-plugin-cc/design-review)<a href="https://agentmods.dev/commands/marcosnahuel/antigravity-plugin-cc/design-review"><img src="https://agentmods.dev/badge/commands/marcosnahuel/antigravity-plugin-cc/design-review/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/marcosnahuel/antigravity-plugin-cc/design-review"><img src="https://agentmods.dev/badge/commands/marcosnahuel/antigravity-plugin-cc/design-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.00861 |
| Opus 5 | $0.00028 | $0.00430 |
| Sonnet 5 | $0.00011 | $0.00172 |
| Haiku 4.5 | $0.00006 | $0.00086 |
Grade A, and why
design-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Route this to the antigravity:agy-rescue subagent in MODE: design-review.
Raw user request: $ARGUMENTS
Routing rules
-
Parse the URL: the first whitespace-separated token of
$ARGUMENTSthat starts withhttp://orhttps://IS the URL. If the user wrote it without a scheme, prependhttps://. If no URL is found, ask once: "What URL should I review the design of?". -
Focus: everything else in
$ARGUMENTSis 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. -
Slug: build from URL host + first path segment (lowercase, non-alphanumeric →
-, collapse repeats, trim to 60 chars). -
Date: today in
YYYY-MM-DD. -
Paths (relative to current working directory):
OUTPUT_DIR=docs/agy/design-reviews/WRITE_FILE=docs/agy/design-reviews/<date>-<slug>.md
-
Pre-flight (ONE
Bashcall):mkdir -p docs/agy/design-reviews -
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
Operating rules
- The subagent invokes agy with
--add-dir <CWD>and a long timeout (12m0s) because design reviews involve browser navigation + multiple viewports + multimodal vision analysis. - The subagent reports:
- Saved report path.
- First ~30 lines (executive summary + design score).
- Paths to captured screenshots (desktop + mobile).
- Present that to the user as-is.
- If the URL is blocked, returns non-200, or browser session crashes, surface the error verbatim.
What the review covers
Default 10-dimension audit:
- Visual hierarchy
- Typography (fonts, sizes, line-height, contrast)
- Color system (palette, WCAG contrast, gradient usage)
- Spacing & layout (grid, white space, alignment)
- Interactive elements (button states, form affordance, micro-interactions)
- Brand & tone (does design match the value-prop?)
- Accessibility (alt text, focus indicators, ARIA, color contrast)
- UX heuristics (Nielsen's 10)
- Mobile/responsive behavior
- Competitive context (if
--focusincludes a category, agy compares against industry standards)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 77 lines · 57 tokens per session scan A eb6c4bbfebe5
design-review is a command published in the GitHub repository MarcosNahuel/antigravity-plugin-cc (28 stars, last pushed 24d ago), licensed MIT. It adds 57 tokens to every session and 861 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
theme
Switch between visual theme skins — OLED Black, Matrix, Claude Anthropic, Surprise Me.
ux-audit
A command that evaluates a website's user interface and user experience from its code and, optionally, its running screens.
gemini-imagegen
Generate or edit an image via a Gemini (agy) session — Gemini's generateimage tool does what Claude cannot.
phase-2-step-4
Phase 2 Step 4: High-Fidelity Design.
phase-2-step-5
Kilo Code does not substitute $ARGUMENTS. Wherever this command refers to $ARGUMENTS, read it as the text I typed after the slash command in this message.
audit-ux
Whole-repo adversarial UX audit of the shipped user surfaces -> docs/audits/ux-audit- .md.