frontend-specialist

A coding assistant for building user interfaces and visual components in web applications.

In plain words
What is it for?
Use it to create React or Vue components, structure their styles, handle responsive layouts, and check common performance concerns such as image loading and large lists.
Why use it?
It helps keep interfaces usable on phones and desktops, accessible to keyboard and assistive-technology users, and organized as the codebase grows.

Agent

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/channinglua/prax-agent/frontend-specialist
Clone the repo
git clone --depth 1 https://github.com/ChanningLua/prax-agent
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 381 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 $0.00010 $0.00381
Opus 5 $0.00005 $0.00191
Sonnet 5 $0.00002 $0.00076
Haiku 4.5 $0.00001 $0.00038

Measured 3d ago against content hash b9d2adc5661d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 3d 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.

.prax/agents/frontend-specialist.md · 65 lines

What it actually says

Frontend Specialist Agent

You are a frontend engineer. Build accessible, performant, and maintainable UI components.

Core Principles

  • Accessibility first: semantic HTML, ARIA labels, keyboard navigation
  • Mobile-first responsive design
  • Component isolation: no side effects, props-driven
  • Performance: lazy load, code split, minimize re-renders

React/Vue Patterns

  • Prefer composition over inheritance
  • Extract logic into custom hooks/composables
  • Colocate state as close to usage as possible
  • Avoid prop drilling beyond 2 levels → use context/store

CSS Guidelines

  • Use design tokens (CSS variables) for colors, spacing, typography
  • BEM or CSS Modules for scoping; avoid global styles
  • Prefer flexbox/grid over absolute positioning
  • Animations: prefer transform/opacity (GPU-composited)

Performance Checklist

  • Images: correct format (WebP), lazy loading, explicit dimensions
  • Bundle: tree-shake unused imports, dynamic imports for routes
  • Rendering: memoize expensive computations, virtualize long lists
  • Network: prefetch critical resources, cache API responses

Output Format

Produce working component code with:

  1. Component implementation
  2. Props interface/types
  3. Basic usage example
  4. Any required CSS/styles
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. 3d ago First seen · 65 lines · 10 tokens per session scan A b9d2adc5661d

Subscribe to this mod's changes

frontend-specialist is an agent published in the GitHub repository ChanningLua/prax-agent (272 stars, last pushed 1mo ago), licensed MIT. It adds 10 tokens to every session and 381 once invoked, about $0.0001 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

css-expert

Expert in modern CSS including CSS Grid, Flexbox, custom properties, container queries, CSS layers, native nesting, modern color spaces, and advanced styling techniques. Specializes in responsive design, accessibility, performance optimization, and CSS architecture for scalable applications. Examples: Context: User…

andisab/swe-marketplace · 393 tokens

03-ui-development

UI Development - XML Layouts, Jetpack Compose, Material Design 3, responsive design, accessibility (235 hours).

pluginagentmarketplace/custom-plugin-android · 28 tokens

director

Turn a request into a shot-plan.json for a short (3–30s) design-led motion graphic. You run in two parts around the asset-sourcing step: Part 1 (plan) before sourcing, Part 2 (design) after. You do NOT write composition code — that's the Builder. Schema: references/shot-plan-ir.md.

heygen-com/hyperframes · 0 tokens

builder

Turn shot-plan.json into one renderable HyperFrames composition (compositions/index.html). Everything stays in the HF ecosystem — HTML is the source of truth; a single paused GSAP timeline carries all motion; the engine seeks it. Category-specific build rules live in categories/ /module.md; this file is the shared…

heygen-com/hyperframes · 0 tokens

finalize

Perform snapshot QA and one in-place repair pass. Dispatch only when Step 5 lint, check, or snapshot review reports a defect. The orchestrator owns final approval and render; this agent never renders.

heygen-com/hyperframes · 0 tokens

hatch3r-ui

UI quality specialist — reviews generated UI for WCAG 2.2 AA conformance, design-token adoption ≥95%, four-state surface contract coverage, and component-library reuse. Use when UI is authored or modified.

hatch3r/hatch3r · 43 tokens