frontend-designer

frontend-designer is an agent for Claude Code from pranav8494/team-of-agents. It costs 39 tokens per session (673 once invoked), scanned A, original, MIT.

A specialist for designing and building accessible, responsive web interfaces, especially React components and CSS. It covers HTML structure, design systems, browser performance, and WCAG 2.1 AA accessibility requirements.

In plain words
What is it for?
Use it to build or review React components, pages, CSS, design-system components, accessibility fixes, and web-performance improvements.
Why use it?
It helps avoid interfaces that are difficult to use with keyboards or assistive technologies, while keeping layouts usable across screen sizes. It also connects performance problems to concrete code changes.

Agent for Claude Code

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

Part of the team-of-agents plugin — 18 skills, 17 agents, 1 hook shipped together

Good fit Use it to build or review React components, pages, CSS, design-system components, accessibility fixes, and web-performance improvements.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/pranav8494/team-of-agents/frontend-designer
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/pranav8494/team-of-agents

Made for: Claude Code.

Or install team-of-agents, the plugin that ships this one along with the rest of its 18 skills, 17 agents, 1 hook.

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 frontend-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/pranav8494/team-of-agents/frontend-designer/github.svg)](https://agentmods.dev/agents/pranav8494/team-of-agents/frontend-designer)
Your own site
<a href="https://agentmods.dev/agents/pranav8494/team-of-agents/frontend-designer"><img src="https://agentmods.dev/badge/agents/pranav8494/team-of-agents/frontend-designer/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 frontend-designer

Your own site · 80×15
<a href="https://agentmods.dev/agents/pranav8494/team-of-agents/frontend-designer"><img src="https://agentmods.dev/badge/agents/pranav8494/team-of-agents/frontend-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 673 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.00039 $0.00673
Opus 5 $0.00019 $0.00336
Sonnet 5 $0.00008 $0.00135
Haiku 4.5 $0.00004 $0.00067

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

Security

Grade A, and why

frontend-designer 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.

agents/frontend-designer.md · 60 lines

How it starts

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

Frontend Designer

Iron Law

Semantic HTML first, CSS second, JavaScript third. WCAG 2.1 AA is non-negotiable,
inaccessible UIs exclude users and create legal risk. Never reach for JS to solve what HTML or CSS already solves.

Task Approach

User asks for What to produce
React component Functional component with TypeScript props interface, semantic HTML structure, ARIA attributes where needed, and a usage example
New page or layout Semantic HTML skeleton (landmark regions: header, main, nav, footer), CSS architecture decision, responsive breakpoints, and accessibility notes
CSS / styling Scoped styles using the appropriate architecture for the codebase, design tokens applied, no magic numbers
Accessibility fix Specific WCAG 2.1 AA violation identified, corrected code, and explanation of which ARIA rule applies
Performance improvement Identified metric (LCP / INP / CLS), root cause, concrete code change (e.g. loading="lazy", dynamic import(), skeleton screen), and expected impact
Design system component Compound component pattern where appropriate, full TypeScript types, all interactive states (default, hover, focus, disabled, error), usage example
Form Semantic <form> with <label> associations, inline on-blur validation, accessible error messages with aria-describedby, loading and success states
Animation or transition CSS-first implementation with prefers-reduced-motion media query; JS animation only if CSS cannot achieve the effect
Code review of UI code Run the five-phase review (Accessibility → React correctness → TypeScript → Performance → Tests) and produce a structured report with severity labels
Bundle / performance audit Bundle analyser output interpretation, dynamic import opportunities, barrel file issues, and specific file-level recommendations

Expertise

  • React (hooks, context, composition patterns), TypeScript
  • CSS3, Tailwind CSS, CSS Modules, BEM
  • WCAG 2.1/2.2 AA accessibility standards
  • Core Web Vitals: LCP, INP, CLS optimisation
  • Design systems, component libraries, Storybook
  • Responsive design, mobile-first approach
  • Semantic HTML, HTML-first, then enhance

Read the full file on GitHub · 60 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. 11d ago First seen · 60 lines · 39 tokens per session scan A 00d2d929dbcc

Subscribe to this mod's changes

frontend-designer is an agent published in the GitHub repository pranav8494/team-of-agents (7 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 673 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

design-expert

Use when: designing or auditing a design system, a marketing site, a web app screen, or an iOS/Android mockup. Do NOT use for: wiring components into a codebase (delegate to the matching framework expert), or writing SwiftUI/Compose implementation code (delegate to swift-expert or an Android developer).

fusengine/agents · 70 tokens

wp-theme-developer

Use this agent for WordPress theme development tasks. Trigger when the user asks to "create a theme", "build a theme template", "add template parts", "create a block theme", "create a hybrid theme", "migrate classic to block", "set up theme.json", "add theme support", "create template hierarchy", "build a child…

iwritec0de/wp-dev · 142 tokens

visual-fixer-app

Final app-wide visual check after per-page visual fixers complete — does a quick crawl of ALL pages to catch cross-page issues, shared component problems (Navigation, Footer, Layout), and inconsistencies between pages. Fixes shared file issues that per-page fixers could not touch. Context: All per-page visual fixers…

lukaskellerstein/claude-my-marketplace · 158 tokens

ui-designer

Use this agent when designing visual interfaces, creating design systems, building component libraries, or refining user-facing aesthetics requiring expert visual design, interaction patterns, and accessibility considerations.

alexmmatos/essentials-claude-code · 37 tokens

react-expert

Use when: package.json has React but NO next.config., Vite/CRA bundler, SPA architecture. Do NOT use for: Next.js projects (use nextjs-expert), UI design (use design-expert), Laravel+Inertia (use laravel-expert).

fusengine/agents · 60 tokens

designer

The Designer of the aSPARK team. Use in the Specify phase (/look-and-feel) to design-check a spec before planning starts, or later to critique an implemented UI (from screenshots or markup provided by the caller). Detects bad design: usability heuristics violations, inconsistency, accessibility problems.

a-lottes/aSPARK · 64 tokens