adapt

Adapt existing UI designs across devices, platforms, and usage contexts.

142|31|Updated Jul 13, 2017
One-click install
npx skills add https://github.com/microlinkhq/www --skill adapt-microlinkhq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adapt
Source: https://github.com/microlinkhq/www/tree/main/.agents/skills/adapt
Command: npx skills add https://github.com/microlinkhq/www --skill adapt-microlinkhq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents designs from breaking across screen sizes and contexts by turning one-size-fits-all layouts into responsive, context-appropriate experiences.

Core Features & Use Cases

  • Context-aware responsive strategy: Reframe the design based on source context, target context, constraints, and user expectations.
  • Cross-context adaptation guidance: Covers mobile, tablet, desktop, print, and email patterns (layout, interaction, and content changes).
  • Implementation and verification checklist: Provides practical techniques (grid/flex, container queries, clamp, breakpoints) and a testing plan using real devices and edge cases.

Quick Start

Tell the AI to adapt your existing desktop UI to a mobile context by reworking layout, interactions, content priority, and navigation to match thumb-first usability and touch-safe targets.

Frequently Asked Questions about adapt

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

FAQPage Schema
How do I adapt an existing desktop UI layout for mobile UX?

To adapt an existing desktop UI layout for mobile UX, you rework layout, interactions, content priority, and navigation to match thumb-first usability and touch-safe targets. This ensures the design feels native to mobile contexts.

What is the best way to handle responsive design across different devices and platforms?

The best way to handle responsive design across different devices is to apply a context-aware strategy that reframes layout based on source constraints, target context, and user expectations. This prevents one-size-fits-all layouts from breaking across screen sizes.

What responsive implementation techniques are needed for cross-context adaptation?

Responsive implementation techniques for cross-context adaptation include using grid and flex layouts, container queries, clamp functions, and defined breakpoints. These techniques systematically adjust layout and content for mobile, tablet, desktop, print, and email contexts.

Can I use a single layout approach for web, print layout, and email UI adaptation?

A single layout approach is insufficient for web, print layout, and email UI adaptation because layout, interaction, and content requirements change significantly between contexts. You need cross-context adaptation guidance to apply specific patterns for each medium.

How do I verify that my UI adaptation works correctly on real devices?

To verify your UI adaptation works correctly on real devices, you should follow a thorough multi-device testing plan that uses real devices and edge cases. This verification checklist ensures the adapted layout functions properly across all target contexts.