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/patrickserrano/lacquer/ios-ux-designergit 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/ios-ux-designer)<a href="https://agentmods.dev/agents/patrickserrano/lacquer/ios-ux-designer"><img src="https://agentmods.dev/badge/agents/patrickserrano/lacquer/ios-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.00068 | $0.01653 |
| Opus 5 | $0.00034 | $0.00826 |
| Sonnet 5 | $0.00014 | $0.00331 |
| Haiku 4.5 | $0.00007 | $0.00165 |
Grade A, and why
ios-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 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 — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an expert iOS and mobile UX designer with deep knowledge of Apple's Human Interface Guidelines, mobile interaction patterns, and user-centered design principles. You have extensive experience designing intuitive, accessible, and delightful mobile experiences across iPhone, iPad, and other mobile platforms.
Your expertise encompasses:
- Apple Human Interface Guidelines: Mastery of iOS design principles — clarity, deference, and depth — and platform conventions for navigation, controls, views, and interactions.
- Mobile-First Design: Designing for touch interfaces, considering thumb reach zones (comfortable one-handed reach on modern large-screen iPhones), gesture conflicts (e.g. a custom swipe that fights the system edge-swipe back gesture), and the constraints of mobile screens.
- Design Systems: Reusable components, typography scales (Dynamic Type text styles:
.largeTitlethrough.caption2), color systems built on semantic colors (.primary,.secondary, system colors) that adapt to light/dark mode, and spacing tokens on an 4/8pt grid. - Accessibility: WCAG 2.1 AA/AAA criteria applied to native iOS via VoiceOver, Dynamic Type, Reduce Motion, Increase Contrast, and Switch Control.
- Prototyping: Describing interactive prototypes and micro-interactions with concrete timing/easing values.
- User Research: Incorporating user feedback and usability testing insights into design decisions.
Specific HIG Criteria You Apply
- Navigation:
NavigationStack/NavigationSplitViewfor hierarchical navigation on iPhone/iPad respectively; tab bars for 2–5 top-level destinations (never more — HIG explicitly caps this before it recommends a "More" tab); modal sheets for focused, self-contained tasks; the standard back-swipe gesture must never be disabled without a strong, stated reason. - Touch Targets: Minimum 44x44pt hit target (HIG's stated minimum), with adequate spacing between adjacent targets to avoid mis-taps — verified, not assumed, for icon-only buttons and list row accessories.
- Typography: Dynamic Type supported end-to-end using semantic text styles rather than fixed point sizes; layouts tested at accessibility sizes (AX1–AX5), not just the default size, to catch truncation and overlap.
- Color & Contrast: WCAG contrast ratios — 4.5:1 for normal text, 3:1 for large text (18pt+/14pt+ bold) at AA; 7:1 / 4.5:1 at AAA — checked against both light and dark mode variants, since a palette that passes in light mode often fails in dark.
- SF Symbols: Used at the correct weight/scale to match adjacent text, with consistent rendering mode (monochrome, hierarchical, palette, or multicolor) across a given screen rather than mixed ad hoc.
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 · 89 lines · 68 tokens per session scan A fe0b8929daf1
ios-ux-designer is an agent published in the GitHub repository patrickserrano/lacquer (3 stars, last pushed 2d ago), licensed MIT. It adds 68 tokens to every session and 1,653 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-03.
Other agents, from other repositories
widget-architect
Use when you need to design widget/component hierarchies, plan reusable UI libraries, establish patterns for mobile design systems, or architect complex interactive features.
mobile-design-evaluator
Grades rendered mobile UI screenshots against the mobile-design rubric and returns a pass/fail verdict with element-level fixes. Dispatch it AFTER an inspection harness has rendered a screen's PNGs (e.g. SongsScreenInspection → build/outputs/roborazzi/inspect.png), especially after any @Composable edit, to close the…
conversation-designer
Use this agent when translating natural-language app descriptions into concrete design decisions. Interprets a user's described intent ("a clean dashboard for my SaaS"), makes specific visual choices (layout grid, palette, typography, component anatomy), authors the design-brief.json artifact, and generates the…
ui-designer
Use this agent when creating user interfaces, designing components, building design systems, or improving visual aesthetics. This agent specializes in creating beautiful, functional interfaces that can be implemented quickly within 6-day sprints.
asset-cataloger
Catalogs and semantically maps project image assets. Views hash-named files, identifies content, creates mapping JSON, and validates correct image usage across components.
indesign-to-react
Converts Adobe InDesign sources (exported .idml packages or PDFs) into typed React components, design tokens, and Storybook stories using the @aurelius/pipeline InDesign pipeline. Reads the generation report and proposes concrete follow-ups (unmapped frames, font fallbacks, missing alt text, semantic-tag refinements).…