AgentStack
SKILL verified MIT Self-run

Responsive Layout

skill-m-binimran-dev-pack-responsive-layout · by m-binimran

Build mobile-first responsive layouts (≥375px) with fluid type, container queries, and grid/bento composition that doesn't break. Use when laying out a page or fixing responsive issues.

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-m-binimran-dev-pack-responsive-layout

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Responsive Layout? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

responsive-layout

Mobile-first, fluid, and composed — not a desktop layout crammed onto a phone.

Process

  1. Design at 375px first, then scale up. Every layout must work at 375px width.
  2. Fluid type & spacing: clamp() for headings and section padding so it scales smoothly between

breakpoints instead of jumping.

  1. Use the right query: media queries for page layout; container queries for components that appear

in multiple widths (cards, sidebars).

  1. Composition with intent: CSS grid for structure; break the grid (bento/editorial/overlap) where the

design direction calls for it — don't default to uniform columns.

  1. Touch targets ≥44px, no hover-only interactions on touch, test the mobile nav (Sheet/Drawer).

Checklist

  • [ ] No horizontal scroll at 375px.
  • [ ] Text never below ~14px on mobile; line length readable on desktop (~60–75ch).
  • [ ] Images sized/next/image to avoid CLS.
  • [ ] Tap targets large enough; nav works on touch.

Output

  • The responsive layout, breakpoints used, and confirmation it was checked at 375px (or flagged unverified).

Guardrails

  • Don't claim "responsive" from code alone — view it at 375px (Playwright/preview) or say it's unverified.
  • Avoid fixed heights that clip content when text wraps on small screens.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.