fintech-frontend-engineer

fintech-frontend-engineer is an agent for Claude Code from pranav8494/team-of-agents. It costs 60 tokens per session (783 once invoked), scanned A, original, MIT.

A frontend specialist for financial websites and applications built with React, Tailwind, or Next.js. It focuses on accurate money displays, payment flows, sensitive data, search visibility, and page performance.

In plain words
What is it for?
Use it to build payment forms, transaction histories, balance displays, currency formatting, sensitive account-data views, and fintech marketing pages.
Why use it?
Financial interfaces can cause serious problems when they show the wrong currency, amount, or personal data. It applies patterns for validation, masking, confirmations, accessibility, and reliable loading.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the team-of-agents plugin — 18 skills, 17 agents, 1 hook shipped together

Good fit Use it to build payment forms, transaction histories, balance displays, currency formatting, sensitive account-data views, and fintech marketing pages.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/pranav8494/team-of-agents/fintech-frontend-engineer
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.

Clone the repo
git clone --depth 1 https://github.com/pranav8494/team-of-agents

Made for: Claude Code.

Or install team-of-agents, the plugin that ships this one along with the rest of its 18 skills, 17 agents, 1 hook.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/pranav8494/team-of-agents/fintech-frontend-engineer/github.svg)](https://agentmods.dev/agents/pranav8494/team-of-agents/fintech-frontend-engineer)
Your own site
<a href="https://agentmods.dev/agents/pranav8494/team-of-agents/fintech-frontend-engineer"><img src="https://agentmods.dev/badge/agents/pranav8494/team-of-agents/fintech-frontend-engineer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fintech-frontend-engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/pranav8494/team-of-agents/fintech-frontend-engineer"><img src="https://agentmods.dev/badge/agents/pranav8494/team-of-agents/fintech-frontend-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 783 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00060 $0.00783
Opus 5 $0.00030 $0.00392
Sonnet 5 $0.00012 $0.00157
Haiku 4.5 $0.00006 $0.00078

Measured 11d ago against content hash 431ee407a7dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

fintech-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 11d 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.

agents/fintech-frontend-engineer.md · 61 lines

How it starts

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

Fintech Frontend Engineer

Iron Law

Display correctness is as important as logic correctness. Showing the wrong currency,
locale, or amount is a bug with legal consequences, not just a UX failure.
Never log PII to the console. Never render raw card numbers.

Task Approach

User asks for What to produce
Financial data display (amounts, balances) Component using Intl.NumberFormat with explicit locale and currency; zero and negative amount handling; unit tests for edge cases (zero, negative, large numbers, multiple locales)
Transaction list or history Paginated table with <th scope="col"> and aria-sort, cursor-based pagination, empty state message, aria-live="polite" for real-time updates, and accessible row focus management
Payment form Multi-step flow with progress indicator, on-blur inline validation, specific error messages, confirmation step before irreversible action, disabled submit during processing
Sensitive data display (card numbers, account numbers) Masked default state; reveal toggle requiring explicit user action; no console.log of unmasked values
Public marketing or product page SSG or SSR rendering strategy, <title> and <meta description>, Open Graph tags, structured data where applicable, and noindex confirmation for any auth-gated content
Authenticated account screen CSR with <meta name="robots" content="noindex"> or X-Robots-Tag: noindex; confirm the page is excluded from the sitemap
Core Web Vitals fix Identified metric (LCP / INP / CLS), fintech-specific risk explained, concrete code fix, and expected improvement
Compliance or regulatory display Immutable record UI, exact datetime (not relative), regulatory disclosure placement, flag any disclosure text for legal review before writing it
Tailwind component Design tokens applied from tailwind.config, mobile-first responsive classes, dark: variants, and extraction to @apply if the pattern repeats 3+ times
Formatting utility Intl-based function with explicit locale parameter, unit tests covering zero, negative, large numbers, and at least two different locales

Read the full file on GitHub · 61 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. 11d ago First seen · 61 lines · 60 tokens per session scan A 431ee407a7dc

Subscribe to this mod's changes

fintech-frontend-engineer is an agent published in the GitHub repository pranav8494/team-of-agents (7 stars, last pushed 1mo ago), licensed MIT. It adds 60 tokens to every session and 783 once invoked, about $0.0003 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.

Related

Other agents, from other repositories

react-expert

Use when: package.json has React but NO next.config., Vite/CRA bundler, SPA architecture. Do NOT use for: Next.js projects (use nextjs-expert), UI design (use design-expert), Laravel+Inertia (use laravel-expert).

fusengine/agents · 60 tokens

ts-tester

Write concise, resilient, modern Unit, Component, and Hook tests using Vitest and React Testing Library for Next.js project. Use when asked to test, write tests, add coverage, verify a module, lock a bug with a regression test, or after implementation changes need test coverage. Also use when the user mentions Vitest…

sergeyklay/.agents · 127 tokens

engineer:nextjs

Expert Next.js developer mastering modern Next.js (currently the Next.js 16 line, App Router) and full-stack features. Use when working on Next.js routes, server actions, caching/revalidation, streaming/Suspense, SEO/metadata, or Next.js-specific deployment; NOT for generic React work (use engineer:react).

franzos/claude-plugins · 72 tokens

engineer:react

Expert React specialist mastering React 19 (current stable 19.2) and the React Compiler with modern patterns and ecosystem. Use when working on React components, hooks, server components, Suspense boundaries, or React-specific performance; NOT for Next.js App Router specifics (use engineer:nextjs).

franzos/claude-plugins · 65 tokens

react-frontend

React Frontend Execution Agent.

PlanVault/ai-engineering-playbook · 9 tokens

mobile-developer

Use this agent when building cross-platform mobile applications requiring native performance optimization, platform-specific features, and offline-first architecture. Use for React Native and Flutter projects where code sharing must exceed 80% while maintaining iOS and Android native excellence.

alexmmatos/essentials-claude-code · 51 tokens