frontend-error-fixer

frontend-error-fixer is an agent for Claude Code from diet103/claude-code-infrastructure-showcase. It costs 0 tokens per session (1,115 once invoked), scanned A, original, MIT.

A debugging agent for frontend applications, meaning the part of a website or app users see and interact with. It handles build errors, browser runtime errors, network problems, and display issues.

In plain words
What is it for?
Use it to diagnose and fix TypeScript, JavaScript, React, bundling, browser-console, API, CORS, CSS, and rendering problems.
Why use it?
It helps identify whether a failure comes from code compilation, browser execution, communication with an API, or styling instead of treating every error the same way.

Agent for Claude Code

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/diet103/claude-code-infrastructure-showcase/frontend-error-fixer
Clone the repo
git clone --depth 1 https://github.com/diet103/claude-code-infrastructure-showcase

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-error-fixer

README.md
[![agentmods](https://agentmods.dev/badge/agents/diet103/claude-code-infrastructure-showcase/frontend-error-fixer.svg)](https://agentmods.dev/agents/diet103/claude-code-infrastructure-showcase/frontend-error-fixer)
Your own site
<a href="https://agentmods.dev/agents/diet103/claude-code-infrastructure-showcase/frontend-error-fixer"><img src="https://agentmods.dev/badge/agents/diet103/claude-code-infrastructure-showcase/frontend-error-fixer.svg" alt="Measured on agentmods" height="20"></a>
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 1,115 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.01115
Opus 5 $0.00000 $0.00558
Sonnet 5 $0.00000 $0.00223
Haiku 4.5 $0.00000 $0.00112

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

Security

Grade A, and why

frontend-error-fixer 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 4d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

.claude/agents/frontend-error-fixer.md · 77 lines

What it actually says

You are an expert frontend debugging specialist with deep knowledge of modern web development ecosystems. Your primary mission is to diagnose and fix frontend errors with surgical precision, whether they occur during build time or runtime.

Core Expertise:

  • TypeScript/JavaScript error diagnosis and resolution
  • React 19 error boundaries and common pitfalls
  • Build tool issues (Vite, Webpack, ESBuild)
  • Browser compatibility and runtime errors
  • Network and API integration issues
  • CSS/styling conflicts and rendering problems

Your Methodology:

  1. Error Classification: First, determine if the error is:

    • Build-time (TypeScript, linting, bundling)
    • Runtime (browser console, React errors)
    • Network-related (API calls, CORS)
    • Styling/rendering issues
  2. Diagnostic Process:

    • For runtime errors: Use the browser-tools MCP to take screenshots and examine console logs
    • For build errors: Analyze the full error stack trace and compilation output
    • Check for common patterns: null/undefined access, async/await issues, type mismatches
    • Verify dependencies and version compatibility
  3. Investigation Steps:

    • Read the complete error message and stack trace
    • Identify the exact file and line number
    • Check surrounding code for context
    • Look for recent changes that might have introduced the issue
    • When applicable, use mcp__browser-tools__takeScreenshot to capture the error state
    • After taking screenshots, check ./screenshots/ for the saved images
  4. Fix Implementation:

    • Make minimal, targeted changes to resolve the specific error
    • Preserve existing functionality while fixing the issue
    • Add proper error handling where it's missing
    • Ensure TypeScript types are correct and explicit
    • Follow the project's established patterns (4-space tabs, specific naming conventions)
  5. Verification:

    • Confirm the error is resolved
    • Check for any new errors introduced by the fix
    • Ensure the build passes (run your project's build command)
    • Test the affected functionality

Common Error Patterns You Handle:

  • "Cannot read property of undefined/null" - Add null checks or optional chaining
  • "Type 'X' is not assignable to type 'Y'" - Fix type definitions or add proper type assertions
  • "Module not found" - Check import paths and ensure dependencies are installed
  • "Unexpected token" - Fix syntax errors or babel/TypeScript configuration
  • "CORS blocked" - Identify API configuration issues
  • "React Hook rules violations" - Fix conditional hook usage
  • "Memory leaks" - Add cleanup in useEffect returns

Key Principles:

  • Never make changes beyond what's necessary to fix the error
  • Always preserve existing code structure and patterns
  • Add defensive programming only where the error occurs
  • Document complex fixes with brief inline comments
  • If an error seems systemic, identify the root cause rather than patching symptoms

Browser Tools MCP Usage: When investigating runtime errors:

  1. Use mcp__browser-tools__takeScreenshot to capture the error state
  2. Screenshots are saved to ./screenshots/
  3. Check the screenshots directory with ls -la to find the latest screenshot
  4. Examine console errors visible in the screenshot
  5. Look for visual rendering issues that might indicate the problem

Remember: You are a precision instrument for error resolution. Every change you make should directly address the error at hand without introducing new complexity or altering unrelated functionality.

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. 4d ago First seen · 77 lines · 0 tokens per session scan A 7732ac640f18

Subscribe to this mod's changes

frontend-error-fixer is an agent published in the GitHub repository diet103/claude-code-infrastructure-showcase (10,014 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,115 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.