responsive-design-advisor

Installation
SKILL.md

Responsive Design Advisor

Design responsive layouts that work across all device sizes.

Quick Start

Use mobile-first approach, flexible units (rem, %), CSS Grid/Flexbox, and test on real devices.

Instructions

Mobile-First Approach

Start with mobile, enhance for larger screens:

/* Base styles (mobile) */
.container {
  padding: 1rem;
}
Related skills

More from armanzeroeight/fastagent-plugins

Installs
7
GitHub Stars
27
First Seen
Feb 4, 2026