adapt

Provide structured adaptive patterns for responsive layouts and cross-device design.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/labohemez/kangnam-church-reservation --skill adapt-labohemez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adapt
Source: https://github.com/labohemez/kangnam-church-reservation/tree/main/.claude/skills/adapt
Command: npx skills add https://github.com/labohemez/kangnam-church-reservation --skill adapt-labohemez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often struggle to design and implement interfaces that work well across multiple screen sizes, devices, and usage contexts.

Core Features & Use Cases

  • Responsive layout strategies: breakpoints, fluid grids, and scalable components.
  • Context-aware interaction patterns: touch-friendly targets, accessible navigation, and adaptive patterns.
  • Use Case: When shipping a product across mobile, tablet, and desktop, apply these adaptations to maintain usability without redesigning from scratch.

Quick Start

Audit current layouts and draft a device-appropriate adaptation plan.

Frequently Asked Questions about adapt

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

FAQPage Schema
How do I create responsive layouts that adapt across mobile, tablet, and desktop?

To create responsive layouts, apply structured adaptive patterns covering fluid grids, scalable components, and defined breakpoints. This approach maintains cross-device usability without requiring a complete redesign from scratch for each screen size.

What are the best practices for touch-friendly targets and accessible navigation in adaptive design?

Best practices for touch-friendly targets involve applying context-aware interaction patterns that ensure accessible navigation and consistent user experiences across different device contexts and input methods.

Do I need specific frontend frameworks to implement cross-device adaptive design patterns?

No specific frontend frameworks are required. The adaptive design patterns provide framework-agnostic guidelines, best practices, and verification steps applicable to general frontend design and development workflows.

What is the difference between responsive design and adaptive design for cross-device interfaces?

Responsive design uses fluid grids and breakpoints to adjust layouts to screen size, while adaptive design provides context-aware interaction patterns for specific devices. This approach combines both for consistent cross-context usability.

How do I audit current layouts and draft a device-appropriate adaptation plan?

Audit current layouts by reviewing existing interfaces against cross-device design guidelines to identify breakpoint, touch target, and navigation issues. Draft an adaptation plan by applying structured adaptive patterns to resolve context-specific usability gaps.