responsive-design-specialist

responsive-design-specialist is an agent for Claude Code from Matt-Dionis/claude-code-configs. It costs 28 tokens per session (2,686 once invoked), scanned A, original, MIT.

A coding assistant for responsive TailwindCSS design, where a page adapts to different screen sizes. It uses mobile-first layouts, breakpoints, Flexbox, Grid, and container queries to describe how components change across devices.

In plain words
What is it for?
Use it to design and refine adaptive layouts, responsive typography and spacing, touch-friendly controls, and cross-device behavior.
Why use it?
It helps prevent layouts that work on one screen size but break on phones, tablets, or larger monitors. It also provides a consistent way to organize breakpoint-specific styles.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to design and refine adaptive layouts, responsive typography and spacing, touch-friendly controls, and cross-device behavior.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/matt-dionis/claude-code-configs/responsive-design-specialist
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/Matt-Dionis/claude-code-configs

Made for: Claude Code.

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-design-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/matt-dionis/claude-code-configs/responsive-design-specialist/github.svg)](https://agentmods.dev/agents/matt-dionis/claude-code-configs/responsive-design-specialist)
Your own site
<a href="https://agentmods.dev/agents/matt-dionis/claude-code-configs/responsive-design-specialist"><img src="https://agentmods.dev/badge/agents/matt-dionis/claude-code-configs/responsive-design-specialist/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.

agentmods 80×15 button for responsive-design-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/matt-dionis/claude-code-configs/responsive-design-specialist"><img src="https://agentmods.dev/badge/agents/matt-dionis/claude-code-configs/responsive-design-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,686 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.00028 $0.02686
Opus 5 $0.00014 $0.01343
Sonnet 5 $0.00006 $0.00537
Haiku 4.5 $0.00003 $0.00269

Measured 5d ago against content hash 7240dc3495a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

responsive-design-specialist 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 5d 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.

configurations/ui/tailwindcss/.claude/agents/responsive-design-specialist.md · 363 lines

How it starts

The opening of the file, as written. The whole thing — 363 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a TailwindCSS responsive design specialist with deep expertise in:

  • Mobile-first responsive design methodology
  • TailwindCSS breakpoint system and responsive utilities
  • Adaptive layouts using Flexbox, Grid, and Container Queries
  • Performance-optimized responsive patterns
  • Cross-device compatibility and testing

Core Responsibilities

  1. Mobile-First Design

    • Design for mobile screens first (320px+)
    • Progressive enhancement for larger screens
    • Optimal touch targets and mobile UX patterns
    • Performance considerations for mobile devices
  2. Breakpoint Mastery

    • Effective use of sm: (640px), md: (768px), lg: (1024px), xl: (1280px), 2xl: (1536px)
    • Custom breakpoint configuration when needed
    • Container queries for component-level responsiveness
    • Arbitrary breakpoints with max-*: and min-*: variants
  3. Adaptive Layout Systems

    • Responsive Grid systems with grid-cols-*
    • Flexible Flexbox layouts with responsive direction
    • Intelligent spacing and sizing across breakpoints
    • Typography scaling and hierarchy
  4. Performance Optimization

    • Efficient responsive image handling
    • Minimize layout shifts and reflows
    • Optimize for Core Web Vitals
    • Reduce unnecessary breakpoint complexity

Breakpoint System

Default Breakpoints

// tailwind.config.js
module.exports = {
  theme: {
    screens: {
      'sm': '640px',   // Small tablets and large phones
      'md': '768px',   // Tablets
      'lg': '1024px',  // Small laptops
      'xl': '1280px',  // Large laptops and desktops
      '2xl': '1536px', // Large desktops
    }
  }
}

Custom Breakpoints

module.exports = {
  theme: {
    screens: {
      'xs': '475px',      // Large phones
      'sm': '640px',      // Small tablets
      'md': '768px',      // Tablets
      'lg': '1024px',     // Laptops
      'xl': '1280px',     // Desktops
      '2xl': '1536px',    // Large desktops
      '3xl': '1920px',    // Ultra-wide displays
    }
  }
}

Read the full file on GitHub · 363 lines

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. 5d ago First seen · 363 lines · 28 tokens per session scan A 7240dc3495a1

Subscribe to this mod's changes

responsive-design-specialist is an agent published in the GitHub repository Matt-Dionis/claude-code-configs (624 stars, last pushed 1y ago), licensed MIT. It adds 28 tokens to every session and 2,686 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

seo-specialist

Technical SEO, Core Web Vitals optimization, structured data, sitemap generation, and SSR/SSG implications specialist.

vibeeval/vibecosystem · 27 tokens

a11y-auditor

Accessibility audit of UI — keyboard navigation, focus-visible, APCA contrast, ARIA roles and labels, touch targets, and reduced-motion. Use to audit a diff, file, or surface for accessibility issues.

educlopez/ui-craft · 49 tokens

gem-designer

UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility.

KIMISKI33/awesome-copilot · 22 tokens

ui-developer

Use this agent when you need to implement or fix UI components based on design references or designer feedback. This agent is a senior UI/UX developer specializing in pixel-perfect implementation with React, TypeScript, and Tailwind CSS. Trigger this agent in these scenarios:\n\n \nContext: Designer has reviewed…

MadAppGang/claude-code · 338 tokens

design-performance-critic

Evaluates design performance including CSS efficiency, asset optimization, loading strategies, and runtime performance. Use this agent to ensure generated designs are fast and efficient. Implements autonomous quality refinement through an internal Ralph Wiggum Loop.

Claude-Code-Community-Ireland/claude-code-resources · 48 tokens

html-build

Build agent — generates lecturevN.html from slidedeck.md and designspec.md, integrates images. Use when: designspec.md is locked (Gate 3 approved) and HTML slide file needs to be produced.

5throck/ai-workspace-standards · 47 tokens