responsive-audit
Installation
SKILL.md
Audit and fix responsiveness across the specified section or page(s).
Target: $ARGUMENTS
If no target is provided, audit the homepage and its constituent sections.
Before Starting
- Read
docs/design/DESIGN.md— layout tokens:--container-max: 1200px,--prose-max: 680px,--section-y-sm: 80px,--section-y-lg: 120px. Breathing Layout rule. - Read
src/app/globals.css— verify layout tokens exist. - Read
src/components/primitives/container.tsx— Container responsive padding. - Read
src/components/primitives/section.tsx— Section spacing tokens.