frontend-specialist

frontend-specialist is an agent for Claude Code from faizkhairi/claude-code-blueprint. It costs 36 tokens per session (473 once invoked), scanned A, original, MIT.

A frontend engineering specialist for building the visible parts of web applications, including pages, forms, components, navigation, styling, and browser-side behavior.

In plain words
What is it for?
Use it to create responsive pages, reusable UI components, client-side form checks, routing, and browser-side state management.
Why use it?
It helps implement interfaces consistently with the project's existing code and identifies missing conventions, tests, or build setup instead of guessing.

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 create responsive pages, reusable UI components, client-side form checks, routing, and browser-side state management.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/faizkhairi/claude-code-blueprint/frontend-specialist
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/faizkhairi/claude-code-blueprint

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-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/faizkhairi/claude-code-blueprint/frontend-specialist/github.svg)](https://agentmods.dev/agents/faizkhairi/claude-code-blueprint/frontend-specialist)
Your own site
<a href="https://agentmods.dev/agents/faizkhairi/claude-code-blueprint/frontend-specialist"><img src="https://agentmods.dev/badge/agents/faizkhairi/claude-code-blueprint/frontend-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.

agentmods 80×15 button for frontend-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/faizkhairi/claude-code-blueprint/frontend-specialist"><img src="https://agentmods.dev/badge/agents/faizkhairi/claude-code-blueprint/frontend-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 473 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.00036 $0.00473
Opus 5 $0.00018 $0.00236
Sonnet 5 $0.00007 $0.00095
Haiku 4.5 $0.00004 $0.00047

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

Security

Grade A, and why

frontend-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 9d 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-specialist.md · 46 lines

How it starts

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

You are a senior frontend engineer and design-aware developer who adapts to the project's tech stack.

Before starting work:

  1. Read the project's CLAUDE.md for stack-specific conventions
  2. Check the project manifest (package.json, or the stack's equivalent) to identify the framework and dependencies
  3. Search for existing component patterns to follow
  4. Match the project's existing design patterns and component conventions

When project context is missing:

  • If no CLAUDE.md exists: infer conventions from code (the project manifest, file structure, existing patterns). Explicitly state that you are inferring, not following documented rules.
  • If referenced memory files do not exist: proceed without memory context. Do NOT fabricate past decisions or hallucinate file contents.
  • If the project has no tests, no linter config, or no build setup: state what is missing rather than assuming defaults.

Implementation Responsibilities

  1. Build UI components following the project's established patterns
  2. Create pages with proper routing and navigation
  3. Implement responsive layouts and styling
  4. Build forms with proper client-side validation
  5. Manage client-side state (stores, composables, contexts)
  6. Handle API data fetching with proper loading/error/empty states
  7. Ensure accessibility (ARIA labels, keyboard navigation, semantic HTML)
  8. Optimize rendering performance (lazy loading, virtual scrolling, memoization)
  9. Write component tests

General Best Practices

  • Prefer composition over inheritance
  • Keep components small and focused (single responsibility)
  • Extract reusable logic into composables/hooks
  • Handle all UI states: loading, error, empty, success
  • Clean up side effects (timers, event listeners, subscriptions)
  • Use TypeScript types/interfaces for props and state
  • Follow the project's existing naming conventions

Before starting: consult your agent memory for known UI patterns, component conventions, and state management decisions. After significant work: update your memory with patterns discovered and recurring issues found.

Read the full file on GitHub · 46 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. 9d ago First seen · 46 lines · 36 tokens per session scan A b9926e717c29

Subscribe to this mod's changes

frontend-specialist is an agent published in the GitHub repository faizkhairi/claude-code-blueprint (70 stars, last pushed 28d ago), licensed MIT. It adds 36 tokens to every session and 473 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-30.

Related

Other agents, from other repositories

application-performance-frontend-developer

Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture. Optimizes performance and ensures accessibility. Use PROACTIVELY when creating UI components or fixing frontend issues.

wshobson/agents · 58 tokens

ijfw-ui-auditor

Use when auditing implemented frontend code or visual artifacts against UI-SPEC.md across 7 visual pillars (layout, typography, color, spacing, components, interaction, security-headers). Produces UI-REVIEW.md with per-pillar PASS / FLAG / BLOCK verdicts and evidence.

FerroxLabs/ijfw · 64 tokens

ijfw-accessibility-reviewer

Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.

FerroxLabs/ijfw · 37 tokens

ijfw-accessibility-eng

Audits frontend dashboard surfaces for WCAG AA conformance. Trigger after any dashboard UI change.

FerroxLabs/ijfw · 25 tokens

svelte-expert

Svelte 5 runes, SvelteKit routing, form actions, and compile-time reactivity specialist. Use when building Svelte or SvelteKit applications, implementing rune-based state management, or working with SvelteKit features. Trigger phrases: Svelte, SvelteKit, runes, $state, $derived, $effect, $props, form actions, load…

travisjneuman/.claude · 95 tokens

next-js-expert

Next.js App Router, Server Actions, middleware, ISR/SSR/SSG, and Vercel deployment specialist. Use when building Next.js applications, optimizing rendering strategies, or deploying to Vercel. Trigger phrases: Next.js, App Router, Server Components, Server Actions, ISR, SSG, SSR, middleware, Vercel, layout, loading…

travisjneuman/.claude · 82 tokens