lyra-responsive-design

Automate responsive HTML/CSS layout improvements with clamp() and media queries.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/nikglavin/lyra --skill lyra-responsive-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lyra-responsive-design
Source: https://github.com/nikglavin/lyra/tree/main/skills/lyra-responsive-design
Command: npx skills add https://github.com/nikglavin/lyra --skill lyra-responsive-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Expert Product Designer Agent that helps teams convert rigid HTML/CSS layouts into fluid, mobile-friendly designs that work across devices, ensuring usable interfaces on phones, tablets, and desktops.

Core Features & Use Cases

  • Create and modify responsive layouts using mobile-first principles, CSS clamp(), and media queries.
  • Review existing pages for touch targets, breakpoints, and fluid typography, delivering actionable improvements.
  • Use Case: When a site performs poorly on small screens, apply the skill to refactor the grid, typography, and spacing to maintain visual integrity.

Quick Start

Refactor the current page into a mobile-first responsive layout using clamp() and media queries, then verify at multiple breakpoints.

Frequently Asked Questions about lyra-responsive-design

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

FAQPage Schema
How do I refactor an HTML layout to be mobile-first responsive using CSS clamp()?

You can refactor rigid HTML layouts to be mobile-first responsive by applying CSS clamp() for fluid geometry, using media queries for breakpoints, and verifying visual integrity across multiple devices.

What's the best way to review a website for responsive design issues on small screens?

Reviewing a website for responsive design issues involves auditing existing pages for touch targets, fluid typography, and breakpoints to generate actionable layout improvements for small screens.

Does responsive design with CSS clamp() work for both websites and mobile apps?

Responsive design with CSS clamp() supports both websites and apps by applying fluid geometry and media queries while adhering to Apple HIG and Material Design 3 guidelines for usable cross-device interfaces.

Why does my fixed HTML CSS layout break on tablets and phones?

Fixed HTML CSS layouts break on tablets and phones because they lack mobile-first fluid geometry, requiring a layout refactor with CSS clamp() and media queries to adapt to varying screen sizes.

When do I need to use media queries versus CSS clamp() for fluid typography?

Use media queries for distinct breakpoint adjustments and CSS clamp() for fluid typography that scales continuously, combining both to ensure mobile-first responsive layouts adapt beautifully to any device.