One-click install
npx skills add https://github.com/TheCardGoat/lorcana-simulator --skill adapt-thecardgoat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adapt
Source: https://github.com/TheCardGoat/lorcana-simulator/tree/main/.agents/skills/adapt
Command: npx skills add https://github.com/TheCardGoat/lorcana-simulator --skill adapt-thecardgoat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the challenge of making existing designs work well across different contexts (devices, screen sizes, platforms, and formats) without simply scaling everything and breaking usability.

Core Features & Use Cases

  • Context analysis and constraints mapping: Identify source assumptions and target requirements (input method, screen constraints, usage patterns, expectations).
  • Layout, interaction, and content adaptation guidance: Provide mobile/tablet/desktop/print/email specific strategies (e.g., touch targets, progressive disclosure, hover alternatives, responsive layout techniques).
  • Implementation and verification checklist: Turn the plan into systematic changes (breakpoints and techniques) and validate on real devices and edge cases.

Quick Start

Adapt the current UI design for mobile by analyzing constraints, selecting mobile-first layout and interaction strategies, and outlining responsive breakpoints to verify on real devices.

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 UI design for mobile devices without breaking usability?

To adapt a UI design for mobile, analyze target constraints like input methods and screen size, apply mobile-first layout strategies with touch-friendly targets, and define responsive breakpoints to verify interactions on real devices.

What is the best way to convert a desktop web layout for print and email formats?

Converting desktop web layouts for print and email requires redefining content density, navigation patterns, and interaction design to meet the specific output constraints of each format rather than simply scaling the original design.

How does responsive design adaptation work for cross-platform UX across different screen sizes?

Responsive design adaptation works by mapping context constraints, selecting platform-specific interaction strategies like progressive disclosure or hover alternatives, and implementing responsive breakpoints that validate layout behavior across orientations and browsers.

Can I use this approach to redesign tablet interactions and touch-friendly targets for existing design systems?

Yes, you can redesign tablet interactions by evaluating existing design systems, redefining touch-friendly targets, and applying progressive disclosure strategies to ensure the cross-platform UX meets tablet usage patterns and constraints.

What are the limitations of simply scaling a design across multiple platforms instead of adapting it?

Simply scaling a design across platforms limits usability because it ignores differing input methods, screen constraints, and usage expectations, leading to broken interactions and poor user experience on mobile, tablet, or print formats.

Do I need to verify cross-platform UX adaptations on real devices and edge cases?

Yes, you need to verify cross-platform UX adaptations on real devices across orientations, browsers, and connection conditions to validate that responsive implementation techniques and touch targets function correctly in edge cases.