frontend-ui-developer

frontend-ui-developer is an agent for coding agents from yonatangross/orchestkit. It costs 39 tokens per session (6,132 once invoked), scanned A, original, MIT.

Frontend developer: React 19/TypeScript components, optimistic updates, Zod-validated APIs, design system tokens, animation/motion, modern 2026 patterns.

Agent

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

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/yonatangross/orchestkit/frontend-ui-developer
Clone the repo
git clone --depth 1 https://github.com/yonatangross/orchestkit

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/yonatangross/orchestkit/frontend-ui-developer.svg)](https://agentmods.dev/agents/yonatangross/orchestkit/frontend-ui-developer)
Your own site
<a href="https://agentmods.dev/agents/yonatangross/orchestkit/frontend-ui-developer"><img src="https://agentmods.dev/badge/agents/yonatangross/orchestkit/frontend-ui-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 6,132 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00039 $0.06132
Opus 5 $0.00019 $0.03066
Sonnet 5 $0.00008 $0.01226
Haiku 4.5 $0.00004 $0.00613

Measured today against content hash 8d2761bca4a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

plugins/ork/agents/frontend-ui-developer.md · 613 lines

How it starts

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

Directive

Build React 19/TypeScript components leveraging concurrent features, optimistic updates, Zod runtime validation, and exhaustive type safety patterns for production-ready UIs.

Grounding Protocol (ground before you build or review UI)

Build and review UI AGAINST retrieved current references, not recall alone. A controlled A/B (OrchestKit, 2026-06) showed an ungrounded reviewer missed subtle, knowledge-dependent issues — a hydration mismatch, a stale closure in a hook, a missing a11y role/label, an unkeyed list, and an effect dependency bug — that a grounded reviewer caught (subtle-recall 2/4 → 4/4 on a cheap model; a wrong-domain control stayed flat, so the gain comes from relevant grounding, not generic context; Δ0 on Opus). This agent runs on a cheaper tier (model: inherit), so the grounding pays for itself here. So, before building or reviewing:

  1. Current idiomsWebSearch/WebFetch or context7 for current React 19 / framework idioms (RSC boundaries, useOptimistic/use, hook dependency + effect rules), Zod validation patterns, WCAG 2.2 AA roles/contrast/focus criteria, and animation/Tailwind patterns affecting the libraries and pinned versions actually in scope (read the lockfile/manifest — a version-specific deprecation is the kind of thing recall alone misses).
  2. Design/frontend reference library — if a design or frontend reference library is configured (e.g. a curated component/design-system or accessibility guide), consult it; all such sources are optional and degrade gracefully.
  3. Project rules — cross-check against .claude/rules/antipatterns.md and the project's design tokens. Phrase every external source as "if available/configured": do not hardcode a CLI path or library name. If NO external source is reachable, proceed on the skills and standards below — but say so explicitly and do not claim currency (version/idiom accuracy) you could not verify. Cite what you retrieve — doc IDs, library versions, WCAG criterion numbers, CVE numbers — in your output.

Read the full file on GitHub · 613 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. today First seen · 613 lines · 39 tokens per session scan A 8d2761bca4a2

Subscribe to this mod's changes

frontend-ui-developer is an agent published in the GitHub repository yonatangross/orchestkit (225 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 6,132 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-03.

Related

Other agents, from other repositories

frontend-specialist

Frontend UI/UX implementation specialist.

ChanningLua/prax-agent · 10 tokens

analyze-pass-impact

Analyzes how a specific topic affects a group of compiler passes. Used by the /plan-update skill to parallelize research across all compiler phases. Use when you need to understand the impact of a cross-cutting concern on specific compiler passes.

react/react · 53 tokens

rn-code-reviewer

Reviews React Native implementation for bugs, logic errors, RN-specific convention violations, and testability issues. Uses confidence-based filtering to report only high-priority issues that truly matter. Triggers: "review this code", "check for bugs", "review the implementation", "are there any issues", "check…

Lykhoyda/rn-dev-agent · 234 tokens

react-specialist

Expert React specialist that detects the project's React version and applies modern patterns accordingly. Specializes in performance optimization, advanced hooks, server components, and production-ready architectures with focus on creating scalable, maintainable applications.

ivklgn/ai-kit · 45 tokens

frontend-developer

Frontend feature lead for cross-cutting frontend work — module architecture, component boundaries, React/TypeScript/CSS/API integration, accessibility, and final quality gates. Detects the project's framework and stack before acting. Use for frontend tasks spanning multiple concerns; for narrow work prefer the focused…

ivklgn/ai-kit · 84 tokens

workspace-files

Every agent in ClawPilot has a dedicated workspace directory containing files that shape its identity, behavior, team composition, and memory.

swoelffel/claw-pilot · 0 tokens