mobile-ui-standards
CommunityCraft perfect mobile UIs, effortlessly.
Design & Creative#accessibility#web development#responsive design#UI/UX#mobile-first#mobile design#front-end
AuthorT1nker-1220
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the challenges of designing for mobile-first, preventing cluttered interfaces, poor readability, and difficult touch interactions on small screens, ensuring a seamless user experience.
Core Features & Use Cases
- Mobile-First Design Enforcement: Guides you to implement designs starting with mobile, then scaling up to desktop, ensuring responsiveness and optimal layout for all screen sizes.
- Compact Elements & Typography: Provides guidelines for smaller font sizes (14px base), tighter spacing, and compact UI elements to maximize screen real estate.
- Touch Target Optimization: Enforces minimum touch target sizes (44x44px) for interactive elements, making your mobile UI comfortable and accessible for all users.
- Use Case: When developing a new component, activate this skill to ensure it adheres to mobile-first principles, using responsive font sizes, compact padding, and adequate touch targets from the outset.
Quick Start
Example of a mobile-first button with adequate touch target:
<button class="min-h-[44px] min-w-[44px] px-4 py-2 text-sm md:text-base">
Tap Me
</button>
Example of responsive font sizes:
<h1 class="text-2xl md:text-3xl lg:text-4xl">
Heading
</h1>
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: mobile-ui-standards Download link: https://github.com/T1nker-1220/.claude/archive/main.zip#mobile-ui-standards Please download this .zip file, extract it, and install it in the .claude/skills/ directory.