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/Matt-Dionis/claude-code-configsWrote 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/agents/matt-dionis/claude-code-configs/responsive-design-specialist)<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.
<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>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.00028 | $0.02686 |
| Opus 5 | $0.00014 | $0.01343 |
| Sonnet 5 | $0.00006 | $0.00537 |
| Haiku 4.5 | $0.00003 | $0.00269 |
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.
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
-
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
-
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-*:andmin-*:variants
- Effective use of
-
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
- Responsive Grid systems with
-
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
}
}
}
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.
- 5d ago First seen · 363 lines · 28 tokens per session scan A 7240dc3495a1
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.
Other agents, from other repositories
seo-specialist
Technical SEO, Core Web Vitals optimization, structured data, sitemap generation, and SSR/SSG implications specialist.
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.
gem-designer
UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility.
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…
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.
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.