mobile-design

mobile-design is a skill for Claude Code from ShipWithAI/shipwithai-plugins. It costs 85 tokens per session (2,214 once invoked), scanned A, original, MIT.

A checklist for reviewing screenshots of mobile app screens built with Compose Multiplatform, a Kotlin toolkit for Android and iOS interfaces.

In plain words
What is it for?
It is for grading rendered screens across device settings, reporting structural and visual problems, and giving each problem's affected element, configuration, and fix.
Why use it?
It catches broken layouts such as clipping or overlap before judging visual polish, and turns vague criticism into specific fixes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the shipwithai-mobile-ui-harness plugin — 2 skills, 3 commands, 1 agent shipped together

Good fit It is for grading rendered screens across device settings, reporting structural and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shipwithai/shipwithai-plugins/mobile-design
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 ShipWithAI/shipwithai-plugins --skill mobile-design
Clone the repo
git clone --depth 1 https://github.com/ShipWithAI/shipwithai-plugins

Made for: Claude Code.

Or install shipwithai-mobile-ui-harness, the plugin that ships this one along with the rest of its 2 skills, 3 commands, 1 agent.

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 mobile-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/shipwithai/shipwithai-plugins/mobile-design.svg)](https://agentmods.dev/skills/shipwithai/shipwithai-plugins/mobile-design)
Your own site
<a href="https://agentmods.dev/skills/shipwithai/shipwithai-plugins/mobile-design"><img src="https://agentmods.dev/badge/skills/shipwithai/shipwithai-plugins/mobile-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,214 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.00085 $0.02214
Opus 5 $0.00043 $0.01107
Sonnet 5 $0.00017 $0.00443
Haiku 4.5 $0.00009 $0.00221

Measured 6d ago against content hash a7cbeb4ad06a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

mobile-design 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 6d 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.

plugins/mobile-ui-harness/skills/mobile-design/SKILL.md · 193 lines

How it starts

The opening of the file, as written. The whole thing — 193 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mobile UI design evaluation

This skill is a rubric for an evaluator, not a generator. Given a rendered screen (a screenshot, ideally one per device config), grade it against the criteria below and return a verdict plus specific, element-level fixes.

The ordering is deliberate and matches how mobile agent output actually fails: most defects are structural (clipped, overlapping, off-grid) before they are tasteless. Catch broken layouts first — they are hard fails — then judge polish.

How to use this skill

  • When: reviewing a mobile UI screenshot, or after the implementer edits any @Composable and re-renders. Pair it with the screenshot harness (Roborazzi / emulator capture). Anything a deterministic layout assertion already caught does not need re-judging here; this skill covers what assertions can't see plus all of taste.
  • Two passes: Tier 1 (structural integrity) → any violation is a blocker. Tier 2 (visual quality) → weighted issues, reported but not auto-failing unless they pile up.
  • Output: a verdict (pass / fail), violations grouped by tier, each naming the element, the config it appears in, and a concrete fix. Never return "looks off" — always say what and where.

Evaluation protocol — render the matrix

Most "broken" only shows under stress. Evaluate each screen across this matrix and grade the worst case, not the happy path:

  • Default — reference device (e.g. Pixel-class, ~411dp wide).
  • Compact width — ~360dp or narrower (small phones, split screen).
  • Large font scalefontScale 1.5 and 2.0 (accessibility text size). This is where overflow and truncation surface.
  • Dark mode — both light and dark.
  • Long content — longest realistic strings, large numbers, missing images.
  • RTL — only if the app localizes to RTL.

A defect in any config is a defect.


Tier 1 — Structural integrity (blockers)

Each item is a hard fail. Fix before evaluating taste. These are the "is it broken?" checks, severity-ranked.

Read the full file on GitHub · 193 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 193 lines · 85 tokens per session scan A a7cbeb4ad06a

Subscribe to this mod's changes

mobile-design is a skill published in the GitHub repository ShipWithAI/shipwithai-plugins (10 stars, last pushed 24d ago), licensed MIT. It adds 85 tokens to every session and 2,214 once invoked, about $0.0004 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.