ui-implementer

ui-implementer is a skill for Claude Code, Codex from lfyxhappy/lfcode. It costs 60 tokens per session (344 once invoked), scanned A, original, MIT.

A guide for implementing or revising web, desktop, or mobile interfaces from requirements, designs, or screenshots. It covers the real interface, its states and interactions, and checks the rendered result rather than relying only on source code.

In plain words
What is it for?
Building or updating pages and components, handling loading and empty states, checking different viewport sizes, and verifying the DOM, screenshots, console, and network behavior.
Why use it?
It reduces mismatches between an intended design and the working interface, including problems with responsive layout, keyboard use, accessibility, loading, errors, and overflow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Building or updating pages and components, handling loading and empty states, checking different viewport sizes, and verifying the DOM, screenshots, console, and network behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lfyxhappy/lfcode/ui-implementer
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.

Any agent
npx skills add lfyxhappy/lfcode --skill ui-implementer
Clone the repo
git clone --depth 1 https://github.com/lfyxhappy/lfcode

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/lfyxhappy/lfcode/ui-implementer.svg)](https://agentmods.dev/skills/lfyxhappy/lfcode/ui-implementer)
Your own site
<a href="https://agentmods.dev/skills/lfyxhappy/lfcode/ui-implementer"><img src="https://agentmods.dev/badge/skills/lfyxhappy/lfcode/ui-implementer.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 344 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.00344
Opus 5 $0.00030 $0.00172
Sonnet 5 $0.00012 $0.00069
Haiku 4.5 $0.00006 $0.00034

Measured 3d ago against content hash 28a62f536863, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

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

packages/lfcode/src/skill/lfcode/.bundle/ui-implementer/SKILL.md · 28 lines

What it actually says

UI Implementer

Turn a concrete interface requirement into maintainable, tested UI behavior.

Workflow

  1. Read applicable instructions and inspect the target route, components, state flow, design tokens, assets, existing tests, and current worktree changes.
  2. Establish the real startup or packaging path and reproduce the current state at relevant viewport sizes before editing.
  3. Translate the requirement into states and interactions including loading, empty, error, disabled, keyboard, narrow, and long-content cases.
  4. Reuse existing primitives and styles. Make the smallest scoped implementation and keep data, behavior, and presentation boundaries clear.
  5. Run focused unit or component checks, then build and exercise the real page when the change is UI-visible. Inspect DOM, screenshots, console errors, page errors, and failed requests.
  6. Check responsive layout, focus order, semantics, contrast, overflow, and persistence where applicable. Report unverified visual or platform states.

Boundaries

  • Do not replace unrelated design systems, add placeholder behavior, or hide errors just to match a screenshot.
  • Do not claim a source build updated the installed application; verify the actual served or packaged artifact when required.
  • Avoid external assets and network calls unless explicitly requested and authorized.

Completion check

Report changed components, states exercised, build and runtime evidence, screenshots or DOM checks, and remaining browser or platform limitations.

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. 3d ago First seen · 28 lines · 60 tokens per session scan A 28a62f536863

Subscribe to this mod's changes

ui-implementer is a skill published in the GitHub repository lfyxhappy/lfcode (2 stars, last pushed 5d ago), licensed MIT. It adds 60 tokens to every session and 344 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-09-05.

Related

Other skills, from other repositories

Mandu UI

UI component library integration and accessibility patterns.

konamgil/mandu · 11 tokens

uicraft

Create, improve, audit, and polish distinctive production-grade web interfaces, including marketing/landing pages and personal portfolio sites. Use for UI or frontend design, responsive layouts, typography, color, motion, UX copy, accessibility, performance, design-system alignment, onboarding, edge cases, or visual…

rojim666/SztuCode · 152 tokens

figma

Complete guide for the Figma plugin — REST API access, real-time selection monitoring via CDP, and the figma-app interactive UI. Read this IMMEDIATELY when the user asks to work with Figma.

mereyabdenbekuly-ctrl/clodex-ide · 48 tokens

design-handoff

Use when a design is ready for engineering — produce an implementation-ready spec covering layout, tokens, states, responsive behavior, edge cases, motion, and accessibility.

getcrew44/crew44 · 36 tokens

design-system-architecture

A guide for turning a brand’s visual rules into a reusable design system. Design tokens are shared values such as colours, spacing, and font sizes; components are reusable interface building blocks.

devcodex-labs/devcodex · 72 tokens

design-taste-frontend

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.

dmae97/omk · 61 tokens