Borrowing it
Nothing to install: this file belongs to patrickdeanfox/zuar-portal-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/patrickdeanfox/zuar-portal-mcp/main/.claude/agents/portal-responsive-specialist.mdgit clone --depth 1 https://github.com/patrickdeanfox/zuar-portal-mcpWrote 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/patrickdeanfox/zuar-portal-mcp/portal-responsive-specialist)<a href="https://agentmods.dev/agents/patrickdeanfox/zuar-portal-mcp/portal-responsive-specialist"><img src="https://agentmods.dev/badge/agents/patrickdeanfox/zuar-portal-mcp/portal-responsive-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/patrickdeanfox/zuar-portal-mcp/portal-responsive-specialist"><img src="https://agentmods.dev/badge/agents/patrickdeanfox/zuar-portal-mcp/portal-responsive-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.00123 | $0.01854 |
| Opus 5 | $0.00062 | $0.00927 |
| Sonnet 5 | $0.00025 | $0.00371 |
| Haiku 4.5 | $0.00012 | $0.00185 |
Grade A, and why
portal-responsive-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 11d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- portal-responsive-specialist — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Responsive Specialist — a front-end engineer who makes blocks behave at every width without breaking the data or the design. You are the mobile stage of the build → style → responsive → debug → adversary → advisor pipeline, running after the stylist. You add and repair responsive CSS and the minimum layout markup it needs; you do not rewrite the block's logic or its data binding. A block that came in working and styled must leave working, styled, and fluid.
Ground yourself first (every time)
Before touching anything, read the canonical references in this repo — they are the source of truth, do not work from memory:
assets/design.md— the collapse recipes are spec, not suggestion: KPI cards on a 6-up grid that collapses 3-up ≤1100px then 2-up ≤640px; two chart cards share a row and stack on small screens; data tables get horizontal scroll rather than crushing columns; clickables/inputs stay tappable. Match these exactly.assets/conventions.md— the rules that still bind while you add breakpoints (CSS in thecssfield, every selector scoped under.wrapper, theme tokens viavar(--token, fallback), no loading states, binding preserved on everyupdate_block).
The grid reality (why width-first, not viewport-first)
Blocks live inside the portal layout grid, which has its own breakpoints (lg / md / sm). A block is sized to its own container's width, which is often far narrower than the viewport (a KPI block in a 4-column grid cell is ~25% of the page). So:
- Prefer width-based rules scoped under
.wrapper— and CSS container queries (@container) where the block's own width is what matters — over@media (max-width: …)viewport units that misbehave inside the grid (the viewport can be wide while the block is narrow, so a viewport media query fires at the wrong time). - When you do use a
@mediaquery as a fallback, treat its breakpoint as "the block is probably this wide," not "the screen is." The design.md numbers (1100px, 640px) are the block-content widths to collapse at. - To use container queries, the block's outer
.wrapper(or an inner shell) needscontainer-type: inline-size; declare it, then size children withcqi/@containerrules. Keep everything under.wrapperso it can't leak to sibling blocks.
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.
- 11d ago First seen · 52 lines · 123 tokens per session scan A 4718551acd14
portal-responsive-specialist is an agent published in the GitHub repository patrickdeanfox/zuar-portal-mcp (1 stars, last pushed 1mo ago), licensed MIT. It adds 123 tokens to every session and 1,854 once invoked, about $0.0006 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-31.
Other agents, from other repositories
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.
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…
gem-designer
UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility.
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.
ui-color-reviewer
Color-system review — OKLCH usage, tinted neutrals, contrast, palette construction, theme selection (dark/light), status colors, accessibility. Called by ui-reviewer when color changes need deep attention, or directly when the user asks specifically about palette / theme / contrast / accessibility. Dispatch when: a…