adapt

Adapt existing user interfaces across screen sizes and device types.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ceshez/VELAR --skill adapt-ceshez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adapt
Source: https://github.com/ceshez/VELAR/tree/main/.agents/skills/adapt
Command: npx skills add https://github.com/ceshez/VELAR --skill adapt-ceshez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you redesign UI and UX so experiences remain usable, accessible, and visually consistent across screen sizes, devices, and contexts rather than breaking when layouts change.

Core Features & Use Cases

  • Responsive layout adaptation: Convert fixed or multi-column designs into context-appropriate structures (mobile single-column, tablet hybrid, desktop multi-panel).
  • Input- and interaction rework: Replace hover-dependent patterns with touch-safe interactions and ensure minimum touch target sizing for thumb-first usability.
  • Context-aware content strategy: Use progressive disclosure, fluid sizing, responsive media, and print/email transformations so information fits the medium and user expectations.

Quick Start

Ask the AI to adapt your current desktop interface for mobile and define new breakpoints, touch targets, and navigation changes based on your target device and context.

Frequently Asked Questions about adapt

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

FAQPage Schema
How do I make a desktop interface responsive for mobile devices?

Convert fixed desktop layouts into mobile-responsive designs using media queries, grid or flex reflow, and fluid sizing. You must define new breakpoints, replace hover patterns with touch-safe interactions, and validate usability on real devices to ensure proper layout adaptation.

What is the best way to plan breakpoints for responsive design?

Plan breakpoints by analyzing target device contexts and applying media queries to reflow grid and flex containers. This method ensures layout adaptation remains visually consistent and accessible across mobile, tablet, desktop, print, and email contexts without breaking.

When do I need to rework touch targets for mobile navigation?

Rework touch targets when adapting interfaces for mobile to ensure thumb-first usability and accessibility. You must replace hover-dependent patterns with touch-safe interactions and enforce minimum touch target sizing to maintain effective mobile navigation.

Can I adapt a web layout for print and email contexts?

Yes, adapt layouts for print and email contexts using progressive disclosure, fluid sizing, and responsive media transformations. This context-aware content strategy ensures information fits the specific medium and aligns with user expectations rather than breaking during format conversion.

Why does my layout break when converting multi-column designs to tablet?

Layouts break during tablet conversion due to missing hybrid structures and improper grid or flex reflow. Fixing this requires implementing fluid sizing, defining appropriate breakpoints, and validating usability on real devices and orientations to ensure proper layout adaptation.