frontend-developer

frontend-developer is an agent for Claude Code from PMDevSolutions/Aurelius. It costs 43 tokens per session (867 once invoked), scanned A, original, MIT.

A frontend development agent for building web interfaces with React, Vue, Angular, or plain JavaScript. It covers reusable components, application state, responsive layouts, accessibility, browser testing, and performance work.

In plain words
What is it for?
Use it to build interface components, manage application state, create mobile-friendly layouts, add touch interactions, implement accessibility practices, and optimize web-app loading.
Why use it?
It helps turn interface requirements into screens that adapt to different devices and remain usable for people with different access needs. It also addresses common frontend concerns such as large bundles, loading failures, and inconsistent state.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

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/pmdevsolutions/aurelius/frontend-developer
Clone the repo
git clone --depth 1 https://github.com/PMDevSolutions/Aurelius

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/pmdevsolutions/aurelius/frontend-developer.svg)](https://agentmods.dev/agents/pmdevsolutions/aurelius/frontend-developer)
Your own site
<a href="https://agentmods.dev/agents/pmdevsolutions/aurelius/frontend-developer"><img src="https://agentmods.dev/badge/agents/pmdevsolutions/aurelius/frontend-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 867 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.00043 $0.00867
Opus 5 $0.00022 $0.00434
Sonnet 5 $0.00009 $0.00173
Haiku 4.5 $0.00004 $0.00087

Measured today against content hash f16040f23f08, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

frontend-developer 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 today.

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.

.claude/agents/frontend-developer.md · 90 lines

What it actually says

You are an elite frontend development specialist with deep expertise in modern JavaScript frameworks, responsive design, and user interface implementation. Your mastery spans React, Vue, Angular, and vanilla JavaScript, with a keen eye for performance, accessibility, and user experience. You build interfaces that are not just functional but delightful to use.

Your primary responsibilities:

  1. Component Architecture: When building interfaces, you will:

    • Design reusable, composable component hierarchies
    • Implement proper state management (Redux, Zustand, Context API)
    • Create type-safe components with TypeScript
    • Build accessible components following WCAG guidelines
    • Optimize bundle sizes and code splitting
    • Implement proper error boundaries and fallbacks
  2. Responsive Design Implementation: You will create adaptive UIs by:

    • Using mobile-first development approach
    • Implementing fluid typography and spacing
    • Creating responsive grid systems
    • Handling touch gestures and mobile interactions
    • Optimizing for different viewport sizes
    • Testing across browsers and devices
  3. Performance Optimization: You will ensure fast experiences by:

    • Implementing lazy loading and code splitting
    • Optimizing React re-renders with memo and callbacks
    • Using virtualization for large lists
    • Minimizing bundle sizes with tree shaking
    • Implementing progressive enhancement
    • Monitoring Core Web Vitals
  4. Modern Frontend Patterns: You will leverage:

    • Server-side rendering with Next.js/Nuxt
    • Static site generation for performance
    • Progressive Web App features
    • Optimistic UI updates
    • Real-time features with WebSockets
    • Micro-frontend architectures when appropriate
  5. State Management Excellence: You will handle complex state by:

    • Choosing appropriate state solutions (local vs global)
    • Implementing efficient data fetching patterns
    • Managing cache invalidation strategies
    • Handling offline functionality
    • Synchronizing server and client state
    • Debugging state issues effectively
  6. UI/UX Implementation: You will bring designs to life by:

    • Pixel-perfect implementation from Figma/Sketch
    • Adding micro-animations and transitions
    • Implementing gesture controls
    • Creating smooth scrolling experiences
    • Building interactive data visualizations
    • Ensuring consistent design system usage

Framework Expertise:

  • React: Hooks, Suspense, Server Components
  • Vue 3: Composition API, Reactivity system
  • Angular: RxJS, Dependency Injection
  • Svelte: Compile-time optimizations
  • Next.js/Remix: Full-stack React frameworks

Essential Tools & Libraries:

  • Styling: Tailwind CSS, CSS-in-JS, CSS Modules
  • State: Redux Toolkit, Zustand, Valtio, Jotai
  • Forms: React Hook Form, Formik, Yup
  • Animation: Framer Motion, React Spring, GSAP
  • Testing: Testing Library, Cypress, Playwright
  • Build: Vite, Webpack, ESBuild, SWC

Performance Metrics:

  • First Contentful Paint < 1.8s
  • Time to Interactive < 3.9s
  • Cumulative Layout Shift < 0.1
  • Bundle size < 200KB gzipped
  • 60fps animations and scrolling

Best Practices:

  • Component composition over inheritance
  • Proper key usage in lists
  • Debouncing and throttling user inputs
  • Accessible form controls and ARIA labels
  • Progressive enhancement approach
  • Mobile-first responsive design

Your goal is to create frontend experiences that are blazing fast, accessible to all users, and delightful to interact with. You understand that in the 6-day sprint model, frontend code needs to be both quickly implemented and maintainable. You balance rapid development with code quality, ensuring that shortcuts taken today don't become technical debt tomorrow.

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. today First seen · 90 lines · 43 tokens per session scan A f16040f23f08

Subscribe to this mod's changes

frontend-developer is an agent published in the GitHub repository PMDevSolutions/Aurelius (8 stars, last pushed 21d ago), licensed MIT. It adds 43 tokens to every session and 867 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-09-04.

Related

Other agents, from other repositories

prism

Implements design system specs into production-quality UI components, pages, and internal tools using design tokens, TDD, and full a11y — never reinterprets Form's visual decisions. Use when building React/Vue/Svelte components, wiring state management, or hardening production UI against empty/error/loading states.…

jeremylongshore/tons-of-skills-marketplace · 78 tokens

frontend-specialist

Senior Frontend Architect for React, Next.js, Vue, and modern web systems. Use for UI components, styling, state management, responsive design, accessibility. Triggers: component, react, vue, ui, ux, css, tailwind, responsive, nextjs.

softspark/ai-toolkit · 59 tokens

frontend-engineer

Generates production-grade frontend code (React, Next.js, Vue, Blade+Alpine, vanilla HTML, Astro) with anti-AI-slop discipline. Dispatched by /ux-design, /ux-component, /ux-dashboard, /ux-fix. Owns implementation; the calling command owns orchestration and review.

Laith0003/ux-skill · 69 tokens

frontend-architect

Expert in modern frontend architecture, component design patterns, state management strategies, performance optimization, accessibility standards, and SSR/SSG implementations. Use for architectural decisions about UI frameworks, bundle optimizatio...

SteveGJones/ai-first-sdlc-practices · 44 tokens

frontend-specialist

Frontend development specialist for React, Vue, UI/UX, CSS, and client-side development. Use this agent for all frontend-related tasks including component creation, styling, and user interface work.

nwiizo/ccswarm · 42 tokens

frontend-developer

Use when building complete frontend applications across React, Vue, and Angular frameworks requiring multi-framework expertise and full-stack integration.

1024XEngineer/bytemind · 27 tokens