adapt

Adapt designs across screen sizes, devices, and platforms using breakpoints and fluid layouts.

Updated Jul 21, 2026
One-click install
npx skills add https://github.com/masakinihirota/2026src-ni --skill adapt-masakinihirota
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: adapt
Source: https://github.com/masakinihirota/2026src-ni/tree/main/.agents/skills/adapt
Command: npx skills add https://github.com/masakinihirota/2026src-ni --skill adapt-masakinihirota

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Designs built for one context often break or feel wrong on other devices, and this Skill guides the systematic adaptation of layouts, interactions, and content for mobile, tablet, desktop, print, and email contexts. ## Core Features & Use Cases - Context Assessment: Identifies source assumptions and target constraints including input methods, screen sizes, connection speeds, and usage contexts before adapting. - Platform-Specific Strategies: Provides concrete layout, interaction, content, and navigation strategies for mobile, tablet, desktop, print, and email adaptations. - Implementation Techniques: Covers responsive breakpoints, CSS Grid and Flexbox reflow, container queries, clamp() fluid sizing, touch target sizing, and responsive images. - Use Case: A desktop web dashboard needs a mobile version. The Skill guides converting multi-column layouts to single-column stacking, replacing hover interactions with 44x44px touch targets, and moving navigation to a bottom bar. ## Quick Start Adapt this desktop dashboard design for mobile devices with touch-friendly targets and a single-column layout.

Frequently Asked Questions about adapt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I adapt a desktop design for mobile devices?▼

Convert multi-column layouts to single-column vertical stacking, replace hover interactions with touch targets of at least 44x44px, and move navigation to a hamburger menu or bottom bar. Prioritize primary content with progressive disclosure for secondary sections.

What breakpoints should I use for responsive design?▼

Common breakpoints are 320-767px for mobile, 768-1023px for tablet, and 1024px and above for desktop. Prefer content-driven breakpoints where the design actually breaks rather than applying generic device widths blindly.

What is the minimum touch target size for mobile interfaces?▼

Touch targets should be at least 44x44px with adequate spacing between interactive elements. Remove hover-dependent interactions and add touch feedback such as ripples or highlights.

How do I adapt a web page for print?▼

Remove navigation and interactive elements, add page breaks at logical points, expand hidden content like full URLs, and include page numbers and headers. Use black and white or limited color with proper margins for binding.

Why should I test responsive designs on real devices?▼

Browser DevTools emulation does not perfectly replicate real device behavior, touch input, or performance constraints. Test on actual phones and tablets across orientations, browsers, operating systems, and throttled network speeds.