responsive-design

Installation
SKILL.md

Responsive Design

Use this skill when the main question is "how should this interface adapt across screen sizes or container sizes, and how do we verify it without turning the codebase into breakpoint soup?"

This skill is not a generic CSS tutorial. It should:

  1. classify the responsive problem,
  2. choose the right adaptation surface,
  3. keep viewport and container decisions explicit,
  4. call out verification requirements early,
  5. route neighboring concerns to the right frontend skill.

Read references/layout-decision-checklist.md before designing or refactoring a responsive layout. Read references/handoff-boundaries.md when deciding whether responsive-design, ui-component-patterns, web-accessibility, design-system, or web-design-guidelines should own the next step.

Related skills
Installs
26
GitHub Stars
14
First Seen
Mar 6, 2026