Skills · Design & UI

Responsive Design

Unverified29/40

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

Originally by wshobson · MIT

Claude CodePartialHas SKILL.md but declares no allowed-tools — Claude Code will ask for permission each time
CursorPartialPlain prose you can paste in — but no Cursor rules file
CodexPartialPlain prose you can paste in — but no AGENTS.md
Gemini CLIPartialPlain prose you can paste in
CopilotPartialPlain prose you can paste in — but no Copilot instructions file
npx agentalley add responsive-design

This command does not work yet — the CLI is still being built. Until then, use Raw in the reader below to take the file.

Who is stuck, and on what

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

The whole source

No sign-in, no blur, nothing truncated
responsive-design/SKILL.md45 lines1.9 KBRawView on GitHub
Frontmatter — 2 properties
nameresponsive-design
descriptionImplement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.
1---
2name: responsive-design
3description: Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.
4---A5No allowed-tools declared — no way to tell what this skill may touch
5 
6# Responsive Design
7 
8Master modern responsive design techniques to create interfaces that adapt seamlessly across all screen sizes and device contexts.
9 
10## When to Use This Skill
11 
12- Implementing mobile-first responsive layouts
13- Using container queries for component-based responsiveness
14- Creating fluid typography and spacing scales
15- Building complex layouts with CSS Grid and Flexbox
16- Designing breakpoint strategies for design systems
17- Implementing responsive images and media
18- Creating adaptive navigation patterns
19- Building responsive tables and data displays
20 
21## Detailed patterns and worked examples
22 
23Detailed pattern documentation lives in `references/details.md`. Read that file when the navigation tier above is insufficient.
24 
25## Best Practices
26 
271. **Mobile-First**: Start with mobile styles, enhance for larger screens
282. **Content Breakpoints**: Set breakpoints based on content, not devices
293. **Fluid Over Fixed**: Use fluid values for typography and spacing
304. **Container Queries**: Use for component-level responsiveness
315. **Test Real Devices**: Simulators don't catch all issues
326. **Performance**: Optimize images, lazy load off-screen content
337. **Touch Targets**: Maintain 44x44px minimum on mobile
348. **Logical Properties**: Use inline/block for internationalization
35 
36## Common Issues
37 
38- **Horizontal Overflow**: Content breaking out of viewport
39- **Fixed Widths**: Using px instead of relative units
40- **Viewport Height**: 100vh issues on mobile browsers
41- **Font Size**: Text too small on mobile
42- **Touch Targets**: Buttons too small to tap accurately
43- **Aspect Ratio**: Images squishing or stretching
44- **Z-Index Stacking**: Overlays breaking on different screens
45 

Reviews

Installed this one?Write the first review and take the Trailblazer badge.

Reviews only open after a real install, so this is empty — and we leave it empty rather than invent one.

Alternatives

Also in Design & UI