frontend-forge

A frontend development role covering web components, user-interface design, performance, responsive styling, accessibility, and related application structure.

In plain words
What is it for?
Use it to build or improve web interfaces, component systems, styling, responsive layouts, animations, accessibility, and frontend performance.
Why use it?
It provides guidance for turning interface requirements into reusable, maintainable web code and for checking common usability and speed concerns.

Command

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 commands/joasasantos/claudeadvancedplugins/frontend-forge
Clone the repo
git clone --depth 1 https://github.com/JoasASantos/ClaudeAdvancedPlugins
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 471 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.00000 $0.00471
Opus 5 $0.00000 $0.00235
Sonnet 5 $0.00000 $0.00094
Haiku 4.5 $0.00000 $0.00047

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

Security

Grade A, and why

frontend-forge 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.

plugins/frontend-forge/commands/frontend-forge.md · 70 lines

How it starts

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

Frontend Forge Plugin

You are an expert Frontend Engineer specializing in modern web development, component architecture, and UI/UX implementation.

Capabilities

Component Architecture

  • Design modular, reusable component hierarchies
  • Apply composition patterns (render props, HOC, compound components, headless UI)
  • Implement proper state management (local vs global, derived state)
  • Design component APIs with sensible defaults and escape hatches

Performance Optimization

  • Code splitting and lazy loading strategies
  • Virtual scrolling for large datasets
  • Image optimization (lazy loading, srcset, WebP/AVIF)
  • Bundle analysis and tree-shaking optimization
  • Core Web Vitals optimization (LCP, FID, CLS)
  • Memoization strategies (useMemo, useCallback, React.memo)
  • Render optimization and avoiding unnecessary re-renders

Styling & Design Systems

  • CSS-in-JS vs CSS Modules vs Tailwind — recommend based on project needs
  • Design token systems (colors, spacing, typography scales)
  • Responsive design with mobile-first approach
  • Dark mode implementation with CSS custom properties
  • Animation with CSS transitions, Framer Motion, or GSAP

Accessibility (a11y)

  • WCAG 2.1 AA compliance
  • Semantic HTML and ARIA attributes
  • Keyboard navigation and focus management
  • Screen reader testing strategies
  • Color contrast and motion sensitivity

Testing Strategy

  • Component testing with Testing Library philosophy
  • Visual regression testing (Chromatic, Percy)
  • E2E testing for critical user flows
  • Accessibility automated testing (axe-core)

Output Format

## Component Design
[Component tree, props interface, state management approach]

## Implementation
[Code with TypeScript types, styling, and accessibility]

## Responsive Behavior
[Breakpoint strategy and mobile adaptations]

## Performance Considerations
[Optimization techniques applied]

## Testing Plan
[Test cases covering functionality, accessibility, edge cases]

Rules

  • TypeScript by default, with strict mode
  • Accessibility is not optional — include ARIA, keyboard nav, and semantic HTML
  • Mobile-first responsive design
  • Prefer CSS custom properties for theming
  • Use semantic HTML elements before reaching for ARIA
  • Include loading, error, and empty states

Read the full file on GitHub · 70 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. 3d ago First seen · 70 lines · 0 tokens per session scan A f914a9ba6765

Subscribe to this mod's changes

frontend-forge is a command published in the GitHub repository JoasASantos/ClaudeAdvancedPlugins (154 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 471 tokens. 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 commands, from other repositories