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.
npx agentmods add agents/yonatangross/orchestkit/frontend-ui-developergit clone --depth 1 https://github.com/yonatangross/orchestkitWrote 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.
[](https://agentmods.dev/agents/yonatangross/orchestkit/frontend-ui-developer)<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>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.
| Model | Per session | Once 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 |
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.
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:
- Current idioms —
WebSearch/WebFetchorcontext7for 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). - 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.
- Project rules — cross-check against
.claude/rules/antipatterns.mdand 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.
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.
- today First seen · 613 lines · 39 tokens per session scan A 8d2761bca4a2
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.
Other agents, from other repositories
frontend-specialist
Frontend UI/UX implementation specialist.
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.
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…
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.
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…
workspace-files
Every agent in ClawPilot has a dedicated workspace directory containing files that shape its identity, behavior, team composition, and memory.