CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. erichowens
  4. /
  5. some_claude_skills
  6. /
  7. Mobile Ux Optimizer

Mobile Ux Optimizer

Editor's Note

Handles the specific weirdness of mobile web: the 100vh viewport bug that cuts off content behind browser chrome (use 100dvh instead), iPhone notches and safe areas, 44px minimum touch targets, and bottom navigation that doesn't break thumbs. Gives you working patterns for slide-out drawers, swipe gestures, and pull-to-refresh with proper touch event handling. The mobile-first CSS examples are solid, building up from mobile rather than media-querying down from desktop. Pairs well with PWA work since installable apps need this stuff dialed in. Not for native iOS or Android development, just progressive web apps and responsive sites where touch and small screens matter.

Install

npx skills add https://github.com/erichowens/some_claude_skills --skill mobile-ux-optimizer
Votes
0
Installs273
GitHub Stars113
Categories
Mobile DevelopmentDesign & UI/UX
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Mobile Development Skills

View all →
android-jetpack-compose

thebushidocollective/han

0
1.2k
152
Declarative UI toolkit for building native Android interfaces with state management and recomposition optimization.
mobile-ios-design

wshobson/agents

0
15k
35.5k
Native iOS app design with SwiftUI, Apple HIG compliance, and adaptive layouts for iPhone and iPad.
mobile-android-design

wshobson/agents

0
14.6k
35.5k
Material Design 3 and Jetpack Compose patterns for building modern, adaptive Android applications.
android-kotlin

alinaqi/claude-bootstrap

0
2k
628
Modern Android development with Kotlin coroutines, Jetpack Compose, dependency injection, and structured testing.
android-kotlin-development

aj-geddes/useful-ai-prompts

0
939
219
Native Android development with Kotlin, MVVM architecture, Jetpack Compose, and modern libraries.
swiftui-animation

dpearson2699/swift-ios-skills

0
1.8k
589
Implement, review, and improve SwiftUI animations with modern iOS 17+ APIs and accessibility support.