with one click
touch-ui
// Use when asked about mobile UI guidelines, touch targets, platform-specific UI rules, or mobile interaction patterns. Examples: "iOS touch targets", "Android UI guidelines", "mobile form design"
// Use when asked about mobile UI guidelines, touch targets, platform-specific UI rules, or mobile interaction patterns. Examples: "iOS touch targets", "Android UI guidelines", "mobile form design"
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | touch-ui |
| description | Use when asked about mobile UI guidelines, touch targets, platform-specific UI rules, or mobile interaction patterns. Examples: "iOS touch targets", "Android UI guidelines", "mobile form design" |
| allowed-tools | Read, Bash, Glob, Grep |
| version | 0.6.6 |
| author | tonone-ai <hello@tonone.ai> |
| license | MIT |
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.