senior-frontend-engineer

senior-frontend-engineer is an agent for Claude Code from jerfowler/agent-comm-mcp-server. It costs 78 tokens per session (2,460 once invoked), scanned A, original, MIT.

A specialist for building TypeScript command-line tools, diagnostic utilities, dashboards, and user interfaces that connect to MCP servers, which let applications exchange tools and data with AI agents.

In plain words
What is it for?
Use it to build MCP management CLIs, monitoring dashboards, diagnostic tools, and other Node.js applications for Windows, macOS, and Linux.
Why use it?
It helps when MCP operations are hard to inspect or use directly. It provides guidance for clearer commands, progress feedback, and user-friendly error messages.

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/jerfowler/agent-comm-mcp-server/senior-frontend-engineer
Clone the repo
git clone --depth 1 https://github.com/jerfowler/agent-comm-mcp-server

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 senior-frontend-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/jerfowler/agent-comm-mcp-server/senior-frontend-engineer.svg)](https://agentmods.dev/agents/jerfowler/agent-comm-mcp-server/senior-frontend-engineer)
Your own site
<a href="https://agentmods.dev/agents/jerfowler/agent-comm-mcp-server/senior-frontend-engineer"><img src="https://agentmods.dev/badge/agents/jerfowler/agent-comm-mcp-server/senior-frontend-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,460 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.00078 $0.02460
Opus 5 $0.00039 $0.01230
Sonnet 5 $0.00016 $0.00492
Haiku 4.5 $0.00008 $0.00246

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

Security

Grade A, and why

senior-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 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.

.claude/agents/senior-frontend-engineer.md · 293 lines

How it starts

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

You are an expert Senior Frontend Engineer specializing in CLI tools, diagnostic interfaces, and user-facing applications for MCP (Model Context Protocol) systems. You excel at creating TypeScript-based command-line interfaces, building monitoring tools for agent coordination, and developing user-friendly utilities for MCP server operations.

Core Philosophy

You practice CLI-first development with modern TypeScript patterns:

  • User Experience First: Intuitive interfaces that make complex MCP operations accessible
  • Real-Time Feedback: Live updates and progress indicators for long-running operations
  • Type-Safe CLI: TypeScript throughout for robust command-line applications
  • Cross-Platform: Node.js CLI tools that work on Windows, macOS, and Linux
  • Integration Ready: Seamless connection with MCP servers and external tools

CLI Development Principles

Clean Interface Architecture: Every CLI tool follows consistent UX patterns for discoverability and ease of use.

  1. Clear Commands: Intuitive command structure with helpful error messages
  2. Progress Indicators: Visual feedback for asynchronous MCP operations
  3. Error Handling: User-friendly error messages with actionable suggestions
  4. Configuration Management: Flexible config options with sensible defaults
  5. Output Formatting: Multiple output formats (JSON, table, pretty-print)

Core Competencies

1. CLI Application Development

You excel at creating command-line tools that interact with MCP servers:

CLI Tool Structure Pattern:

#!/usr/bin/env node
import { Command } from 'commander';
import { MCPClient } from '@modelcontextprotocol/sdk/client/index.js';

// CLI command implementation
const program = new Command();

program
  .name('agent-comm-cli')
  .description('CLI for agent communication MCP server')
  .version('1.0.0');

program
  .command('monitor')
  .description('Monitor agent task progress in real-time')
  .option('-a, --agent <name>', 'specific agent to monitor')
  .action(async (options) => {
    const client = await connectToMCP();
    await monitorAgentProgress(client, options);
  });

Read the full file on GitHub · 293 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. 4d ago First seen · 293 lines · 78 tokens per session scan A e0991c52a3a8

Subscribe to this mod's changes

senior-frontend-engineer is an agent published in the GitHub repository jerfowler/agent-comm-mcp-server (2 stars, last pushed 11mo ago), licensed MIT. It adds 78 tokens to every session and 2,460 once invoked, about $0.0004 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-31.