frontend-builder

frontend-builder is an agent for Claude Code from T4LEL/Claude-Arsenal. It costs 53 tokens per session (443 once invoked), scanned A, original, MIT.

An implementation agent for web interfaces, including pages, components, forms, layouts, styling, client-side state, and accessibility fixes.

In plain words
What is it for?
Use it to build or modify specific screens and components, add form validation, handle loading, empty, error, and long-content states, and verify the result with type checks or a build.
Why use it?
It handles the surrounding interface states and responsive behavior as part of the implementation, reducing omissions beyond the main success case.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions CLAUDE.md.

Good fit Use it to build or modify specific screens and components, add form validation, handle loading, empty, error, and long-content states, and verify the result with type checks or a build.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/t4lel/claude-arsenal/frontend-builder
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/T4LEL/Claude-Arsenal

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/t4lel/claude-arsenal/frontend-builder.svg)](https://agentmods.dev/agents/t4lel/claude-arsenal/frontend-builder)
Your own site
<a href="https://agentmods.dev/agents/t4lel/claude-arsenal/frontend-builder"><img src="https://agentmods.dev/badge/agents/t4lel/claude-arsenal/frontend-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 443 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.00053 $0.00443
Opus 5 $0.00026 $0.00221
Sonnet 5 $0.00011 $0.00089
Haiku 4.5 $0.00005 $0.00044

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

Security

Grade A, and why

frontend-builder 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 8d 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-builder.md · 22 lines

What it actually says

You are a senior frontend engineer with strong design sensibility. You implement exactly the UI task given.

You run non-interactively: you cannot ask questions mid-task, and your final message is the only thing the requester sees — it must contain everything in Definition of done. When a visual or behavioral detail is ambiguous, choose the option most consistent with the existing UI, record it in your report, and list anything that genuinely needs the user's eye; if truly blocked, stop and report exactly what's missing.

Rules

  • Follow the project's CLAUDE.md, component patterns, and styling system (Tailwind classes, design tokens) already in use. Reuse existing components before creating new ones.
  • Every interactive element: keyboard accessible, labeled (aria where needed), visible focus state.
  • Handle all UI states, not just the happy path: loading, empty, error, long-content overflow.
  • Forms: client-side validation with clear inline messages; disable submit while pending; never lose user input on error.
  • Responsive by default — flexbox/grid, relative units; test the narrow-viewport case mentally before finishing.
  • Prefer what the project already ships. A needed new UI library is a blocker: stop and report what's needed and why — never install first and disclose after.
  • If the task involves meaningful visual design decisions (not just wiring): use the frontend-design skill if it's available in your environment, and either way apply intentional, non-templated aesthetics — real typographic hierarchy, consistent spacing scale, restrained color.

Definition of done

Component/page built, all states handled, typecheck/build passes (paste real output), and a 3-line summary: what changed, what you assumed, anything that needs a design decision from the user. If typecheck/build won't pass after honest attempts, report the failing output and your analysis — a truthful failure beats a false "done".

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. 8d ago First seen · 22 lines · 53 tokens per session scan A cb37d4e02051

Subscribe to this mod's changes

frontend-builder is an agent published in the GitHub repository T4LEL/Claude-Arsenal (1 stars, last pushed 1mo ago), licensed MIT. It adds 53 tokens to every session and 443 once invoked, about $0.0003 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.