| Use when asked about mobile UI guidelines, touch targets, platform-specific UI UI guidelines", "mobile form design"
npx skills add https://github.com/jeremylongshore/tons-of-skills-marketplace --skill touch-ui
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
User asks about mobile UI, touch targets, platform conventions, or mobile interaction patterns.
python3 -m touch_agent.uiux search --domain app-interface --query "{platform} {topic}" --limit 5
python3 -m touch_agent.uiux search --domain stacks --query "{framework}" --limit 3
┌─ Mobile UI Guidelines — {platform} ─────────────────────────────────┐
│ Rule │ Spec │ Severity │
├────────────────────────┼─────────────────────────┼───────────────────┤
│ Touch target min size │ 44×44pt (iOS) │ Critical │
│ Touch target min size │ 48×48dp (Android) │ Critical │
│ {rule} │ {spec} │ {severity} │
└────────────────────────┴─────────────────────────┴───────────────────┘
Code example ({platform}):
{code_block}
If output exceeds the 40-line CLI budget, invoke /atlas-report with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
Take jeremylongshore/touch-ui from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.