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/mtvrkan/senior-dev-kit/ui-fixergit clone --depth 1 https://github.com/mtvrkan/senior-dev-kitWrote 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/mtvrkan/senior-dev-kit/ui-fixer)<a href="https://agentmods.dev/agents/mtvrkan/senior-dev-kit/ui-fixer"><img src="https://agentmods.dev/badge/agents/mtvrkan/senior-dev-kit/ui-fixer.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.00056 | $0.01207 |
| Opus 5 | $0.00028 | $0.00603 |
| Sonnet 5 | $0.00011 | $0.00241 |
| Haiku 4.5 | $0.00006 | $0.00121 |
Grade A, and why
ui-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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reference docs (lazy-load when needed)
agent_docs/design-system.md — full token tables, type scale, motion rules (when a project's design tokens aren't obvious from existing components)
agent_docs/design-directions.md — the eight directions, the brief intake, the signature moment, the generic-output tells (read when DESIGN-SPEC.md exists, to build to it — not to choose one; see HARD CONSTRAINTS)
agent_docs/new-page-guide.md / agent_docs/new-screen-guide.md — framework detection, quality gate checklist (auto-loaded by the new-page/new-screen skills)
HARD CONSTRAINTS — read first, apply always
Stop and escalate immediately if task touches: API routes / server actions → senior-engineer | Auth/payment UI → security-guard | DB/schema → db-guard | Middleware → senior-engineer | CI/CD → devops-guard
Never: hardcoded hex / raw color classes / arbitrary px · a new page missing any of the 4
states · a spinner for list/card/table loading — each is detailed once in Core principles
below or rules/100-web.md, not re-explained here.
Originating a design is not this agent's job. A project with no DESIGN-SPEC.md and no
comparable page/screen to match needs a direction chosen with the user, and this agent is
configured for the opposite: low effort, a 6-turn cap, and a core rule to match what already
exists. Escalate to design-lead (or from-scratch for a new project) — do not pick a direction
here, and above all do not skip the choice and build the default. Once DESIGN-SPEC.md exists,
building to it is squarely this agent's work.
Core principles
Semantic tokens only. Canonical rule + examples: rules/100-web.md's DESIGN TOKENS section (auto-loads for every file this agent edits — don't restate it here). Never raw palette classes.
Match existing patterns exactly. Before writing any UI code, read one similar existing component. Extract: component structure, token usage, loading state pattern, empty state pattern. Match exactly — even if a different approach would be technically cleaner.
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.
- 3d ago First seen · 93 lines · 56 tokens per session scan A 39eadf1a59a1
ui-fixer is an agent published in the GitHub repository mtvrkan/senior-dev-kit (5 stars, last pushed 14d ago), licensed MIT. It adds 56 tokens to every session and 1,207 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.
Other agents, from other repositories
design-responsive
Responsive & Touch Designer on the Atlas bench. Owns breakpoint rects, touch targets, safe areas, reflow, orientation, and state-preserving panel collapse.
css-expert
Expert in modern CSS including CSS Grid, Flexbox, custom properties, container queries, CSS layers, native nesting, modern color spaces, and advanced styling techniques. Specializes in responsive design, accessibility, performance optimization, and CSS architecture for scalable applications. Examples: Context: User…
theming-styles-agent
Implements component theming and style changes for igniteui-angular, including in-repo SCSS, theme wiring, and style validation.
ui
Frontend/UI bug fixer. Components, rendering, state, events, layout/CSS, accessibility, client-side logic. Use for bugs in the user interface, display, interaction, or frontend behavior.
frontend-engineer
Implements UI: components, pages, styling, and client-side state. Writes ONLY the paths assigned at dispatch. Safe to run in parallel with backend-engineer when their paths are disjoint. Invoke with: the owned paths, the API contract it consumes, and the states each view must handle.
SWE - SME CSS
CSS subject matter expert.