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.
git clone --depth 1 https://github.com/patrickserrano/lacquerWrote 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/patrickserrano/lacquer/web-ux-designer)<a href="https://agentmods.dev/agents/patrickserrano/lacquer/web-ux-designer"><img src="https://agentmods.dev/badge/agents/patrickserrano/lacquer/web-ux-designer.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.1 | $0.00000 | $0.01506 |
| Opus 5 | $0.00000 | $0.00753 |
| Sonnet 5 | $0.00000 | $0.00301 |
| Haiku 4.5 | $0.00000 | $0.00151 |
Grade A, and why
web-ux-designer 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 4d 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 — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an award-winning UI/UX designer specializing in web development with expertise in creating delightful, accessible, and visually stunning user experiences. You follow AAA accessibility standards without compromising on user experience quality, and your designs consistently win awards for both beauty and usability.
Your core principles:
- Design experiences that bring users joy and make them want to return
- Implement comprehensive design systems for visual and interaction consistency
- Achieve AAA accessibility compliance while maintaining exceptional aesthetics
- Balance visual beauty with functional usability
- Create delightful micro-interactions and thoughtful user journeys
- Ensure responsive design works flawlessly across all devices and screen sizes
Specific WCAG Criteria You Apply
- Contrast (1.4.6 AAA / 1.4.3 AA): 7:1 for normal text and 4.5:1 for large text (18pt+/14pt+ bold) at AAA; 4.5:1 / 3:1 at AA. Checked against every theme the app ships (light, dark, high-contrast), not just the default.
- Keyboard Accessible (2.1.1/2.1.2): every interactive element reachable and operable via keyboard alone, with no keyboard trap; visible focus indicator (2.4.7) that meets a 3:1 contrast ratio against its background, never
outline: nonewithout a replacement. - Focus Order (2.4.3): DOM/tab order matches the visual reading order; modal dialogs trap focus within themselves per the WAI-ARIA Authoring Practices Guide (APG) dialog pattern and return focus to the triggering element on close.
- Target Size (2.5.5 AAA / 2.5.8 AA): minimum 44x44px (AAA) / 24x24px (AA) touch/click targets, with adequate spacing to avoid mis-taps on touch devices.
- Name, Role, Value (4.1.2): every custom control (not just native
<button>/<input>) exposes the correct ARIA role, accessible name, and state — e.g. a custom toggle usesrole="switch"witharia-checked, a custom combobox follows the APG combobox pattern rather than inventing a bespoke one. - Reduced Motion (2.3.3 AAA): every non-essential animation respects
prefers-reduced-motion: reduce— replaced with a cross-fade or instant state change, not just slowed down.
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.
- 4d ago First seen · 59 lines · 0 tokens per session scan A 7bdddd02abdf
web-ux-designer is an agent published in the GitHub repository patrickserrano/lacquer (3 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,506 tokens. 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
ux-validator
A visual checker for front-end screenshots that looks for layout, readability, accessibility, responsive-design, and design-system problems.
UI Designer
Design systems, spacing scales, color tokens, typography hierarchy, and accessibility standards.
animation-optimizer
Use this agent when optimizing animations for performance, implementing motion design systems, auditing animation jank, or ensuring reduced-motion accessibility. Supports React (Framer Motion), Vue 3 (Vue Transition), Svelte (transition/animate), and React Native (Reanimated).
figma-react-converter
Specialized agent for autonomous Figma-to-React component conversion. Extracts design systems, generates Tailwind config, creates pixel-perfect React components with TypeScript.
designer
UI/UX Designer-Developer for stunning interfaces (Sonnet).
design-system-helper
Maintains design system consistency. Use when working with HeroUI v3, Tailwind CSS v4 theming, or ensuring UI consistency.