npx claudepluginhub tonone-ai/tonone --plugin warden-threatThis skill is limited to using the following tools:
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
Enforces mobile UI accessibility in React Native, iOS/Android/Flutter apps: 44pt touch targets, WCAG contrast, visible button boundaries, accessibility labels.
Guides iOS app development per Apple's Human Interface Guidelines, covering interface design, accessibility (VoiceOver, Dynamic Type), dark mode, touch targets, animations, haptics, and permissions.
Enforces mobile-first design by scoring feature feasibility with MFRI index and mandating checks for platform, framework, navigation, offline, and accessibility before mobile app work.
Share bugs, ideas, or general feedback.
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.