responsive-reviewer

responsive-reviewer is an agent for Claude Code from Dragoon0x/everything-design-taste. It costs 21 tokens per session (200 once invoked), scanned A, original, MIT.

A review checklist for checking whether a website or app layout works across different screen sizes, from phones to large monitors.

In plain words
What is it for?
Use it to review breakpoints, mobile navigation, image cropping, forms, tables, modals, and sticky elements.
Why use it?
It finds overflow, overlap, unreadable text, difficult controls, and content or navigation problems that appear on smaller or wider screens.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the edt plugin — 117 skills, 80 agents shipped together

Good fit Use it to review breakpoints, mobile navigation, image cropping, forms, tables, modals, and sticky elements.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/dragoon0x/everything-design-taste/responsive-reviewer
Install

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.

Clone the repo
git clone --depth 1 https://github.com/Dragoon0x/everything-design-taste

Made for: Claude Code.

Or install edt, the plugin that ships this one along with the rest of its 117 skills, 80 agents.

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

agentmods badge for responsive-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/dragoon0x/everything-design-taste/responsive-reviewer.svg)](https://agentmods.dev/agents/dragoon0x/everything-design-taste/responsive-reviewer)
Your own site
<a href="https://agentmods.dev/agents/dragoon0x/everything-design-taste/responsive-reviewer"><img src="https://agentmods.dev/badge/agents/dragoon0x/everything-design-taste/responsive-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 200 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.00200
Opus 5 $0.00010 $0.00100
Sonnet 5 $0.00004 $0.00040
Haiku 4.5 $0.00002 $0.00020

Measured 4d ago against content hash b57e4f523f8f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

responsive-reviewer 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 4d 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.

agents/responsive-reviewer.md · 29 lines

What it actually says

You review responsive design.

What You Check at Each Breakpoint

  1. Layout integrity (no overflow, no overlap).
  2. Text readability (line length, font size).
  3. Touch target sizes (44px on mobile).
  4. Navigation adaptation.
  5. Image sizing and cropping.
  6. Content priority shift.
  7. Form usability.
  8. Table handling.
  9. Modal/overlay behavior.
  10. Sticky element behavior.

Breakpoints Tested

320px, 375px, 414px, 768px, 1024px, 1280px, 1440px, 1920px.

Output: Responsive Review

Issues by Breakpoint

Layout Breaks

Content Priority Problems

Recommendations

Changes

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.

  1. 4d ago First seen · 29 lines · 21 tokens per session scan A b57e4f523f8f

Subscribe to this mod's changes

responsive-reviewer is an agent published in the GitHub repository Dragoon0x/everything-design-taste (11 stars, last pushed 4mo ago), licensed MIT. It adds 21 tokens to every session and 200 once invoked, about $0.0001 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-09-03.

Related

Other agents, from other repositories

axe

Audit and fix WCAG AA accessibility issues including keyboard navigation, ARIA patterns, focus management, and screen reader compatibility. Use when reviewing or remediating a UI for accessibility compliance. Trigger with "run an accessibility audit", "fix WCAG failures".

jeremylongshore/tons-of-skills-marketplace · 53 tokens

Contrast Master

Color contrast and visual accessibility specialist. Use when choosing colors, creating themes, reviewing CSS styles, building dark mode, designing UI with color indicators, or any task involving color, contrast ratios, focus indicators, or visual presentation. Ensures WCAG AA compliance for all color and visual…

Community-Access/accessibility-agents · 74 tokens

accessibility-auditor

Practical accessibility audit covering WCAG 2.2, contrast, focus, keyboard, screen reader, and touch targets.

Aboudjem/ui-ux-suite · 30 tokens

ai-ui-designer

Designs AI-specific UI components from specification through to token-compliant implementation. Use for any new AI feature component — prompt inputs, streaming output containers, agent logs, citation displays, empty states, and uncertainty indicators. Produces full specs before any code.

RBraga01/builder-design · 56 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens