mobile-responsive
Deep responsive design workflow—breakpoints, content priority, touch targets, typography, performance on mobile networks, and testing on real devices. Use when fixing mobile UX, defining responsive patterns, or auditing layouts across viewports.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawkk/mobile-responsiveWhat This Skill Does
The mobile-responsive skill provides an expert-level, six-stage workflow for building, auditing, and optimizing web interfaces for mobile environments. It shifts the design mindset from 'making things smaller' to a 'fluid, touch-first' philosophy. This skill guides developers and designers through critical mobile challenges including viewport management, content prioritization, accessibility (touch targets), typography readability, and mobile-specific performance metrics (CLS, LCP). It helps resolve common issues like horizontal scrolling, inadequate tap targets, and poor loading performance on limited hardware.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/clawkk/mobile-responsive
Use Cases
- Responsive Audits: Use this when a layout breaks on specific viewports (e.g., 320px-428px) to systematically identify CSS grid or overflow issues.
- Mobile Optimization: Engage the skill when your performance dashboard reports poor Core Web Vitals on mobile, such as layout shifts or slow interaction to paint.
- UX Refinement: Use this when your site features hover-only elements that are inaccessible on touch devices or when text sizes trigger automatic zoom on iOS.
Example Prompts
- "Our landing page has a horizontal scroll issue on iPhone SE, and the primary CTA is pushed below the fold. Run the mobile-responsive workflow to audit our grid layout and reorder the content."
- "My team is seeing accessibility failures regarding touch target sizes on our dashboard navigation. Guide me through stage 4 of the mobile-responsive skill to fix these targets."
- "Audit our mobile performance. We are getting high LCP scores on 3G networks. Use the mobile-responsive skill to prioritize image optimization and resource loading for smaller devices."
Tips & Limitations
- Real Hardware: Always remember that Chrome DevTools device mode is an approximation. The skill emphasizes verifying against real devices or services like BrowserStack to catch rendering quirks unique to specific mobile browsers.
- Notch Handling: Be aware of environment variables and 'safe-area-inset' properties when building fixed headers or footers, especially for modern notch-equipped smartphones.
- Avoid Over-engineering: Do not use
display: noneas a crutch; always consider screen readers and semantic content order before hiding elements to 'fix' a layout. - Design Tokens: Always align this workflow with your existing design system tokens to maintain consistency across desktop and mobile versions of your application.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawkk-mobile-responsive": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
data-move
Deep data migration workflow—scope, mapping, validation, batching and ordering, dual-write and cutover, rollback, and reconciliation. Use when moving tenants, bulk backfills, or changing stores without losing trust in data correctness.
data-model
Deep data modeling workflow—grain, facts and dimensions, keys, slowly changing dimensions, normalization trade-offs, and analytics query patterns. Use when designing warehouse/analytics models or reviewing star/snowflake schemas.
guard
Deep AI safety guardrails workflow—policy definition, input/output filtering, monitoring, escalation, and false-positive handling. Use when reducing harmful outputs, misuse, or policy violations in LLM products.
prompts
Deep prompt engineering workflow—task spec, constraints, examples, evaluation sets, iteration protocol, regression testing, and safety alignment. Use when improving LLM outputs, shipping prompt changes, or building reusable prompt templates.
cost-opt
Cloud cost review: rightsizing, reservations, waste. Use when reducing infra spend.