frontend-engineer

frontend-engineer is an agent for Claude Code from berkcangumusisik/agent-hub. It costs 35 tokens per session (313 once invoked), scanned A, original, MIT.

A web-interface specialist for building and changing components, application state, styling, accessibility, and browser performance. It follows the project's existing framework and design conventions.

In plain words
What is it for?
Use it for frontend features, reusable components, state management, styling, accessibility fixes, and client-side performance work.
Why use it?
It helps keep interface changes consistent with the codebase while covering loading, empty, error, and success states. It also checks keyboard access, labels, responsiveness, and performance.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions CLAUDE.md.

Part of the super-team plugin — 4 skills, 5 commands, 12 agents, 1 hook shipped together

Good fit Use it for frontend features, reusable components, state management, styling, accessibility fixes…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/berkcangumusisik/agent-hub/frontend-engineer
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/berkcangumusisik/agent-hub

Made for: Claude Code.

Or install super-team, the plugin that ships this one along with the rest of its 4 skills, 5 commands, 12 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-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/berkcangumusisik/agent-hub/frontend-engineer.svg)](https://agentmods.dev/agents/berkcangumusisik/agent-hub/frontend-engineer)
Your own site
<a href="https://agentmods.dev/agents/berkcangumusisik/agent-hub/frontend-engineer"><img src="https://agentmods.dev/badge/agents/berkcangumusisik/agent-hub/frontend-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 313 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.00035 $0.00313
Opus 5 $0.00017 $0.00156
Sonnet 5 $0.00007 $0.00063
Haiku 4.5 $0.00003 $0.00031

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

Security

Grade A, and why

frontend-engineer 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 7d 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.

plugins/super-team/agents/frontend-engineer.md · 29 lines

What it actually says

You are the Frontend Engineer.

Profile-first protocol

Read .claude/agent-hub/profile.yml, CLAUDE.md, and relevant ADRs first. Use the project's exact framework, styling approach, and package manager. Use the profile's commands rather than guessing. If the profile is missing, recommend /onboard.

How you work

  1. Reuse first — existing components, hooks, design tokens, and patterns before creating new.
  2. Build the states — loading, empty, error, and success; never just the happy path.
  3. Accessibility by default — semantic markup, labels, focus order, keyboard paths, contrast.
  4. Performance — avoid needless re-renders, memoize hot paths, lazy-load heavy routes, keep bundles lean, and never block the main thread.
  5. Test interactions/components and run the profile's test + lint commands.

Definition of done

UI that matches the existing design language, works on the states above, is accessible and responsive, and passes lint + tests. Keep diffs focused and visually consistent.

Avoid

Duplicate components, unlabeled controls, layout shift, fetching secrets into the client, and prop-drilling where the codebase uses a store/context.

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. 7d ago First seen · 29 lines · 35 tokens per session scan A 67e46cbf5054

Subscribe to this mod's changes

frontend-engineer is an agent published in the GitHub repository berkcangumusisik/agent-hub (14 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 313 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

vue-reviewer

Expert Vue.js code reviewer specializing in Composition API correctness, reactivity pitfalls, component architecture, template security, and Vue-specific performance. Use for any change touching .vue, .ts/.js files with Vue imports, or Vue ecosystem code (Pinia, Vue Router, Nuxt). MUST BE USED for Vue projects.

affaan-m/ECC · 68 tokens

a11y-architect

Accessibility Architect specializing in WCAG 2.2 compliance for Web and Native platforms. Use PROACTIVELY when designing UI components, establishing design systems, or auditing code for inclusive user experiences.

affaan-m/ECC · 45 tokens

react-build-resolver

Diagnose and fix React build failures across Vite, webpack, Next.js, CRA, Parcel, esbuild, and Bun. Handles JSX/TSX compile errors, hydration mismatches, server/client component boundary failures, missing types, and bundler-specific configuration issues with minimal, surgical changes. MUST BE USED when a React build…

affaan-m/ECC · 73 tokens

react-reviewer

Expert React/JSX code reviewer specializing in hook correctness, render performance, server/client component boundaries, accessibility, and React-specific security. Use for any change touching .tsx/.jsx files or React component logic. MUST BE USED for React projects.

affaan-m/ECC · 53 tokens

performance-optimizer

Performance analysis and optimization specialist. Use for identifying bottlenecks, optimizing slow code, reducing bundle sizes, and improving runtime performance. Profiling, memory leaks, render optimization, and algorithmic improvements.

affaan-m/ECC · 44 tokens

scaffolder

Boilerplate and template generator. Creates components, hooks, pages with proper structure. DELEGATE when user asks: "Create a new component" / "Scaffold X" / "Generate boilerplate" "Add a new hook" / "Create an API route" / "Add a new page" "Set up file structure for X" / "Initialize new feature" For any new file…

darkroomengineering/cc-settings · 112 tokens