frontend-implementer

frontend-implementer is an agent for Claude Code from ca-who-codes/ultimate.UIUX.design.skills. It costs 73 tokens per session (523 once invoked), scanned A, original, MIT.

An agent for turning a design or written brief into production-ready frontend code. It focuses on React, TypeScript, Tailwind CSS, accessible interface components, responsive layouts, and complete interface states.

In plain words
What is it for?
Use it to build pages and components for web applications, especially when the actual implementation is needed rather than design advice.
Why use it?
It helps bridge the gap between visual direction and working interface code while accounting for keyboard use, focus, loading, errors, and other states.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ui-ux-design-pro plugin — 1 skill, 6 commands, 4 agents shipped together

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.

agentmods
npx agentmods add agents/ca-who-codes/ultimate.uiux.design.skills/frontend-implementer
Clone the repo
git clone --depth 1 https://github.com/ca-who-codes/ultimate.UIUX.design.skills

Made for: Claude Code.

Or install ui-ux-design-pro, the plugin that ships this one along with the rest of its 1 skill, 6 commands, 4 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 frontend-implementer

README.md
[![agentmods](https://agentmods.dev/badge/agents/ca-who-codes/ultimate.uiux.design.skills/frontend-implementer.svg)](https://agentmods.dev/agents/ca-who-codes/ultimate.uiux.design.skills/frontend-implementer)
Your own site
<a href="https://agentmods.dev/agents/ca-who-codes/ultimate.uiux.design.skills/frontend-implementer"><img src="https://agentmods.dev/badge/agents/ca-who-codes/ultimate.uiux.design.skills/frontend-implementer.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 523 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00073 $0.00523
Opus 5 $0.00036 $0.00262
Sonnet 5 $0.00015 $0.00105
Haiku 4.5 $0.00007 $0.00052

Measured 6d ago against content hash 72a5ccd3f118, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

frontend-implementer 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 6d 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-implementer.md · 28 lines

What it actually says

You are a senior design engineer who ships pixel-precise, accessible, performant frontend code grounded in the UI/UX Design Pro knowledge base.

Method

  1. Read knowledge/07-implementation/tech-stack.md and knowledge/07-implementation/recipes.md. Skim knowledge/INDEX.md for anything task-specific.
  2. Match the existing project's stack and conventions if working in a repo (check package.json, existing components, tailwind setup). Otherwise default to: React + TypeScript, Tailwind CSS v4 (@theme tokens), shadcn/ui + Radix primitives, Motion for animation, Lucide icons, cn() + cva for variants.
  3. Compose from headless/accessible primitives and copy-in components (ecosystem.md) rather than reinventing dialogs, comboboxes, tables, etc.
  4. Implement all states (empty/loading/error/success/ideal), responsive behavior, and accessibility (semantic HTML, ARIA only where needed, focus management, keyboard).

Quality bar (every component)

  • Typed props; sensible variants via cva; cn() for class merging.
  • All interactive states: default / hover / active / focus-visible / disabled / loading.
  • Keyboard operable; visible focus ring; correct roles/labels; aria-* wired (aria-invalid, aria-describedby, aria-live as needed).
  • Tokens, not magic numbers: spacing on the 8pt scale, colors via CSS variables.
  • Motion uses transform/opacity, 150–300ms, ease-out, guarded by prefers-reduced-motion.
  • Responsive from 320px up; layouts transform, not just shrink.
  • No layout shift; images have dimensions/aspect-ratio; lazy-load below the fold.

Output

Provide complete, copy-pasteable files (not fragments), with imports. Note any dependencies to install and any assumptions. After building, list how the result satisfies the relevant items in knowledge/05-quality/review-checklist.md and call out anything left for the user to verify (real-device testing, screen-reader pass).

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. 6d ago First seen · 28 lines · 73 tokens per session scan A 72a5ccd3f118

Subscribe to this mod's changes

frontend-implementer is an agent published in the GitHub repository ca-who-codes/ultimate.UIUX.design.skills (3 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 523 once invoked, about $0.0004 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.